:root {
  --green-950: #061b38;
  --green-900: #083a6d;
  --green-800: #075a89;
  --green-600: #0a9fc0;
  --mint: #21c9c8;
  --cream: #eff6f8;
  --paper: #f8fbfc;
  --gold: #38c9c5;
  --ink: #112439;
  --muted: #627485;
  --line: rgba(17, 36, 57, .14);
  --white: #fff;
  --container: min(1180px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 96px;
  padding: 18px max(32px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 32px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  transition: background .35s ease, min-height .35s ease, box-shadow .35s ease, color .35s ease;
}

.site-header.scrolled {
  min-height: 78px;
  color: var(--ink);
  background: rgba(251, 250, 245, .94);
  border-bottom-color: rgba(21, 32, 28, .1);
  box-shadow: 0 8px 30px rgba(9, 46, 39, .08);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 50px;
  height: 45px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 12px;
}

.brand-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .04em;
}

.brand-copy small {
  max-width: 76px;
  padding-left: 12px;
  font-size: 8px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .13em;
  border-left: 1px solid currentColor;
  opacity: .72;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 36px);
  font-size: 13px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  white-space: nowrap;
  opacity: .9;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-messengers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-telegram {
  background: #219bd7;
  border-color: #219bd7;
}

.social-telegram svg {
  width: 22px;
  fill: currentColor;
}

.social-max {
  color: var(--white);
  background: #1677ff;
  border-color: #1677ff;
}

.social-max svg {
  width: 24px;
  height: 24px;
}

.scrolled .social-icon {
  border-color: rgba(17, 36, 57, .15);
}

.header-phone {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.button {
  min-height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

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

.button-small {
  min-height: 42px;
  padding: 0 20px;
  font-size: 11px;
}

.button-light {
  color: var(--green-950);
  background: var(--white);
}

.scrolled .button-light {
  color: var(--white);
  background: var(--green-900);
}

.button-primary {
  color: var(--green-950);
  background: linear-gradient(115deg, #79e7e0 0%, var(--mint) 48%, #31aee3 100%);
}

.button-primary:hover {
  background: #a7e9cd;
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .55);
}

.button-outline-light:hover {
  color: var(--green-950);
  background: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--green-950);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  width: 25px;
  height: 1px;
  display: block;
  margin: 7px auto;
  background: currentColor;
  transition: transform .25s ease;
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--green-950);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("assets/hero-milk-logistics.png") center center / cover no-repeat;
  transform: scale(1.02);
  animation: heroZoom 12s ease-out both;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 25, 57, .89) 0%, rgba(3, 43, 73, .56) 44%, rgba(0, 116, 138, .08) 76%),
    linear-gradient(180deg, rgba(2, 27, 60, .34) 0%, transparent 35%, rgba(1, 30, 62, .52) 100%);
}

@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 92px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green-600);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: var(--mint);
}

.hero h1,
.section h2,
.request h2 {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero h1 {
  max-width: 780px;
  font-weight: 700;
}

.hero h1 em {
  font-family: "Prata", serif;
  font-weight: 400;
  color: var(--white);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.hero-product {
  color: #72b84b;
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
  line-height: 1.65;
}

.hero-buttons {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.text-link span {
  font-size: 17px;
}

.text-link-light {
  color: var(--white);
}

.hero-note {
  width: 285px;
  margin-bottom: 4px;
  padding: 22px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .35);
}

.hero-note-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--mint);
  font-family: "Prata", serif;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
}

.hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.6;
}

.hero-note strong {
  color: var(--white);
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .15em;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.hero-scroll span {
  font-size: 17px;
}

.trust-bar {
  color: var(--white);
  background: var(--green-950);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
  min-height: 142px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.trust-grid article:first-child {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.trust-grid strong {
  margin-bottom: 7px;
  color: var(--mint);
  font-family: "Prata", serif;
  font-size: 28px;
  font-weight: 400;
}

.trust-grid span {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
}

.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: 100px;
}

.about-copy {
  max-width: 540px;
}

.about-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.about-copy .text-link {
  margin-top: 24px;
  color: var(--green-900);
}

.section {
  padding: 128px 0;
}

.section-heading {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 80px;
}

.section h2 {
  color: var(--green-950);
  font-size: clamp(40px, 4.7vw, 68px);
  font-weight: 600;
}

.section h2 span {
  font-family: "Prata", serif;
  font-weight: 400;
  color: transparent;
  background: linear-gradient(100deg, var(--green-600), var(--mint));
  background-clip: text;
  -webkit-background-clip: text;
}

.section-heading > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-card {
  position: relative;
  min-height: 540px;
  padding: 18px 18px 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.product-card:hover {
  color: var(--ink);
  background: var(--white);
  transform: translateY(-7px);
  box-shadow: 0 24px 55px rgba(6, 27, 56, .12);
}

.product-number {
  color: var(--green-600);
  font-family: "Prata", serif;
  font-size: 13px;
}

.product-image {
  height: 270px;
  margin: 15px 0 26px;
  overflow: hidden;
  background: var(--green-950);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.045);
}

.product-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.product-more {
  width: 100%;
  margin-top: auto;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  color: inherit;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.product-more span {
  font-size: 18px;
}

.solution {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--green-950);
}

.solution-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 27, 56, .16), rgba(0, 174, 193, .16)),
    url("assets/eco-milk-powder-jug.png") center / cover no-repeat;
  background-blend-mode: color, normal;
}

.solution-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/eco-milk-powder-jug.png") center / cover no-repeat;
  clip-path: polygon(9% 18%, 77% 18%, 77% 35%, 9% 35%);
  animation: pastureMotion 6s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes pastureMotion {
  0% { transform: translate3d(-1px, 0, 0) scale(1.001); }
  50% { transform: translate3d(1px, 1px, 0) scale(1.002); }
  100% { transform: translate3d(3px, -1px, 0) scale(1.001); }
}

.solution-copy {
  display: flex;
  align-items: center;
  color: var(--white);
}

.solution-inner {
  max-width: 610px;
  padding: 90px clamp(48px, 7vw, 110px);
}

.solution h2 {
  color: var(--white);
}

.solution-lead {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.8;
}

.check-list {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.check-list li {
  padding: 17px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.check-list span {
  color: var(--mint);
  font-family: "Prata", serif;
  font-size: 11px;
}

.logistics {
  background: #edf6ee;
}

.logistics-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 85px;
}

.logistics-copy > p:not(.eyebrow) {
  max-width: 450px;
  margin: 28px 0 38px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.logistics-feature {
  padding: 18px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.round-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #23794e;
  border-radius: 50%;
}

.logistics-feature div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.logistics-feature strong {
  font-size: 12px;
}

.logistics-feature small {
  color: var(--muted);
  font-size: 10px;
}

.route-map {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 54% 52%, rgba(204, 246, 151, .46), transparent 30%),
    linear-gradient(135deg, #0c513a, #65aa5f);
  border-radius: 50% 50% 8px 8px;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(500px) rotateX(25deg) scale(1.2);
}

.route-lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-lines path {
  fill: none;
  stroke: rgba(225, 255, 201, .72);
  stroke-width: .38;
  stroke-linecap: round;
  stroke-dasharray: 2.2 1.6;
  vector-effect: non-scaling-stroke;
  animation: routeFlow 10s linear infinite;
}

@keyframes routeFlow {
  to { stroke-dashoffset: -38; }
}

.delivery-mascot {
  position: absolute;
  z-index: 2;
  left: 54%;
  top: 51%;
  width: 185px;
  transform: translate(-50%, -78%);
  filter: drop-shadow(0 16px 20px rgba(4, 45, 25, .26));
  animation: scooterIdle 3.8s ease-in-out infinite;
  pointer-events: none;
}

.delivery-mascot img {
  width: 100%;
  height: auto;
}

@keyframes scooterIdle {
  0%, 100% { transform: translate(-50%, -78%) rotate(-.5deg); }
  50% { transform: translate(-50%, calc(-78% - 5px)) rotate(.5deg); }
}

.city {
  --x: 50%;
  --y: 50%;
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.city i {
  position: relative;
  width: 9px;
  height: 9px;
  display: block;
  background: var(--mint);
  border: 2px solid var(--green-900);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(141, 224, 188, .16);
}

.city span {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 700;
}

.city small {
  margin-top: 2px;
  color: rgba(255,255,255,.48);
  font-size: 8px;
  font-weight: 400;
}

.city-main i {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 9px rgba(141, 224, 188, .13), 0 0 28px var(--mint);
}

.logistics .eyebrow,
.logistics h2 span {
  color: #23794e;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.city-main span {
  font-size: 13px;
}

.map-label {
  position: absolute;
  right: 34px;
  bottom: 30px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.quality {
  color: var(--white);
  background: var(--green-950);
}

.section-heading-light h2 {
  color: var(--white);
}

.quality .section-heading-light h2 {
  color: #72b84b;
}

.section-heading-light h2 span {
  color: var(--mint);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, .55);
}

.quality-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}

.quality-steps li {
  min-height: 275px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.quality-steps span {
  display: block;
  color: var(--mint);
  font-family: "Prata", serif;
  font-size: 12px;
}

.quality-steps h3 {
  margin: 82px 0 12px;
  font-family: "Prata", serif;
  font-size: 25px;
  font-weight: 400;
}

.quality-steps p {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  line-height: 1.7;
}

.request {
  background: var(--cream);
}

.request-card {
  padding: 72px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  background: var(--white);
}

.request h2 {
  color: var(--green-950);
  font-size: clamp(36px, 3.8vw, 54px);
}

.request-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.request-contact {
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid var(--line);
}

.request-contact span {
  color: var(--muted);
  font-size: 10px;
}

.request-contact a {
  color: var(--green-900);
  font-family: "Prata", serif;
  font-size: 24px;
}

.request-contact strong {
  color: var(--green-900);
  font-size: 16px;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 18px;
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lead-form label > span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 13px;
  transition: border-color .2s ease;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--green-600);
}

.lead-form ::placeholder {
  color: #9fa5a2;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.agreement {
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
}

.agreement input {
  width: 14px;
  height: 14px;
  accent-color: var(--green-900);
}

.agreement span {
  font-size: 9px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.form-status {
  min-height: 18px;
  margin: -8px 0 0;
  color: var(--green-600);
  font-size: 11px;
  font-weight: 700;
}

.footer {
  color: var(--white);
  background: #04162e;
}

.footer-top {
  padding: 70px 0 60px;
  display: grid;
  grid-template-columns: 1.3fr .65fr 1fr 1fr;
  gap: 55px;
}

.brand-footer {
  align-self: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-column > span {
  margin-bottom: 10px;
  color: var(--mint);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.footer-column a,
.footer-column p {
  margin: 0;
  color: rgba(255,255,255,.63);
  font-size: 11px;
  line-height: 1.65;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-cta {
  align-self: end;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
}

.footer-cta p {
  margin: 0 0 17px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
}

.footer-bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.35);
  font-size: 9px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

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

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 220px 1fr auto;
  }

  .header-phone {
    display: none;
  }

  .main-nav {
    gap: 18px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logistics-grid {
    gap: 50px;
  }

  .request-card {
    padding: 55px;
    gap: 55px;
  }

  .about-grid {
    gap: 55px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 40px, 720px);
  }

  .site-header {
    min-height: 76px;
    padding: 13px 20px;
    grid-template-columns: 1fr auto;
  }

  .site-header.scrolled {
    min-height: 70px;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    padding: 120px 28px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    color: var(--white);
    background: var(--green-950);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .main-nav a {
    font-family: "Prata", serif;
    font-size: 30px;
  }

  .menu-open .main-nav {
    z-index: 49;
    opacity: 1;
    pointer-events: auto;
  }

  .menu-open .site-header {
    color: var(--white);
    background: var(--green-950);
  }

  .header-actions {
    z-index: 51;
  }

  .header-actions .button {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    min-height: 720px;
  }

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

  .hero-note,
  .hero-scroll {
    display: none;
  }

  .hero-copy {
    max-width: 660px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid article {
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .solution {
    grid-template-columns: 1fr;
  }

  .solution-image {
    min-height: 520px;
  }

  .solution-inner {
    max-width: none;
  }

  .logistics-grid {
    grid-template-columns: 1fr;
  }

  .logistics-copy {
    max-width: 610px;
  }

  .route-map {
    min-height: 520px;
  }

  .delivery-mascot {
    width: 155px;
  }

  .quality-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .request-card {
    grid-template-columns: 1fr;
  }

  .request-contact {
    margin-top: 28px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 32px);
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    min-height: 680px;
    height: 94svh;
  }

  .hero-media {
    background-position: 60% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 25, 57, .84), rgba(0, 92, 122, .3)),
      linear-gradient(180deg, rgba(3,25,57,.2), rgba(3,25,57,.82));
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid article {
    min-height: 130px;
    padding: 24px 16px;
  }

  .trust-grid strong {
    font-size: 21px;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section h2 {
    font-size: 38px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 520px;
  }

  .solution-image {
    min-height: 430px;
    background-position: 60% center;
  }

  .solution-inner {
    padding: 72px 24px;
  }

  .route-map {
    min-height: 460px;
    border-radius: 42% 42% 6px 6px;
  }

  .delivery-mascot {
    width: 135px;
  }

  .quality-steps {
    grid-template-columns: 1fr;
  }

  .quality-steps li {
    min-height: 220px;
  }

  .quality-steps h3 {
    margin-top: 45px;
  }

  .request-card {
    width: 100%;
    padding: 55px 20px;
    gap: 45px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form label,
  .form-wide {
    grid-column: 1;
  }

  .form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
