/* Fonts */
@font-face { font-family: 'DOUMBAR-STENCIL'; src: url('../fonts/doumbar-stencil.woff') format('woff'); }
@font-face { font-family: 'DOUMBAR-PLATE'; src: url('../fonts/doumbar-plate.woff') format('woff'); }
@font-face { font-family: 'DOUMBAR-REGULAR'; src: url('../fonts/doumbar-regular.woff') format('woff'); }
@font-face { font-family: 'NOWAY-BOLD'; src: url('../fonts/noway-bold.woff') format('woff'); }
@font-face { font-family: 'NOWAY-MEDIUM'; src: url('../fonts/noway-medium.woff') format('woff'); }
@font-face { font-family: 'NOWAY-REGULAR'; src: url('../fonts/noway-regular.woff') format('woff'); }

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'NOWAY-MEDIUM', 'Poppins', sans-serif;
  background-color: #111335;
  color: #FFEFBF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

.info__text a {
  text-decoration: underline;
}

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

/* Header */
.header {
  background: transparent;
  padding: 24px 0;
  text-align: center;
  position: relative;
  z-index: 10;
}

.header__logo {
  max-width: 200px;
  margin: 0 auto;
}

/* Sections */
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section--dark {
  background-color: #111335;
  color: #FFEFBF;
}

.section--green {
  background-color: #43B83A;
  color: #FFFFFF;
}

.section__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Wavy dividers */
.divider-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  z-index: 3;
  line-height: 0;
}

.divider-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 3;
  line-height: 0;
}

.divider-top svg,
.divider-bottom svg {
  width: 100%;
  height: 40px;
  display: block;
}

/* Hero */
.hero {
  padding: 0 40px 60px;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__title {
  font-family: 'DOUMBAR-STENCIL', serif;
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #FFEFBF;
  text-align: center;
  line-height: 1.05;
  margin-bottom: 0;
}

.hero__subtitle {
  font-family: 'DOUMBAR-PLATE', serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #FFEFBF;
  text-align: center;
  margin-top: 32px;
  line-height: 1.1;
}

.hero__image {
  max-width: 600px;
  margin: 60px auto 0;
}

/* Info section (What's the Dill) */
.info {
  padding: 80px 40px;
}

.info__title {
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: clamp(24px, 3vw, 33px);
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.info__link {
  display: inline-block;
  margin-top: 12px;
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #FFEFBF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.info__text {
  font-family: 'NOWAY-MEDIUM', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}

/* Products section */
.products {
  padding: 100px 40px;
}

.products__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.products__item {
  flex: 0 1 280px;
  transition: transform 0.3s ease;
}

.products__item:hover {
  transform: scale(1.05);
}

.products__item img {
  width: 100%;
  height: auto;
}

/* Footer */
.footer {
  background-color: #43B83A;
  padding: 60px 40px;
  padding-top: 80px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer__info {
  flex: 1;
}

.footer__title {
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer__address {
  font-family: 'NOWAY-MEDIUM', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #FFFFFF;
}

.footer__address a {
  text-decoration: underline;
}

.footer__logo {
  max-width: 200px;
}

/* Dill background treatment */
.dill-bg {
  background: linear-gradient(rgba(67, 184, 58, 0.88), rgba(67, 184, 58, 0.92)), url('../images/dill.jpg') center top/cover no-repeat;
}

/* Benefits section */
.benefits {
  padding: 80px 40px;
}

.benefits__heading {
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: clamp(24px, 3vw, 33px);
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.benefits__intro {
  font-family: 'NOWAY-MEDIUM', sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto 48px;
  opacity: 0.9;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.benefits__card {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
}

.benefits__title {
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.benefits__text {
  font-family: 'NOWAY-MEDIUM', sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.6;
  opacity: 0.9;
}

/* Taste section */
.taste {
  padding: 80px 40px;
}

/* Coming Soon page */
.coming-soon {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  text-align: center;
}

.coming-soon__title {
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: 33px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.coming-soon__text {
  font-family: 'NOWAY-MEDIUM', sans-serif;
  font-size: 22px;
  color: #5BC8C8;
  line-height: 1.5;
}

/* Recipe components */
.recipe {
  max-width: 600px;
  margin: 0 auto;
}

.recipe__ingredients {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}

.recipe__ingredients li {
  font-family: 'NOWAY-REGULAR', sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 16px;
}

.recipe__ingredients li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.recipe__ingredients--cream li {
  color: rgba(255, 239, 191, 0.7);
}

.recipe__ingredients--cream li::before {
  background: rgba(255, 239, 191, 0.35);
}

.recipe__method {
  font-family: 'NOWAY-MEDIUM', sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
}

/* Our Farm page */
.farm-hero {
  padding: 80px 40px 60px;
  min-height: auto;
}

.farm-hero__title {
  font-family: 'DOUMBAR-STENCIL', serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #FFEFBF;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 24px;
}

.farm-step__number {
  font-family: 'DOUMBAR-PLATE', serif;
  font-size: clamp(48px, 6vw, 80px);
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

.farm-step__number--cream {
  color: rgba(255, 239, 191, 0.3);
}

.farm-cta {
  display: inline-block;
  margin-top: 32px;
  padding: 14px 40px;
  background: #111335;
  color: #FFEFBF;
  font-family: 'NOWAY-BOLD', sans-serif;
  font-size: 16px;
  border-radius: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.farm-cta:hover {
  transform: translateY(-2px);
  background: #1a1b45;
}

/* Responsive */
@media (max-width: 768px) {
  .hero {
    min-height: 60vh;
    padding: 0 20px 40px;
  }

  .section__content {
    padding: 60px 20px;
  }

  .products {
    padding: 60px 20px;
  }

  .products__grid {
    gap: 24px;
  }

  .products__item {
    flex: 0 1 200px;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .info {
    padding: 60px 20px;
  }

  .benefits {
    padding: 60px 20px;
  }

  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .taste {
    padding: 60px 20px;
  }

  .recipe__ingredients {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .header__logo {
    max-width: 150px;
  }

  .products__item {
    flex: 0 1 160px;
  }

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