:root {
  --bg: #e8e6dc;
  --paper: #f8f7f1;
  --paper-strong: #ffffff;
  --text: #242823;
  --muted: #687064;
  --soft: #eff0e8;
  --line: rgba(38, 42, 35, 0.10);
  --accent: #4d5847;
  --accent-dark: #30382e;
  --olive: #66705b;
  --danger: #a64b3e;
  --shadow: 0 24px 70px rgba(32, 35, 29, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.8), transparent 34%),
    linear-gradient(180deg, #d8dbd2 0%, var(--bg) 46%, #d4cec0 100%);
  color: var(--text);
  display: flex;
  justify-content: center;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.page-shell { width: min(100%, 448px); background: var(--paper); box-shadow: 0 0 0 1px rgba(35,40,32,.05), 0 30px 80px rgba(0,0,0,.16); min-height: 100vh; overflow: hidden; }
.page { padding-bottom: 8px; }
.hero { padding: 12px 12px 22px; }
.hero-photo { position: relative; border-radius: 30px; overflow: hidden; min-height: 598px; background: #222; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 598px; object-fit: cover; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,8,.05) 28%, rgba(11,13,10,.70) 100%); pointer-events: none; }
.hero-title-card { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; padding: 18px 18px 19px; border-radius: 24px; background: rgba(246,246,239,.88); backdrop-filter: blur(16px); color: var(--text); box-shadow: 0 16px 38px rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.44); text-align: center; }
.hero-title-card span, .section-kicker { display: block; margin-bottom: 8px; color: var(--olive); font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: 38px; line-height: .98; letter-spacing: -0.055em; }
.hero-body { padding: 22px 12px 0; text-align: center; }
.lead { margin: 0 auto 18px; color: #4c554a; font-size: 16px; line-height: 1.62; letter-spacing: -0.01em; }
.price-row { display: flex; align-items: baseline; justify-content: center; gap: 13px; margin: 13px 0 17px; }
.price-old, .price-current { font-size: 25px; line-height: 1; font-weight: 900; letter-spacing: -0.05em; }
.price-old { color: rgba(85,89,81,.48); text-decoration: line-through; text-decoration-thickness: 2px; }
.price-current { color: var(--accent-dark); }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 56px; width: 100%; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 900; font-size: 16px; letter-spacing: -0.01em; transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(180deg, #65715d 0%, #333d31 100%); color: #fff; box-shadow: 0 14px 28px rgba(52,62,47,.26); }
.button:disabled { opacity: .62; cursor: default; transform: none; }
.meta-note { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.section { padding: 28px 16px 8px; }
.section-intro { text-align: center; margin-bottom: 16px; }
.section-intro h2 { margin: 0; font-size: 28px; line-height: 1.06; letter-spacing: -0.055em; }
.story-card, .order-card { overflow: hidden; border-radius: 30px; background: rgba(255,255,255,.64); border: 1px solid var(--line); box-shadow: 0 18px 52px rgba(33,36,30,.08); }
.story-photo { width: 100%; aspect-ratio: 4/5.15; object-fit: cover; }
.story-copy { padding: 20px 18px 18px; }
.story-copy p { color: #4d564b; font-size: 15.6px; line-height: 1.65; margin-bottom: 13px; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.fact-item { padding: 14px 13px; border-radius: 20px; background: #eff0e8; border: 1px solid rgba(44,48,38,.06); }
.fact-item strong { display: block; margin-bottom: 6px; font-size: 14px; color: #252b23; }
.fact-item p { margin: 0; font-size: 12.8px; line-height: 1.45; color: #646d60; }
.size-note { margin: 18px 0 16px; padding: 17px; border-radius: 22px; background: linear-gradient(180deg, rgba(83,94,74,.10), rgba(83,94,74,.04)); border: 1px solid rgba(83,94,74,.11); }
.size-note h3 { margin-bottom: 7px; font-size: 17px; letter-spacing: -0.03em; }
.size-note p { margin: 0; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.gallery-grid img { width: 100%; aspect-ratio: 1/1.22; object-fit: cover; border-radius: 20px; }
.reviews-carousel { position: relative; padding: 0 0 30px; }
.carousel-viewport { overflow: hidden; border-radius: 28px; }
.carousel-track { display: flex; transition: transform .45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.review-card { flex: 0 0 100%; min-height: 214px; padding: 22px 20px 24px; background: #ffffff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 16px 40px rgba(33,36,30,.08); }
.review-head { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); color: var(--accent-dark); font-weight: 900; }
.review-head h3 { margin: 0 0 2px; font-size: 16px; }
.review-head span:not(.review-avatar) { color: var(--muted); font-size: 13px; }
.review-card p { margin: 0; color: #4d554a; font-size: 15px; line-height: 1.6; }
.carousel-arrow { position: absolute; z-index: 2; top: calc(50% - 21px); width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.84); box-shadow: 0 12px 28px rgba(0,0,0,.13); cursor: pointer; }
.carousel-arrow::before { content: ''; display: block; width: 10px; height: 10px; margin: 15px auto; border-top: 2px solid #353b32; border-left: 2px solid #353b32; }
.carousel-arrow-prev { left: -6px; }
.carousel-arrow-next { right: -6px; }
.carousel-arrow-prev::before { transform: rotate(-45deg); }
.carousel-arrow-next::before { transform: rotate(135deg); }
.carousel-dots { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; gap: 7px; }
.carousel-dots button { width: 7px; height: 7px; border: 0; border-radius: 50%; background: rgba(50,57,46,.25); padding: 0; }
.carousel-dots button.is-active { width: 20px; border-radius: 999px; background: #3f493c; }
.order-section { padding-bottom: 26px; }
.order-card { padding: 24px 18px 18px; text-align: center; background: linear-gradient(180deg, #ffffff, #f0f0e8); }
.order-card h2 { margin-bottom: 9px; font-size: 30px; line-height: 1.05; letter-spacing: -0.055em; }
.order-card > p { color: var(--muted); font-size: 15px; line-height: 1.55; margin-bottom: 18px; }
.order-form { text-align: left; }
.field-group { display: block; margin-bottom: 13px; }
.field-group span { display: block; margin: 0 0 7px 5px; font-size: 13px; font-weight: 800; color: #485042; }
.field-group input { width: 100%; height: 54px; border: 1px solid rgba(41,47,38,.13); border-radius: 18px; background: #fff; color: var(--text); outline: none; padding: 0 16px; font: inherit; font-weight: 700; }
.field-group input:focus { border-color: rgba(71,82,63,.42); box-shadow: 0 0 0 4px rgba(77,88,71,.10); }
.field-error { display: block; min-height: 17px; padding: 5px 5px 0; color: var(--danger); font-size: 12px; line-height: 1.2; }
.field-group.has-error input { border-color: rgba(166,75,62,.55); box-shadow: 0 0 0 4px rgba(166,75,62,.08); }
.policy-note { margin: 12px 8px 0; text-align: center; color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.policy-note a { text-underline-offset: 3px; }
.form-message { min-height: 18px; text-align: center; margin: 10px 0 0; font-size: 13px; color: #3f493c; }
.form-message.is-error { color: var(--danger); }
.footer { padding: 26px 18px 30px; background: #222821; color: rgba(255,255,255,.76); text-align: center; }
.footer h2 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; color: #fff; }
.footer p { margin: 0 0 13px; font-size: 12.5px; line-height: 1.55; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 12px; font-size: 12px; }
.footer a { text-decoration: none; color: #fff; }
.registry { opacity: .78; }
.legal-body { display: block; background: #edece4; padding: 20px; }
.legal-page { width: min(100%, 720px); margin: 0 auto; padding: 26px 20px; border-radius: 26px; background: #fff; color: var(--text); box-shadow: 0 18px 50px rgba(0,0,0,.09); }
.legal-page h1 { font-size: 34px; margin-bottom: 18px; }
.legal-page h2 { font-size: 20px; margin: 22px 0 8px; }
.legal-page p { color: #4e574c; line-height: 1.65; }
.back-link { display: inline-block; margin-bottom: 18px; color: #4d5847; text-decoration: none; font-weight: 800; }
@media (max-width: 374px) { .hero-photo, .hero-photo img { height: 536px; } h1 { font-size: 34px; } .facts-grid { grid-template-columns: 1fr; } .section { padding-left: 12px; padding-right: 12px; } }
@media (min-width: 700px) { body { padding: 24px 0; } .page-shell { border-radius: 34px; min-height: auto; } }
