:root {
  --sn-green: #4f8f18;
  --sn-green-deep: #3a6a12;
  --sn-bg: #f7f5ef;
  --sn-ink: #1f2419;
  --sn-mute: #6a7260;
  --sn-line: #ddd8c8;
  --sn-paper: #fffcf6;
  --sn-max: 640px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito Sans', sans-serif;
  background: var(--sn-bg);
  color: var(--sn-ink);
  line-height: 1.55;
}
img { display: block; width: 100%; height: auto; }
a { color: var(--sn-green); }

/* Уникально для дня: плотная зелёная sticky-шапка */
.sn-head {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--sn-green);
  color: #fff;
}
.sn-head__in {
  max-width: var(--sn-max);
  margin: 0 auto;
  padding: 0.8rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.sn-head__brand {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.sn-head__cta {
  color: #fff;
  text-decoration: none;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  white-space: nowrap;
}
.sn-head__cta:hover {
  background: #fff;
  color: var(--sn-green-deep);
}

.sn-main {
  max-width: var(--sn-max);
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
}

.sn-hero {
  text-align: center;
  padding: 2rem 0 2.25rem;
}
.sn-hero figure {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(79, 143, 24, 0.14), transparent 55%),
    var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.35rem;
}
.sn-hero img {
  max-height: 360px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.sn-hero h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 6vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.55rem;
}
.sn-hero > p {
  color: var(--sn-mute);
  max-width: 26rem;
  margin: 0 auto 1.15rem;
}

.sn-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem 0.8rem;
  margin-bottom: 1.15rem;
}
.sn-price s { color: var(--sn-mute); }
.sn-price strong {
  font-family: 'Oswald', sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--sn-green-deep);
}
.sn-price span {
  font-size: 0.72rem;
  font-weight: 800;
  background: var(--sn-green);
  color: #fff;
  padding: 0.2rem 0.45rem;
  border-radius: 3px;
}
.sn-price--c { margin-bottom: 1.2rem; }

.sn-btn {
  display: inline-block;
  background: var(--sn-ink);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 0.9rem 1.5rem;
  border-radius: 3px;
}
.sn-btn:hover { background: var(--sn-green); }

/* Полноширинные кадры — подписи уже на самих картинках */
.sn-shots {
  margin-bottom: 1.5rem;
}
.sn-shots h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.4rem;
}
.sn-shots__lead {
  text-align: center;
  color: var(--sn-mute);
  font-size: 0.95rem;
  margin-bottom: 1.15rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.sn-shots figure {
  background: var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.sn-shots img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sn-about {
  margin-bottom: 2.25rem;
  padding: 1.35rem 1.15rem;
  background: var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 10px;
}
.sn-about h2,
.sn-plus h2,
.sn-kit h2,
.sn-specs h2,
.sn-reviews h2,
.sn-faq h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
  text-align: center;
}
.sn-about p {
  color: var(--sn-mute);
  font-size: 0.98rem;
  margin-bottom: 0.75rem;
}
.sn-about p:last-child { margin-bottom: 0; }

.sn-plus,
.sn-kit,
.sn-specs,
.sn-reviews,
.sn-faq {
  margin-bottom: 2.25rem;
}

.sn-plus ul,
.sn-kit ul {
  list-style: none;
  background: var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 10px;
  padding: 0.35rem 1.1rem;
}
.sn-plus li,
.sn-kit li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--sn-line);
  color: var(--sn-mute);
  font-size: 0.95rem;
}
.sn-plus li:last-child,
.sn-kit li:last-child { border-bottom: none; }
.sn-plus b { color: var(--sn-ink); }

.sn-specs ul {
  list-style: none;
  background: var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 10px;
  padding: 0.25rem 1.1rem;
}
.sn-specs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--sn-line);
  font-size: 0.92rem;
}
.sn-specs li:last-child { border-bottom: none; }
.sn-specs span { color: var(--sn-mute); }
.sn-specs strong {
  font-weight: 700;
  text-align: right;
  max-width: 58%;
}

.sn-reviews blockquote {
  background: var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 10px;
  padding: 1.1rem 1.15rem;
  margin-bottom: 0.7rem;
}
.sn-reviews p {
  font-size: 0.98rem;
  margin-bottom: 0.55rem;
  color: var(--sn-ink);
}
.sn-reviews cite {
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sn-green-deep);
}

.sn-faq details {
  background: var(--sn-paper);
  border: 1px solid var(--sn-line);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  margin-bottom: 0.55rem;
}
.sn-faq summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.sn-faq summary::-webkit-details-marker { display: none; }
.sn-faq details p {
  color: var(--sn-mute);
  font-size: 0.95rem;
  margin-top: 0.55rem;
}

.sn-order {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.sn-order h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}
.sn-order__note {
  color: var(--sn-mute);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.sn-order form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-align: left;
}
.sn-order input[type="text"],
.sn-order input[type="tel"] {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--sn-line);
  border-radius: 3px;
  background: var(--sn-paper);
  font: inherit;
  color: var(--sn-ink);
}
.sn-order input:focus {
  outline: 2px solid var(--sn-green);
  border-color: transparent;
}
.sn-order button {
  background: var(--sn-green);
  color: #fff;
  border: none;
  font: inherit;
  font-weight: 800;
  padding: 0.95rem;
  border-radius: 3px;
  cursor: pointer;
}
.sn-order button:hover { background: var(--sn-green-deep); }
.sn-order label {
  font-size: 0.78rem;
  color: var(--sn-mute);
  display: flex;
  gap: 0.45rem;
  line-height: 1.4;
}
.sn-order label input { margin-top: 0.2rem; }

.sn-foot {
  margin-top: 2.5rem;
  background: #ebe8df;
  border-top: 1px solid var(--sn-line);
  padding-bottom: 1.5rem;
  color: var(--sn-mute);
}
.sn-foot a { color: var(--sn-mute); }
