* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.65;
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.alt-bg {
  background: #f7f7f4;
}

.center {
  text-align: center;
}

.section-label {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #8f7440;
  font-weight: 700;
}

h1, h2, h3 {
  line-height: 1.25;
  margin-top: 0;
}

h1 {
  font-size: clamp(36px, 6vw, 66px);
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 22px;
}

h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

p {
  margin: 0 0 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid #ececec;
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 700;
}

.logo-main {
  font-size: 28px;
  letter-spacing: 0.08em;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 36px;
  width: auto;
  display: block;
}

.logo-text {
  font-size: 18px;
  font-weight: 600;
}

.logo-sub {
  font-size: 13px;
  color: #8f7440;
  letter-spacing: 0.12em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav a {
  font-size: 14px;
}
.lang-switch {
  font-size: 14px;
  font-weight: 700;
  color: #8f7440;
}
.nav-btn {
  padding: 10px 16px;
  border: 1px solid #222;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(18,18,18,0.68), rgba(18,18,18,0.35)),
    url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.45), rgba(0,0,0,.12));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 70px 0;
}

.eyebrow {
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 700;
  color: #e2c990;
}

.hero-text {
  font-size: 18px;
  max-width: 640px;
  color: rgba(255,255,255,0.92);
}
.no-break {
  white-space: nowrap;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-primary {
  background: #9c7b40;
  color: #fff;
}

.btn-secondary {
  background: #9c7b40;
  color: #fff;
  border: #fff;
}

.btn:hover,
.nav-btn:hover,
.simple-link:hover {
  opacity: 0.85;
}

.intro-strip {
  padding-top: 0;
  margin-top: -54px;
  position: relative;
  z-index: 2;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.intro-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.two-col {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 42px;
  align-items: start;
}

.info-box {
  background: #f8f5ef;
  border-radius: 20px;
  padding: 32px;
}

.info-box ul {
  padding-left: 18px;
  margin: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  min-height: 250px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.card-no {
  font-size: 14px;
  font-weight: 700;
  color: #9c7b40;
  margin-bottom: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.product-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #efefef;
}

.product-image {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.img-food {
  background-image: url('https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1200&q=80');
}

.img-produce {
  background-image: url('https://images.unsplash.com/photo-1610832958506-aa56368176cf?auto=format&fit=crop&w=1200&q=80');
}

.img-stationery {
  background-image: url('https://images.unsplash.com/photo-1517842645767-c639042777db?auto=format&fit=crop&w=1200&q=80');
}

.img-daily {
  background-image: url('https://images.unsplash.com/photo-1583947582886-f40ec95dd752?auto=format&fit=crop&w=1200&q=80');
}

.product-card h3,
.product-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.product-card h3 {
  margin-top: 20px;
}

.product-card p {
  padding-bottom: 22px;
}

.partner-section {
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.feature-box {
  background: #fff;
  border: 1px solid #ece8de;
  border-radius: 18px;
  padding: 28px;
}

.news-wrap {
  max-width: 980px;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

.simple-link {
  color: #8f7440;
  font-weight: 700;
}

.news-list {
  border-top: 1px solid #ddd;
}

.news-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}

.news-date {
  font-weight: 700;
  color: #8f7440;
}

.news-body h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.contact-box {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 34px;
  background: #111;
  color: #fff;
  border-radius: 28px;
  padding: 48px;
}

.contact-info p {
  margin-bottom: 12px;
}

.site-footer {
  background: #111;
  color: #d5d5d5;
  padding-top: 34px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 22px;
}

.footer-logo {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0 28px;
  font-size: 14px;
  color: #aaa;
}

@media (max-width: 1080px) {
  .card-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .feature-grid,
  .two-col,
  .contact-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .header-inner {
    padding: 12px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    gap: 14px;
  }

  .section {
    padding: 68px 0;
  }

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

  .news-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero {
    min-height: 78vh;
  }

  .contact-box {
    padding: 32px 24px;
  }
}
.map-box {
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
}
