:root {
  --bg: #eff5ea;
  --bg-soft: #f8fbf4;
  --paper: #ffffff;
  --paper-warm: #fbfff8;
  --text: #233024;
  --muted: #687564;
  --line: rgba(39, 68, 42, 0.13);
  --green: #3f7a2d;
  --green-deep: #285f25;
  --green-soft: #dfeeda;
  --blue: #1392c8;
  --yellow: #f2d95c;
  --shadow: 0 22px 70px rgba(35, 57, 31, 0.14);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -4%, rgba(61, 139, 44, 0.18), transparent 35%),
    linear-gradient(180deg, #e7f2df 0%, #f5f8ee 42%, #eaf1e3 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.page-shell {
  width: min(100%, 470px);
  min-height: 100vh;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.58), rgba(244,249,238,0.92));
  box-shadow: 0 0 0 1px rgba(39, 68, 42, 0.04), 0 0 80px rgba(25, 45, 22, 0.10);
  overflow: hidden;
}

.page {
  padding: 12px 12px 0;
}

.hero {
  padding: 0 0 26px;
}

.hero-photo-wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 0 0 34px 34px;
  background: #284422;
  box-shadow: var(--shadow);
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center top;
}

.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 31, 12, 0.22) 0%, rgba(13, 31, 12, 0.03) 42%, rgba(13, 31, 12, 0.58) 100%),
    radial-gradient(circle at 18% 84%, rgba(15, 123, 180, 0.34), transparent 30%);
  pointer-events: none;
}

.hero-title-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  z-index: 2;
  padding: 20px 19px 18px;
  border-radius: 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, rgba(36, 90, 29, 0.88), rgba(20, 132, 191, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.hero-kicker {
  color: #f9ffd7;
  background: rgba(255, 255, 255, 0.17);
}

.hero-title-card h1 {
  margin: 12px 0 0;
  font-size: clamp(34px, 11vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hero-body {
  position: relative;
  margin: -12px 10px 0;
  padding: 22px 18px 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(46, 89, 40, 0.10);
  box-shadow: 0 16px 44px rgba(39, 68, 42, 0.10);
  z-index: 4;
}

.lead {
  margin: 0;
  color: #44503f;
  font-size: 16px;
  line-height: 1.6;
}

.price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 16px;
}

.price-old,
.price-current {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  font-size: 22px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.price-old {
  color: rgba(75, 88, 71, 0.42);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-current {
  color: var(--green-deep);
}

.discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #4b3512;
  background: linear-gradient(180deg, #fff08b 0%, #f0cf45 100%);
  font-size: 14px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(103, 84, 11, 0.10);
}

.button {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #4d9638 0%, #256429 100%);
  box-shadow: 0 16px 32px rgba(41, 101, 40, 0.25), inset 0 1px 0 rgba(255,255,255,0.25);
}

.button[disabled] {
  opacity: 0.68;
  cursor: wait;
}

.meta-note {
  margin: 11px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 24px 0 10px;
}

.product-section {
  padding-top: 14px;
}

.section-intro {
  padding: 0 12px 14px;
  text-align: center;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--green-deep);
  background: rgba(63, 122, 45, 0.11);
}

.section-intro h2,
.order-card h2 {
  margin: 0;
  color: #243424;
  font-size: 29px;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.story-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(39, 68, 42, 0.11);
}

.story-photo {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center top;
  background: #31472d;
}

.story-copy {
  padding: 20px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,252,244,0.96) 100%);
}

.story-copy p {
  margin: 0 0 14px;
  color: #455242;
  font-size: 15.7px;
  line-height: 1.62;
}

.facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}

.fact-item {
  min-height: 116px;
  padding: 14px 12px;
  border-radius: 19px;
  background: rgba(225, 239, 216, 0.56);
  border: 1px solid rgba(63, 122, 45, 0.12);
}

.fact-item strong {
  display: block;
  margin-bottom: 6px;
  color: #285f25;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.fact-item p {
  margin: 0;
  color: #66715f;
  font-size: 13px;
  line-height: 1.42;
}

.mini-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 22px;
  color: #274322;
  background: linear-gradient(135deg, rgba(63,122,45,0.13), rgba(19,146,200,0.12));
  border: 1px solid rgba(63, 122, 45, 0.12);
}

.mini-note h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.mini-note p {
  margin: 0;
  font-size: 14.8px;
}

.soft-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.soft-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1.13;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(39, 68, 42, 0.10);
  box-shadow: 0 14px 36px rgba(39, 68, 42, 0.10);
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  gap: 6px;
  align-items: center;
  margin: 0 -2px;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 26px;
}

.carousel-track {
  display: flex;
  transition: transform 0.38s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
}

.review-card {
  min-width: 100%;
  padding: 12px;
  border-radius: 26px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(39, 68, 42, 0.11);
  box-shadow: 0 14px 40px rgba(39, 68, 42, 0.09);
}

.review-card img {
  width: 100%;
  height: 198px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  background: #ecf3e5;
  margin-bottom: 13px;
}

.review-copy {
  padding: 0 4px 4px;
}

.review-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.review-meta h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.review-meta span {
  color: var(--muted);
  font-size: 13px;
}

.review-card p {
  margin: 0;
  color: #4f5c4c;
  font-size: 15px;
  line-height: 1.55;
}

.carousel-arrow {
  width: 36px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 10px 26px rgba(39, 68, 42, 0.12);
  position: relative;
}

.carousel-arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-top: 2px solid #2f6628;
  border-right: 2px solid #2f6628;
}

.carousel-arrow-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.carousel-arrow-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 14px 0 0;
}

.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(44, 93, 36, 0.24);
  transition: width 0.22s ease, background 0.22s ease;
}

.carousel-dots button.is-active {
  width: 22px;
  background: #3f7a2d;
}

.order-section {
  padding: 28px 0 26px;
}

.order-card {
  padding: 26px 18px 20px;
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 237, 111, 0.23), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(241,248,235,0.98));
  border: 1px solid rgba(39, 68, 42, 0.13);
  box-shadow: var(--shadow);
}

.order-card > p {
  margin: 11px 0 19px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.order-form {
  text-align: left;
}

.field-group {
  margin-bottom: 13px;
}

.field-group label {
  display: block;
  margin: 0 0 7px 4px;
  color: #41503c;
  font-size: 13px;
  font-weight: 750;
}

.field-group input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border-radius: 17px;
  border: 1px solid rgba(39, 68, 42, 0.14);
  color: var(--text);
  background: rgba(255,255,255,0.86);
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.field-group input::placeholder {
  color: rgba(75, 88, 71, 0.43);
}

.field-group input:focus {
  border-color: rgba(63, 122, 45, 0.46);
  box-shadow: 0 0 0 4px rgba(63, 122, 45, 0.11);
  background: #fff;
}

.field-group.is-invalid input {
  border-color: rgba(188, 53, 40, 0.65);
  box-shadow: 0 0 0 4px rgba(188, 53, 40, 0.09);
}

.field-error {
  min-height: 18px;
  margin: 5px 0 0 4px;
  color: #b53a2b;
  font-size: 12.5px;
  line-height: 1.35;
}

.privacy-note,
.form-success {
  margin: 12px 6px 0;
  text-align: center;
  color: #778071;
  font-size: 11.5px;
  line-height: 1.45;
}

.form-success {
  color: #2e6d2b;
  font-weight: 700;
}

.form-success.is-error {
  color: #b53a2b;
}

.site-footer {
  padding: 24px 20px 32px;
  color: #5f6d5a;
  background: rgba(232, 240, 224, 0.75);
  border-top: 1px solid rgba(39, 68, 42, 0.09);
  text-align: center;
}

.footer-title {
  margin-bottom: 10px;
  color: #354631;
  font-weight: 850;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.site-footer p {
  margin: 0 0 10px;
  font-size: 12.5px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 10px;
}

.footer-links a {
  color: #375c31;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
}

.registry-note {
  opacity: 0.9;
}

@media (max-width: 380px) {
  .page {
    padding-inline: 8px;
  }

  .hero-photo-wrap {
    min-height: 500px;
  }

  .hero-photo {
    min-height: 500px;
  }

  .hero-title-card h1 {
    font-size: 37px;
  }

  .facts-grid,
  .soft-gallery {
    grid-template-columns: 1fr;
  }

  .reviews-carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
  }

  .carousel-arrow {
    width: 30px;
  }
}

@media (min-width: 471px) {
  .page-shell {
    border-radius: 0;
  }
}
