:root {
  --leaf: #164b35;
  --leaf-deep: #0b2c21;
  --apple: #c93632;
  --apple-dark: #8e201f;
  --gold: #e3b34b;
  --lime: #a5c65f;
  --cream: #f7f2e8;
  --paper: #fffaf1;
  --ink: #18211c;
  --muted: #6d766f;
  --line: rgba(24, 33, 28, 0.14);
  --shadow: 0 24px 80px rgba(15, 40, 28, 0.18);
  --brand-font: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: var(--paper);
}

body.is-ready .hero-content {
  animation: heroCopyIn 900ms ease both;
}

body.is-ready .hero-stats article {
  animation: statRise 720ms ease both;
}

body.is-ready .hero-stats article:nth-child(2) {
  animation-delay: 110ms;
}

body.is-ready .hero-stats article:nth-child(3) {
  animation-delay: 220ms;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(10, 30, 22, 0.34);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 16px 42px rgba(16, 41, 29, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-family: var(--brand-font);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.36), transparent 30%),
    linear-gradient(145deg, var(--apple), var(--apple-dark));
  box-shadow: 0 12px 28px rgba(201, 54, 50, 0.28);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--brand-font);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  font-size: 12px;
  opacity: 0.72;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 650;
}

.main-nav a {
  opacity: 0.82;
}

.main-nav a:hover {
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  min-width: 156px;
  padding: 0 18px;
  color: #fff;
  background: var(--apple);
}

.button {
  padding: 0 24px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--apple);
  box-shadow: 0 18px 36px rgba(145, 32, 30, 0.24);
}

.button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 94vh;
  align-items: end;
  padding: 148px max(24px, calc((100vw - 1180px) / 2)) 30px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 21, 15, 0.82), rgba(7, 21, 15, 0.42) 48%, rgba(7, 21, 15, 0.15)),
    url("images/mage-12-08-26-12-59-5.jpeg") center / cover;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.28) contrast(1.03) brightness(1.12);
  transform: scale(1.03);
  animation: heroVideoBreath 14s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(7, 21, 15, 0.5), rgba(7, 21, 15, 0.2) 48%, rgba(7, 21, 15, 0.04)),
    linear-gradient(180deg, rgba(7, 21, 15, 0), rgba(7, 21, 15, 0.26));
  opacity: 1;
  animation: softSunMove 8s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  right: -6vw;
  bottom: -14vw;
  z-index: 1;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  background: rgba(201, 54, 50, 0.18);
  filter: blur(2px);
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 38%;
  background: linear-gradient(180deg, rgba(247, 242, 232, 0), var(--paper) 98%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding-bottom: 72px;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.48);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 90ms;
}

.reveal-delay-2 {
  transition-delay: 180ms;
}

.reveal-delay-3 {
  transition-delay: 270ms;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.12;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-stats article {
  min-height: 132px;
  padding: 26px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.94);
}

.hero-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--apple-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
}

.section-pad {
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
}

.section-heading {
  max-width: 780px;
}

.section-heading.wide {
  max-width: 930px;
}

.section-heading p:not(.eyebrow),
.intro-grid,
.production-content p,
.quality-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
}

.intro-grid {
  display: grid;
  gap: 24px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background: var(--leaf);
}

.proof-item {
  min-height: 260px;
  padding: 52px max(24px, calc((100vw - 1180px) / 2 / 3));
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 220ms ease, transform 220ms ease;
}

.proof-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

.proof-item span {
  display: block;
  margin-bottom: 32px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
}

.proof-item strong {
  display: block;
  margin-bottom: 14px;
  font-size: 25px;
}

.proof-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.variety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.variety-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(24, 33, 28, 0.12);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease, border-radius 280ms ease;
}

.variety-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.24), transparent 31%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.5));
}

.variety-card:hover {
  border-radius: 22px;
  transform: translateY(-4px);
  filter: saturate(1.04);
  box-shadow: 0 24px 62px rgba(24, 33, 28, 0.17);
}

.variety-card:hover .variety-photo img {
  border-radius: 22px;
  transform: scale(1.12);
}

.variety-card.red {
  background-image: linear-gradient(145deg, #ff4036, #631312);
}

.variety-card.green {
  background-image: linear-gradient(145deg, #b8d94b, #1f5a2d);
}

.variety-card.gold {
  background-image: linear-gradient(145deg, #ffd86b, #8a5f08);
}

.variety-card.ruby {
  background-image: linear-gradient(145deg, #e51735, #4f0711);
}

.variety-card.pink {
  background-image: linear-gradient(145deg, #ff7ea5, #7f102b);
}

.variety-card.fuji {
  background-image: linear-gradient(145deg, #ffb05f, #892819);
}

.variety-photo {
  position: absolute;
  top: 20px;
  right: 14px;
  left: 14px;
  height: 245px;
  display: grid;
  place-items: center;
  margin: 0;
  pointer-events: none;
}

.variety-photo::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 54%;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  filter: blur(10px);
}

.variety-photo img {
  position: relative;
  z-index: 1;
  max-width: 86%;
  max-height: 238px;
  object-fit: contain;
  border-radius: 6px;
  filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.32));
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(.2, .8, .2, 1), border-radius 0.55s cubic-bezier(.2, .8, .2, 1);
}

.variety-card span {
  display: inline-flex;
  margin-top: 258px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.variety-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.production {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  background: var(--cream);
}

.production-media {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(12, 34, 25, 0.05), rgba(12, 34, 25, 0.18)),
    url("images/image-19-08-26-10-01-3.png") center / cover;
}

.production-content {
  align-self: center;
  padding: 80px max(24px, calc((100vw - 1180px) / 2)) 80px 70px;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.5;
}

.feature-list span {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--apple);
  box-shadow: 0 0 0 6px rgba(201, 54, 50, 0.12);
}

.pack-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(227, 179, 75, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(201, 54, 50, 0.14), transparent 30%),
    linear-gradient(180deg, #fffaf1 0%, #f7f2e8 100%);
}

.pack-showcase::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(165, 198, 95, 0.2);
  filter: blur(2px);
}

.pack-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  margin-top: 46px;
}

.pack-hero-card,
.pack-card {
  border: 1px solid rgba(22, 75, 53, 0.14);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(15, 40, 28, 0.12);
  backdrop-filter: blur(14px);
}

.pack-hero-card {
  display: grid;
  align-content: space-between;
  min-height: 610px;
  overflow: hidden;
  border-radius: 28px;
}

.pack-hero-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.pack-hero-card div {
  padding: 30px;
}

.pack-hero-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--apple-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(201, 54, 50, 0.1);
}

.pack-hero-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pack-card {
  overflow: hidden;
  border-radius: 22px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.pack-card:hover {
  border-color: rgba(201, 54, 50, 0.28);
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(15, 40, 28, 0.17);
}

.pack-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.pack-card:hover img {
  transform: scale(1.06);
}

.pack-card strong {
  display: block;
  padding: 18px 20px 20px;
  color: var(--leaf);
  font-size: 18px;
}

.quality {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.quality-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.quality-metrics article {
  min-height: 230px;
  padding: 28px;
  background: #fff;
  transition: transform 220ms ease, background 220ms ease;
}

.quality-metrics article:hover {
  background: #fffdf8;
  transform: translateY(-5px);
}

.quality-metrics strong {
  display: block;
  margin-bottom: 18px;
  color: var(--leaf);
  font-size: 46px;
  line-height: 1;
}

.quality-metrics span {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.partners {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(247, 242, 232, 0.98)),
    url("images/image-12-08-26-12-58.jpeg") center / cover;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.partner-logo {
  display: grid;
  min-height: 138px;
  align-items: center;
  justify-items: center;
  padding: 26px;
  border: 1px solid rgba(22, 75, 53, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(15, 40, 28, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.partner-logo:hover {
  border-color: rgba(201, 54, 50, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(15, 40, 28, 0.15);
}

.partner-logo img {
  width: 100%;
  max-width: 150px;
  max-height: 76px;
  object-fit: contain;
}

.magnet-logo img {
  max-width: 132px;
}

.pyaterochka-logo img {
  max-width: 116px;
}

.diksi-logo img {
  max-width: 128px;
}

.chizhik-logo img {
  max-width: 122px;
  border-radius: 10px;
}

.lenta-logo img {
  max-width: 168px;
}

.logistics {
  background: var(--leaf-deep);
  color: #fff;
}

.logistics .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.steps article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.steps article:hover {
  border-color: rgba(165, 198, 95, 0.5);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-6px);
}

.steps span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--leaf-deep);
  font-weight: 900;
  background: var(--lime);
}

.steps p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(247, 242, 232, 0.95), rgba(247, 242, 232, 0.78)),
    url("images/image-12-08-26-12-59-2.jpeg") center / cover;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.92);
  box-shadow: var(--shadow);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.lead-form:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(15, 40, 28, 0.24);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--leaf);
  font-size: 14px;
  font-weight: 850;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(22, 75, 53, 0.18);
  border-radius: 8px;
  padding: 15px 16px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  outline: none;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(22, 75, 53, 0.1);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.62), transparent 24%),
    linear-gradient(145deg, #ff4b42, #9f1f21);
  box-shadow: 0 18px 46px rgba(142, 32, 31, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.82) rotate(-12deg);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1) rotate(0deg);
}

.back-to-top:hover {
  box-shadow: 0 24px 64px rgba(142, 32, 31, 0.42);
  transform: translateY(-4px) scale(1.06) rotate(-6deg);
}

.back-to-top span {
  font-size: 29px;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.68);
  background: #081f17;
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes statRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softSunMove {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes heroVideoBreath {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-video {
    animation: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 2px 2px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
  }

  .site-header.is-scrolled .main-nav a {
    border-color: rgba(24, 33, 28, 0.1);
    background: rgba(22, 75, 53, 0.06);
  }

  .hero {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 24px;
  }

  .hero-stats,
  .proof-band,
  .variety-grid,
  .production,
  .pack-layout,
  .quality,
  .quality-metrics,
  .partner-logos,
  .steps,
  .contact-section,
  .intro {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-bottom: 28px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(44px, 11vw, 78px);
  }

  h2 {
    font-size: clamp(32px, 8vw, 52px);
  }

  .hero-stats {
    border-radius: 18px;
  }

  .hero-stats article,
  .proof-item,
  .steps article,
  .quality-metrics article {
    min-height: auto;
  }

  .production-content {
    padding: 70px 24px;
  }

  .partner-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logo:last-child {
    grid-column: 1 / -1;
  }

  .pack-hero-card {
    min-height: auto;
  }

  .pack-hero-card img {
    height: 360px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 152px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: auto;
    border-radius: 18px;
    padding: 10px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 12px;
  }

  .brand strong {
    font-size: 20px;
  }

  .header-cta {
    display: none;
  }

  .brand small {
    display: block;
    font-size: 11px;
  }

  .main-nav {
    margin: 0 -2px;
  }

  .main-nav a {
    padding: 8px 11px;
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
    padding: 158px 18px 20px;
  }

  .hero::after {
    width: 82vw;
    height: 82vw;
  }

  .hero-content {
    padding-bottom: 22px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(39px, 14vw, 58px);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.04;
  }

  h3 {
    font-size: 22px;
  }

  .hero-text {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .hero-stats {
    gap: 0;
  }

  .hero-stats article {
    min-height: auto;
    padding: 20px;
  }

  .hero-stats strong {
    font-size: 38px;
  }

  .button {
    width: 100%;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .back-to-top span {
    font-size: 25px;
  }

  .section-pad,
  .contact-section {
    padding: 68px 18px;
  }

  .section-heading.wide,
  .section-heading {
    max-width: 100%;
  }

  .proof-item {
    padding: 30px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .variety-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .variety-card {
    min-height: 370px;
    padding: 20px;
    border-radius: 18px;
  }

  .variety-photo {
    top: 16px;
    right: 8px;
    left: 8px;
    height: 188px;
  }

  .variety-photo img {
    max-width: 102%;
    max-height: 184px;
  }

  .variety-card span {
    margin-top: 196px;
  }

  .production {
    min-height: auto;
  }

  .production-media {
    min-height: 330px;
  }

  .production-content {
    padding: 58px 18px;
  }

  .pack-layout {
    gap: 18px;
    margin-top: 32px;
  }

  .pack-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pack-hero-card {
    border-radius: 22px;
  }

  .pack-hero-card img {
    height: 270px;
  }

  .pack-hero-card div {
    padding: 24px;
  }

  .pack-card img {
    height: 230px;
  }

  .feature-list li {
    align-items: flex-start;
  }

  .quality-metrics {
    gap: 14px;
  }

  .quality-metrics article,
  .steps article {
    padding: 24px;
    border-radius: 18px;
  }

  .partner-logos {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .partner-logo {
    min-height: 112px;
    border-radius: 18px;
  }

  .contact-section {
    gap: 28px;
  }

  .lead-form {
    padding: 22px;
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  .site-header {
    width: calc(100% - 14px);
    padding: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }

  .brand strong {
    font-size: 18px;
  }

  .main-nav a {
    padding: 7px 10px;
  }

  .hero {
    padding-right: 14px;
    padding-left: 14px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-stats article,
  .proof-item,
  .quality-metrics article,
  .steps article {
    padding: 20px;
  }

  .variety-card {
    min-height: 350px;
  }

  .variety-photo {
    height: 172px;
  }

  .variety-photo img {
    max-height: 168px;
  }

  .variety-card span {
    margin-top: 180px;
  }

  .pack-hero-card img,
  .pack-card img {
    height: 220px;
  }
}
