
:root{
  --red:#c4161c;
  --red-dark:#8f1117;
  --wine:#4b0d10;
  --wine-2:#651017;
  --ink:#142331;
  --muted:#66717d;
  --soft:#f6f5f3;
  --line:#e9e7e4;
  --white:#ffffff;
  --shadow:0 20px 50px rgba(32,20,20,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}
img{max-width:100%;display:block}
button,a{font:inherit}
button{cursor:pointer}
.container{width:min(1160px,92%);margin:auto}

.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.nav{height:84px;display:flex;align-items:center;gap:30px}
.brand img{width:190px;height:62px;object-fit:contain;object-position:left center}
.nav-links{display:flex;gap:28px;margin-left:auto}
.nav-links a{
  color:var(--ink);text-decoration:none;font-size:.94rem;font-weight:600;
  position:relative;
}
.nav-links a:after{
  content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--red);
  transition:.2s;
}
.nav-links a:hover:after{right:0}
.menu-toggle{display:none;border:0;background:none;font-size:1.7rem}

.btn{
  border:0;border-radius:8px;padding:13px 20px;font-weight:700;
  transition:transform .2s,box-shadow .2s,background .2s;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--red),#d9262b);color:#fff;box-shadow:0 10px 24px rgba(196,22,28,.22)}
.btn-large{padding:15px 24px}
.btn-outline{background:#fff;border:1px solid var(--red);color:var(--red)}
.btn-light{background:#fff;color:var(--red-dark)}

.hero{
  background:
    radial-gradient(circle at 12% 20%,rgba(255,239,222,.9),transparent 34%),
    linear-gradient(180deg,#edf6ff 0%,#fff 100%);
  overflow:hidden;
}
.hero-grid{
  min-height:540px;display:grid;grid-template-columns:.9fr 1.1fr;
  align-items:center;gap:44px;padding:54px 0 34px;
}
.eyebrow{
  letter-spacing:.28em;font-size:.76rem;font-weight:700;color:#6f7f8f;margin:0 0 12px;
}
.hero h1,.route-section h2,.services h2,.about h2,.contact h2{
  font-family:"Manrope",sans-serif;line-height:1.02;margin:0;
}
.hero h1{font-size:clamp(3rem,5vw,5.2rem);letter-spacing:-.055em}
.hero h1 span,.services h2 span,.route-section h2 span{color:var(--red)}
.hero-text{font-size:1.06rem;max-width:540px;margin:22px 0 25px;color:#334451}
.route-script{
  margin-top:28px;color:var(--red);font-size:1.55rem;font-weight:800;
  transform:rotate(-3deg);display:inline-block;border-bottom:3px solid var(--red);padding-bottom:4px;
}
.route-sub{margin:7px 0 0 45px;font-style:italic;color:#3d4852}
.hero-image-wrap{
  position:relative;border-radius:28px 0 0 28px;overflow:hidden;
  box-shadow:var(--shadow);min-height:390px;background:#ddd;
}
.hero-image-wrap img{width:100%;height:100%;min-height:390px;object-fit:cover;object-position:center}
.hero-image-wrap:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.06),transparent 35%,rgba(80,10,10,.05));
}
.hero-badge{
  position:absolute;z-index:2;right:18px;bottom:18px;background:rgba(75,13,16,.88);
  color:#fff;padding:10px 14px;border-radius:8px;font-weight:700;
}

.benefits{position:relative;margin-top:-12px}
.benefits-grid{
  display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;
  box-shadow:var(--shadow);padding:26px 16px;
}
.benefits article{text-align:center;padding:4px 24px;border-right:1px solid var(--line)}
.benefits article:last-child{border-right:0}
.benefits .icon{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;
  background:#faeeee;color:var(--red);font-weight:800;font-size:1.3rem
}
.benefits h3{font-size:.97rem;margin:0 0 5px}
.benefits p{font-size:.88rem;color:var(--muted);margin:0}

.route-section{padding:74px 0;background:linear-gradient(180deg,#fff,#faf7f7)}
.route-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.route-section h2{font-size:clamp(2.2rem,4vw,3.8rem);letter-spacing:-.04em}
.route-section p{max-width:560px;color:var(--muted)}
.route-map{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}
.pin{text-align:center;color:var(--red-dark)}
.pin span{display:block;font-size:2rem;color:var(--red)}
.route-line{
  height:110px;position:relative;border-bottom:3px dashed var(--red);border-radius:0 0 50% 50%;
}
.truck-mini{position:absolute;left:47%;bottom:-19px;background:#fff;padding:0 8px;font-size:2rem}

.services{padding:20px 0 78px}
.services-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:55px}
.services h2{font-size:clamp(2.3rem,4vw,4rem);letter-spacing:-.045em}
.services-copy>p{color:var(--muted);max-width:600px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.product-grid div{text-align:center}
.product-grid span{
  display:grid;place-items:center;width:62px;height:62px;border-radius:50%;margin:auto;
  background:#faeeee;font-size:1.75rem;
}
.product-grid p{margin:8px 0 0;color:var(--ink)}
.services-photo{position:relative;border-radius:90px 0 0 0;overflow:hidden;min-height:370px}
.services-photo img{height:100%;width:100%;min-height:370px;object-fit:cover}
.photo-note{
  position:absolute;left:34px;top:30px;color:#fff;font-weight:800;font-size:1.5rem;
  max-width:280px;text-shadow:0 2px 10px rgba(0,0,0,.65)
}

.about{
  padding:44px 0;background:
  linear-gradient(135deg,rgba(132,7,13,.98),rgba(195,22,28,.94)),
  url("../assets/images/fruits.jpg") center/cover;
  color:#fff;
}
.about-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}
.light{color:#f1d4d4}
.about h2{font-size:2.3rem}
.about p{max-width:720px;color:#f7eaea}

.contact{padding:70px 0}
.contact-card{
  border:1px solid var(--line);border-radius:24px;padding:38px;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  box-shadow:0 18px 44px rgba(0,0,0,.05)
}
.contact h2{font-size:2rem}
.contact p{max-width:700px;color:var(--muted)}

footer{background:linear-gradient(135deg,#2d090b,var(--wine));color:#fff;padding:46px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;align-items:start}
.footer-brand img{width:210px;height:95px;object-fit:contain;background:#fff;border-radius:10px;padding:8px}
footer h4{margin:0 0 10px}
footer p{color:#e7dada}
.footer-link{padding:0;border:0;background:none;color:#fff;text-decoration:underline}
.copyright{margin-top:28px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px;color:#c9baba;font-size:.88rem}

@media(max-width:900px){
  .nav{height:72px}
  .brand img{width:155px;height:52px}
  .menu-toggle{display:block;margin-left:auto}
  .nav>.btn{display:none}
  .nav-links{
    display:none;position:absolute;top:72px;left:0;right:0;margin:0;background:#fff;
    padding:18px 5%;box-shadow:0 18px 30px rgba(0,0,0,.08);flex-direction:column
  }
  .nav-links.open{display:flex}
  .hero-grid,.route-grid,.services-grid{grid-template-columns:1fr}
  .hero-grid{padding-top:38px}
  .hero-image-wrap{border-radius:22px}
  .benefits-grid{grid-template-columns:1fr 1fr;gap:0}
  .benefits article:nth-child(2){border-right:0}
  .benefits article{padding:18px}
  .route-map{margin-top:20px}
  .about-grid,.contact-card{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
}

@media(max-width:560px){
  .hero h1{font-size:3.2rem}
  .hero-grid{min-height:auto}
  .benefits-grid{grid-template-columns:1fr}
  .benefits article{border-right:0;border-bottom:1px solid var(--line)}
  .benefits article:last-child{border-bottom:0}
  .product-grid{grid-template-columns:1fr 1fr}
  .route-map{gap:8px}
  .route-line{height:80px}
  .contact-card{padding:26px}
}
