:root {
  --bg: #f4f5f7;
  --card: #ffffff;
  --text: #191a1c;
  --muted: #6b7280;
  --accent: #e63946; /* tomato red */
  --accent-2: #2a9d8f; /* basil green */
  --accent-3: #ffd166; /* parmesan yellow */
  --radius: 20px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
   --gap: 22px;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  scroll-behavior:smooth;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.45;
}
a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid #e6e7eb;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.btn--primary {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}
.btn--ghost {
  background: transparent;
}
.btn--xs {
  padding: 0.4rem 0.7rem;
  font-size: 0.85rem;
}

.badge {
  display: inline-flex;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 0.4rem;
}

.tri-stripe {
  display: flex;
  height: 6px;
}
.tri-stripe .it {
  flex: 1;
}
.it--g {
  background: #009246;
}
.it--w {
  background: #ffffff;
}
.it--r {
  background: #ce2b37;
}

header.site {
  position: relative;
  top: 0;
  z-index: 40;
  background: rgba(244, 245, 247, 0.75);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eceff3;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}
.brand {
  font-weight: 800;
  letter-spacing: 0.4px;
}
.brand-dot {
  background: linear-gradient(90deg, #009246, #ffffff, #ce2b37);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pillbar {
  display: flex;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 6px;
}
.pillbar a {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  color: #374151;
  font-weight: 600;
}
.pillbar a.active {
  background: #111827;
  color: #fff;
}

.pillbar a.active:hover {
 color: #fff;
  background-color: var(--accent)
}
 


.nav-cta {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

/* HERO */
.hero {
  padding: 28px 0 22px;
}
.hero-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 360px;
  max-height: 510px;
}
@media (max-width: 900px) {
  .hero-card {
    grid-template-columns: 1fr;
    min-height: 420px;
  }
}
.hero-media {
  position: static;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateY(-45px);
}
.hero-media::after {
  content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    user-select: none;
    box-shadow: inset 0 -80px 120px rgba(0, 0, 0, 0.16);
}

.mini-card {
    position: absolute;
    left: 390px;
    bottom: 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 12px;
    display: grid
;
    gap: 10px;
    /* width: min(360px, 85%); */
    border: 1px solid #f0f2f6;
}
.mini-product {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
}
.mini-product img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
}
.chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.chip {
  padding: 0.25rem 0.6rem;
  border: 1px solid #e8eaef;
  border-radius: 999px;
  font-size: 0.8rem;
  background: #fff;
}
.chip--it {
  border-color: #009246;
  color: #009246;
}

.hero-content {
  padding: 36px 28px 28px;
}
.hero h1 {
  font-size: 38px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 100;
}
.hero h1 strong {
  font-weight: 800;
}
.hero p {
  color: var(--muted);
  max-width: 48ch;
  margin: 0 0 18px;
}
.hero-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* Mission */
.mission {
  padding: 30px 0;
}
.mission-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
}

/* мобильная версия: показываем только правую часть */
@media (max-width: 768px) {
  .hero-card {
    display: block; /* убираем grid */
  }
  .hero-media {
    display: none; /* прячем левую часть (картинку) */
  }
  .hero-content {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .mission-grid {
    grid-template-columns: 1fr;
  }
}
.mission-label {
  color: var(--muted);
  font-size: 0.9rem;
}
.mission-text p {
  margin: 0 0 12px;
  color: #374151;
}

/* Categories row */
.categories {
  padding: 8px 0 26px;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cat-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid #eef1f6;
}
.cat-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.cat-title {
  padding: 10px 12px;
  color: #6b7280;
}

/* Spread */
.spread {
  padding: 36px 0;
}
.spread-inner {
  position: relative;
}
.watermark {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 140px;
  line-height: 1;
  font-weight: 800;
  color: rgba(25, 26, 28, 0.06);
  pointer-events: none;
  letter-spacing: 2px;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .watermark {
    font-size: 80px;
  }
}
.spread-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid #eef1f6;
}
.spread-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.spread-float {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.price-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: var(--shadow);
}

.price-container{
  display:flex;
  flex-direction: column;
  gap: 12px;
}


.price-container p{
  margin:0;
}


.price {
  font-weight: 800;
  color:var(--accent);
}

/* Reusable grid sections */
.grid-section {
  padding: 22px 0 34px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.section-head h3 {
  margin: 0;
}
.chipline .chip {
  background: #fff;
  border-color: #009246;
  color: #009246;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1100px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  background: var(--card);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid #eef1f6;
  display: flex;
  flex-direction: column;
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.card-body {
  padding: 12px;
}
.card-body h4 {
  margin: 0 0 6px;
}
.card-body p {
  margin: 0 0 12px;
  color: var(--muted);
}
.card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price {
  font-weight: 700;
}

/* Footer */
.site-foot {
  padding: 30px 0;
  border-top: 1px solid #eceff3;
  background: #fff;
  margin-top: 24px;
}
.foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-brand {
  font-weight: 700;
}

.delivery {
  padding: 60px 0;
}

.delivery__head {
  text-align: center;
  margin-bottom: 40px;
}

.delivery__title {
  margin: 0 0 10px;
}

.delivery__subtitle {
  color: var(--muted);
  font-size: 1rem;
}

.delivery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .delivery__grid {
    grid-template-columns: 1fr;
  }
}

.delivery__card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.2s ease;
}
.delivery__card:hover {
  transform: translateY(-5px);
}

.delivery__icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.delivery__card h3 {
  margin: 0 0 8px;
}

.delivery__card p {
  color: var(--muted);
  margin: 0 0 12px;
}

.delivery__card b {
  font-size: 1.1rem;
  color: var(--accent);
}

.delivery__cta {
  text-align: center;
}

/* ===== Why choose us (matches site style) ===== */
/* ===== WHY CHOOSE US (светлые иконки, чипсы внизу) ===== */
.why-choose {
  position: relative;
  padding: 48px 0 56px;
}

.why-head {
  text-align: center;
  margin-bottom: 22px;
}

.why-title {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 2rem;
}

.why-sub {
  margin: 0;
  color: var(--muted);
}

/* сетка */
.why-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/* карточка */
.why-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column; /* чтобы чипсы уходили вниз */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

/* иконка */
.why-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #f3f4f6; /* светлый фон */
  color: #111827; /* тёмный знак */
  margin-bottom: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}
.why-card:hover .why-icon {
  background: #fde68a; /* мягкий жёлтый акцент при ховере */
  color: #b45309;
}

.why-card h3 {
  margin: 0 0 6px;
  font-weight: 700;
}
.why-card p {
  margin: 0 0 12px;
  color: var(--muted);
  flex-grow: 1; /* растягивает текст */
}

/* чипсы */
.chip {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  align-self: flex-start;
  margin-top: auto; /* всегда внизу */
}

.chip--g {
  border-color: #009246;
  color: #009246;
}
.chip--r {
  border-color: #ce2b37;
  color: #ce2b37;
}
.chip--mix {
  border-color: #e5e7eb;
  background: linear-gradient(
    90deg,
    #009246 0 33%,
    #83878f 33% 66%,
    #ce2b37 66% 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Seasonal Specials */
.specials {
  padding: 80px 0;
  background: #fff;
}

.specials .section__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}

.specials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.special-card {
  background: #fafafa;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.special-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.special-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.special-card h3 {
  font-size: 1.3rem;
  margin: 16px 0 8px;
  color: #222;
}

.special-card p {
  font-size: 0.95rem;
  color: #555;
  padding: 0 15px;
  margin-bottom: 12px;
}

.special-card .price {
  display: inline-block;
  background: #d93025;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 6px 16px;
  border-radius: 30px;
}

.site-footer {
  --text: #000000ff;
  --muted: #6b7280;
  --border: #e5e7eb;
  --icon-ring: #ffffffff;

  color: var(--text);
  border-top: 1px solid var(--border);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial,
    sans-serif;
}

.site-footer .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 32px 20px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

/* Brand / contacts */
.logo img {
  width: 210px;
  display: flex;
  left: -8px;
  width: 210px;
  position: relative;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  line-height: 1.65 !important;
  text-align: left;
  gap: var(--gap);
 
}

.footer-contacts a {
  color: var(--text);
  text-decoration: none;
}

.footer-contacts a:hover {
  color: var(--accent);
}

.footer-contacts address {
  font-style: normal;
  color: var(--text);
}

/* Social icons — outlined circles like in the example */
.footer-social {
  display: flex;
  gap: 12px;
  justify-content: left;
  list-style: none;
  padding: 0;
  gap: var(--gap);
 
}

.footer-social a {
  color: var(--text);
  font-size: 20px;
}

.footer-social a:hover {
  color: var(--accent);
}
/* Right column links */
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
 
  line-height: 1.65;
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-main {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 0;
  text-align: right;
  line-height: 1.65;
 margin: 16px 0;
}

/* Bottom line */
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 28px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 860px) {
  .footer-row {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
  }
  .footer-links {
    justify-self: start;
    text-align: left;
    padding:0;
  }
  .logo img {
    width: 210px;
    display: flex;
    left: -8px;
    width: 210px;
    position: relative;
  }
}

/* Optional dark mode (auto) */
@media (prefers-color-scheme: dark) {
  .site-footer {
    --text: #000000ff;
    --muted: #9ca3af;
    --border: #1f2937;
    --icon-ring: #c9d1d9;
    --gap: 22px;
  }
  .icon-btn:hover {
    background: #111827;
  }
}

.partners {
  display: flex;
  flex-direction: column;
}

.partners h2 {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: left;
}

.partners img {
  width: 150px;
}

.partners a {
  display: flex;
  justify-content: center;
}
/* отключаем прокрутку без дёрганья страницы */
.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.left a {
  color: var(--accent);
}

.left a:hover {
  color: var(--text);
}

.left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .logo img {
  max-width: 150px;
}
