:root {
  --bg: #1e2b1e;
  --bg-secondary: #2a3a26;
  --surface: rgba(24, 34, 22, 0.88);
  --surface-strong: rgba(20, 28, 18, 0.96);
  --text: #e8e6d8;
  --muted: #a8b098;
  --line: rgba(180, 190, 160, 0.15);
  --accent: #7a8c4a;
  --accent-soft: #3d4d2e;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
}
* { 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(180, 190, 140, 0.15), rgba(180, 190, 140, 0) 30%),
    linear-gradient(180deg, #162015 0%, #22301e 18%, #2e3d27 48%, #3a4c2e 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(20, 28, 18, 0.85), rgba(28, 40, 24, 0.95));
  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: #2e3d27;
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 15, 8, 0.2) 0%, rgba(10, 15, 8, 0.25) 46%, rgba(10, 15, 8, 0.85) 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(20, 28, 18, 0.75);
  color: #b5c48a;
  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: #f0f0e0;
}
.hero-body,
.section-inner,
.order-wrap {
  padding: 22px 22px 0;
}
.lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #c8cdb8;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.price-old {
  font-size: 28px;
  color: #7a8570;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price-current {
  font-size: 28px;
  color: #9db36a;
  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: #f0f0e0;
  background: linear-gradient(180deg, #5c6e38 0%, #3e4d24 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}
.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;
  color: #d4dcc4;
}
.story-card {
  margin: 0 14px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(30, 42, 26, 0.9), rgba(38, 52, 32, 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: #c2c9b2;
}
.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: rgba(62, 80, 40, 0.35);
  border: 1px solid rgba(140, 155, 100, 0.2);
  font-size: 14px;
  line-height: 1.55;
  color: #d0d8c0;
}
.muted-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(56, 72, 40, 0.4);
  color: #b0bca0;
  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(30, 42, 26, 0.9);
  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;
  color: #d4dcc4;
}
.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(34, 48, 28, 0.9), rgba(42, 58, 36, 0.95));
  border: 1px solid var(--line);
  border-radius: 28px;
}
.review-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #d4dcc4;
}
.review-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #c2c9b2;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(180, 190, 160, 0.2);
  background: rgba(20, 28, 18, 0.8);
  cursor: pointer;
  z-index: 2;
}
.carousel-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid #b0bc90;
  border-right: 2px solid #b0bc90;
}
.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(180, 190, 160, 0.25);
}
.carousel-dots button.is-active { background: #a0b070; }
.order-section {
  padding: 22px 0 0;
}
.order-card {
  margin: 0 14px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(30, 42, 26, 0.95), rgba(38, 52, 32, 0.95));
  border: 1px solid var(--line);
}
.order-card h2 {
  margin: 12px 0 6px;
  font-size: 29px;
  line-height: 1.08;
  color: #d4dcc4;
}
.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;
  color: #c8cdb8;
}
.field-group input {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(180, 190, 160, 0.2);
  background: rgba(20, 28, 18, 0.85);
  padding: 0 16px;
  font: inherit;
  color: #f0f0e0;
}
.field-group input::placeholder { color: #7a8570; }
.field-group.has-error input {
  border-color: #e0705a;
  background: rgba(40, 25, 20, 0.95);
}
.field-error,
.form-success {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #e0705a;
}
.form-success { color: #a0b070; }
.form-success.is-error { color: #e0705a; }
.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: #a8b098;
}
.footer-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #b5c48a;
}
.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;
  color: #9db36a;
}
.registry-note { color: #7a8570; }
.legal-body {
  min-height: 100vh;
  padding: 18px;
}
.legal-page {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 24px 22px 28px;
  background: rgba(24, 34, 22, 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;
  color: #d4dcc4;
}
.legal-page h2 {
  margin: 20px 0 10px;
  font-size: 20px;
  color: #c2c9b2;
}
.legal-page p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #c2c9b2;
}
@media (min-width: 700px) {
  .page-shell { padding: 28px; }
}
