
:root {
  --bg: #e8eadf;
  --bg-secondary: #f5f3ec;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: rgba(255,255,255,0.96);
  --text: #253023;
  --muted: #677260;
  --line: rgba(58, 70, 46, 0.12);
  --accent: #3b4a33;
  --accent-soft: #d8e1cd;
  --shadow: 0 26px 80px rgba(42, 55, 34, 0.12);
}
* { 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, rgba(255,255,255,0.75), rgba(255,255,255,0) 30%),
    linear-gradient(180deg, #d8ddcc 0%, #edf0e6 18%, #f7f5ef 48%, #ebe9df 100%);
  color: var(--text);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-shell {
  width: 100%;
  padding: 14px;
}
.page {
  width: min(100%, 430px);
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,255,255,0.92));
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.hero {
  padding: 14px 14px 10px;
}
.hero-card {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  min-height: 470px;
  background: #a6b083;
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 48, 35, 0.16) 0%, rgba(37, 48, 35, 0.18) 46%, rgba(37, 48, 35, 0.72) 100%);
}
.hero-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  z-index: 2;
}
.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 12px 0 0;
  max-width: 270px;
  font-size: 34px;
  line-height: 1.02;
  color: #fff;
}
.hero-body,
.section-inner,
.order-wrap {
  padding: 22px 22px 0;
}
.lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3a4634;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.price-old {
  font-size: 28px;
  color: #8f9688;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price-current {
  font-size: 28px;
  color: var(--accent);
  font-weight: 800;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: 0.7; cursor: wait; }
.button-primary {
  margin-top: 18px;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, #46563d 0%, #2b3626 100%);
  box-shadow: 0 18px 34px rgba(53, 63, 44, 0.20);
}
.meta-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.section {
  padding: 18px 0 0;
}
.section-intro {
  padding: 0 22px 18px;
}
.section-intro h2 {
  margin: 12px 0 0;
  font-size: 30px;
  line-height: 1.08;
}
.story-card {
  margin: 0 14px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.95));
  border: 1px solid var(--line);
}
.story-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.story-copy {
  padding: 18px;
}
.story-copy p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #3c4735;
}
.feature-points,
.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.feature-points li,
.spec-list li {
  padding: 14px 14px;
  border-radius: 18px;
  background: #f4f6ef;
  border: 1px solid rgba(59, 74, 51, 0.08);
  font-size: 14px;
  line-height: 1.55;
}
.muted-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: #eef0e6;
  color: #556250;
  font-size: 14px;
  line-height: 1.55;
}
.variants-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 14px;
}
.variant-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}
.variant-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.variant-body {
  padding: 12px 12px 14px;
}
.variant-body h3 {
  margin: 0 0 6px;
  font-size: 15px;
}
.variant-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.reviews-carousel {
  position: relative;
  margin: 0 14px;
}
.carousel-viewport {
  overflow: hidden;
  border-radius: 28px;
}
.carousel-track {
  display: flex;
  transition: transform .35s ease;
}
.review-card {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 22px;
  min-height: 220px;
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(245,248,240,0.95));
  border: 1px solid var(--line);
  border-radius: 28px;
}
.review-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.review-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #465240;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(59,74,51,0.15);
  background: rgba(255,255,255,0.86);
  cursor: pointer;
  z-index: 2;
}
.carousel-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid #3b4a33;
  border-right: 2px solid #3b4a33;
}
.carousel-arrow-prev { left: 8px; }
.carousel-arrow-next { right: 8px; }
.carousel-arrow-prev::before { transform: rotate(-135deg); }
.carousel-arrow-next::before { transform: rotate(45deg); }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0 0;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(59,74,51,0.24);
}
.carousel-dots button.is-active { background: #3b4a33; }
.order-section {
  padding: 22px 0 0;
}
.order-card {
  margin: 0 14px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(247,249,242,0.96), rgba(255,255,255,0.96));
  border: 1px solid var(--line);
}
.order-card h2 {
  margin: 12px 0 6px;
  font-size: 29px;
  line-height: 1.08;
}
.order-card > p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.field-group { margin-bottom: 16px; }
.field-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.field-group input {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(59,74,51,0.14);
  background: rgba(255,255,255,0.9);
  padding: 0 16px;
  font: inherit;
  color: var(--text);
}
.field-group input::placeholder { color: #98a093; }
.field-group.has-error input {
  border-color: #c25c4a;
  background: rgba(255,246,244,0.96);
}
.field-error,
.form-success {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #c25c4a;
}
.form-success { color: #4f5e48; }
.form-success.is-error { color: #c25c4a; }
.privacy-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}
.site-footer {
  width: min(100%, 430px);
  margin: 14px auto 18px;
  padding: 0 16px 20px;
  text-align: center;
  color: #596552;
}
.footer-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.site-footer p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.6;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 12px;
}
.footer-links a {
  font-size: 13px;
  text-decoration: none;
}
.registry-note { color: #7a8474; }
.legal-body {
  min-height: 100vh;
  padding: 18px;
}
.legal-page {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 24px 22px 28px;
  background: rgba(255,255,255,0.94);
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.back-link {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
}
.legal-page h1 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.08;
}
.legal-page h2 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.legal-page p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #3f4a39;
}
@media (min-width: 700px) {
  .page-shell { padding: 28px; }
}
