
:root {
  --bg: #1a2318;
  --bg-secondary: #2a3426;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --text: #e8eadf;
  --muted: #8a9a82;
  --line: rgba(168, 186, 140, 0.18);
  --accent: #8ba368;
  --accent-soft: rgba(139, 163, 104, 0.20);
  --accent-deep: #5a7040;
  --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(139, 163, 104, 0.18), rgba(139, 163, 104, 0) 32%),
    linear-gradient(180deg, #0f1a0c 0%, #1a2318 38%, #232e1f 72%, #1a2318 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(26, 35, 24, 0.95), rgba(15, 26, 12, 0.98));
  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: #2a3426;
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 26, 12, 0.15) 0%, rgba(15, 26, 12, 0.20) 46%, rgba(15, 26, 12, 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(15, 26, 12, 0.75);
  border: 1px solid rgba(168, 186, 140, 0.30);
  color: #d4e0c0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.hero-copy h1 {
  margin: 12px 0 0;
  max-width: 270px;
  font-size: 34px;
  line-height: 1.02;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.hero-body,
.section-inner,
.order-wrap {
  padding: 22px 22px 0;
}
.lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #c4d0b8;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.price-old {
  font-size: 28px;
  color: #6a7a62;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price-current {
  font-size: 28px;
  color: #d4e0c0;
  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: #0f1a0c;
  background: linear-gradient(180deg, #b8c898 0%, #7a9052 100%);
  box-shadow: 0 18px 34px rgba(122, 144, 82, 0.30);
  font-weight: 800;
}
.meta-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #8a9a82;
}
.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: #e8eadf;
}
.story-card {
  margin: 0 14px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(42, 52, 38, 0.85), rgba(26, 35, 24, 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: #c4d0b8;
}
.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(139, 163, 104, 0.10);
  border: 1px solid rgba(168, 186, 140, 0.15);
  font-size: 14px;
  line-height: 1.55;
  color: #d4e0c0;
}
.muted-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(139, 163, 104, 0.08);
  color: #a8b89a;
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid rgba(168, 186, 140, 0.12);
}
.variants-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 14px;
}
.variant-card {
  background: rgba(42, 52, 38, 0.85);
  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: #e8eadf;
}
.variant-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #8a9a82;
}
.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(42, 52, 38, 0.90), rgba(26, 35, 24, 0.95));
  border: 1px solid var(--line);
  border-radius: 28px;
}
.review-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #d4e0c0;
}
.review-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #c4d0b8;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(168, 186, 140, 0.25);
  background: rgba(15, 26, 12, 0.90);
  cursor: pointer;
  z-index: 2;
}
.carousel-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid #d4e0c0;
  border-right: 2px solid #d4e0c0;
}
.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(168, 186, 140, 0.25);
}
.carousel-dots button.is-active { background: #b8c898; }
.order-section {
  padding: 22px 0 0;
}
.order-card {
  margin: 0 14px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(42, 52, 38, 0.95), rgba(26, 35, 24, 0.98));
  border: 1px solid var(--line);
}
.order-card h2 {
  margin: 12px 0 6px;
  font-size: 29px;
  line-height: 1.08;
  color: #e8eadf;
}
.order-card > p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #8a9a82;
}
.field-group { margin-bottom: 16px; }
.field-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #d4e0c0;
}
.field-group input {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(168, 186, 140, 0.25);
  background: rgba(15, 26, 12, 0.90);
  padding: 0 16px;
  font: inherit;
  color: #e8eadf;
}
.field-group input::placeholder { color: #6a7a62; }
.field-group.has-error input {
  border-color: #c25c4a;
  background: rgba(30, 15, 12, 0.95);
}
.field-error,
.form-success {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #c25c4a;
}
.form-success { color: #b8c898; }
.form-success.is-error { color: #c25c4a; }
.privacy-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #8a9a82;
  text-align: center;
}
.site-footer {
  width: min(100%, 430px);
  margin: 14px auto 18px;
  padding: 0 16px 20px;
  text-align: center;
  color: #8a9a82;
}
.footer-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #d4e0c0;
}
.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: #b8c898;
}
.registry-note { color: #6a7a62; }
.legal-body {
  min-height: 100vh;
  padding: 18px;
  background: #1a2318;
}
.legal-page {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 24px 22px 28px;
  background: rgba(26, 35, 24, 0.96);
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.back-link {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
  color: #8a9a82;
  font-size: 14px;
}
.legal-page h1 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.08;
  color: #d4e0c0;
}
.legal-page h2 {
  margin: 20px 0 10px;
  font-size: 20px;
  color: #d4e0c0;
}
.legal-page p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #c4d0b8;
}
@media (min-width: 700px) {
  .page-shell { padding: 28px; }
}