
:root {
  --bg: #fff5f8;
  --bg-soft: #f6eff2;
  --card: rgba(255,255,255,.94);
  --text: #2d272a;
  --muted: #71646a;
  --line: rgba(116, 74, 92, 0.12);
  --accent: #ff9bbc;
  --accent-deep: #2c2428;
  --accent-soft: rgba(255, 155, 188, 0.20);
  --warm: #fbda7d;
  --cyan: #55cde6;
  --danger: #b14d58;
  --shadow: 0 22px 60px rgba(70, 45, 56, 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 14% 0%, rgba(255,155,188,.24), transparent 28%),
    radial-gradient(circle at 94% 12%, rgba(84,205,230,.14), transparent 26%),
    linear-gradient(180deg, #fff8fa 0%, #f5eef1 48%, #f7f2ef 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-card {
  position: relative;
  margin: 0 12px;
  min-height: 590px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow);
  background: #e9e2e3;
}
.hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,8,9,.12) 0%, rgba(10,8,9,0) 34%, rgba(10,8,9,.28) 100%);
  pointer-events: none;
}
.hero-card img { height: 100%; min-height: 590px; object-fit: cover; object-position: 50% 18%; }
.hero-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 10px;
  justify-items: start;
}
.hero-kicker, .section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.52);
  backdrop-filter: blur(10px);
  color: #49323a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 0;
  padding: 12px 16px 14px;
  max-width: 270px;
  border-radius: 23px;
  color: #fffafc;
  background: rgba(21, 17, 19, .62);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 42px;
  line-height: .94;
  letter-spacing: -.06em;
}
.hero-body { margin: 0 16px; padding: 2px 4px 0; }
.lead { margin: 0 0 14px; color: #5e5257; font-size: 15px; line-height: 1.66; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 15px; }
.price-old, .price-current { font-size: 29px; letter-spacing: -.04em; }
.price-old { color: #b8aab0; font-weight: 750; text-decoration: line-through; text-decoration-thickness: 2px; }
.price-current { color: #241f22; font-weight: 850; }
.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 .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .72; cursor: default; }
.button-primary { background: linear-gradient(180deg, #2d262a 0%, #171316 100%); color: #fff; box-shadow: 0 16px 28px rgba(28, 21, 24, .22); }
.meta-note { margin: 10px 0 0; text-align: center; font-size: 13px; line-height: 1.5; color: #7d6d74; }
.section, .order-section { padding: 0; }
.section-intro { margin: 0 16px 14px; }
.section-intro h2, .order-card h2 { margin: 12px 0 0; font-size: 30px; line-height: 1.06; letter-spacing: -.045em; }
.story-card, .order-card {
  margin: 0 12px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,251,.98));
  border: 1px solid var(--line);
  box-shadow: 0 18px 36px rgba(80, 50, 62, .07);
}
.story-photo { aspect-ratio: .78 / 1; object-fit: cover; object-position: center 26%; }
.story-copy, .order-card { padding: 22px; }
.story-copy p, .order-card > p { margin: 0; font-size: 15px; line-height: 1.7; color: #5d5257; }
.story-copy p + p { margin-top: 14px; }
.facts-grid { display: grid; gap: 10px; margin-top: 18px; }
.fact-item { padding: 15px 16px; border-radius: 18px; background: rgba(255, 237, 244, .78); border: 1px solid rgba(255,155,188,.18); }
.fact-item strong { display: block; margin-bottom: 6px; font-size: 14px; color: #31282c; }
.fact-item p { font-size: 14px; line-height: 1.55; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.gallery-grid img { aspect-ratio: .78 / 1; object-fit: cover; border-radius: 18px; }
.gallery-grid img:nth-child(3) { grid-column: 1 / -1; aspect-ratio: 1.55 / 1; object-position: 50% 30%; }
.reviews-carousel { position: relative; margin: 0 12px; display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 6px; }
.carousel-viewport { overflow: hidden; border-radius: 26px; }
.carousel-track { display: flex; transition: transform .42s ease; }
.review-card { min-width: 100%; padding: 22px; background: rgba(255,255,255,.93); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 14px 28px rgba(80, 50, 62, .06); }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #2d2529; color: white; font-weight: 800; }
.review-meta h3 { margin: 0; font-size: 16px; }
.review-meta span { display: block; margin-top: 2px; color: #8a7980; font-size: 13px; }
.review-card p { margin: 0; color: #5b5055; font-size: 15px; line-height: 1.65; }
.carousel-arrow { width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 10px 24px rgba(55,36,43,.09); cursor: pointer; position: relative; }
.carousel-arrow::before { content: ''; position: absolute; inset: 0; margin: auto; width: 9px; height: 9px; border-top: 2px solid #2d2529; border-right: 2px solid #2d2529; }
.carousel-arrow-prev::before { transform: rotate(-135deg); left: 4px; }
.carousel-arrow-next::before { transform: rotate(45deg); right: 4px; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; margin: 11px 0 0; }
.carousel-dots button { width: 7px; height: 7px; border: 0; border-radius: 999px; background: #d8c8cf; padding: 0; }
.carousel-dots button.is-active { width: 20px; background: #2d2529; }
.order-card { text-align: left; }
.order-card .section-kicker { margin-bottom: 0; }
.order-card > p { margin-top: 10px; }
.order-form { display: grid; gap: 13px; margin-top: 18px; }
.field-group { display: grid; gap: 7px; }
.field-group label { font-size: 13px; font-weight: 800; color: #43373d; }
.field-group input { width: 100%; min-height: 54px; border: 1px solid rgba(92,60,73,.16); border-radius: 18px; padding: 0 16px; outline: none; background: rgba(255,255,255,.86); color: #2d272a; }
.field-group input:focus { border-color: rgba(45,37,41,.45); box-shadow: 0 0 0 4px rgba(255,155,188,.18); }
.field-group.has-error input { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(177,77,88,.10); }
.field-error { min-height: 17px; margin: 0; color: var(--danger); font-size: 12px; line-height: 1.35; }
.privacy-note { margin: -2px 0 0; color: #8a7b82; font-size: 12px; line-height: 1.5; text-align: center; }
.form-success { margin: 0; font-size: 13px; color: #35705b; text-align: center; }
.form-success.is-error { color: var(--danger); }
.site-footer { padding: 22px 24px 4px; color: #74656c; font-size: 12px; line-height: 1.65; }
.footer-title { margin-bottom: 8px; color: #3f3339; font-weight: 850; letter-spacing: .05em; font-size: 11px; }
.site-footer p { margin: 0 0 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 0 0 10px; }
.footer-links a { color: #3f3339; text-decoration: none; border-bottom: 1px solid rgba(63,51,57,.24); }
.registry-note { color: #91848a; }
.legal-body { background: linear-gradient(180deg, #fff8fa 0%, #f4eef2 100%); }
.legal-page { width: min(100% - 28px, 430px); margin: 0 auto; padding: 28px 0 40px; }
.legal-page h1 { font-size: 32px; line-height: 1.05; letter-spacing: -.05em; margin: 20px 0 18px; }
.legal-page h2 { font-size: 20px; margin: 24px 0 8px; }
.legal-page p { color: #5d5257; line-height: 1.7; }
.back-link { display: inline-flex; text-decoration: none; font-weight: 800; color: #2d2529; }
@media (min-width: 520px) { .page-shell { padding-top: 18px; } }
