@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");

:root {
  --primary: #a94812;
  --primary-dark: #7a3008;
  --accent: #f0bd4f;
  --bg-soft: #f8f3ea;
  --text: #2f2a25;
  --muted: #6d655f;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 12px 24px rgba(32, 20, 12, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lora", Georgia, "Times New Roman", serif;
  color: var(--text);
  background: var(--bg-soft);
  line-height: 1.5;
}

h1,
h2,
h3,
.section-title,
.blog-section-title {
  font-family: "Lora", Georgia, "Times New Roman", serif;
}

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

ul {
  margin-left: 20px;
}

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

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.topbar {
  background: var(--white);
  box-shadow: 0 4px 20px rgba(10, 10, 10, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.navbar {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  width: 120px;
  font-weight: 700;
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--accent), var(--primary));
}

.nav-links {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  color: #4e443e;
}

.nav-links a {
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-dark);
  background: rgba(169, 72, 18, 0.12);
}

.btn {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.2rem;
  border-radius: 10px;
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn:hover {
  background: var(--primary-dark);
}

.btn-outline {
  border: 1.8px solid #f8e5d8;
  background: transparent;
  color: var(--white);
}

.hero {
  padding: 3.5rem 0;
  background: linear-gradient(120deg, #6b2205 0%, #a74111 46%, #ba5b1d 100%);
  color: var(--white);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero p {
  margin-bottom: 1.3rem;
  color: #f9dfca;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 0.8rem;
  backdrop-filter: blur(5px);
}

.hero-card img {
  border-radius: 12px;
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.home-hero {
  background-image: url("../images/home-banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  padding-top: clamp(3rem, 10vw, 6.5rem);
}

.home-hero .container {
  width: 100%;
  max-width: 100%;
}

.home-hero-grid {
  margin-top: clamp(1rem, 4vw, 3rem);
  padding-inline: clamp(1rem, 4vw, 6rem);
}

.home-hero-slider {
  width: min(100%, 700px);
}

.home-hero-slide {
  display: none;
  animation: heroFade 0.5s ease;
}

.home-hero-slide.is-active {
  display: block;
}

.home-hero-controls {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home-hero-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-hero-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.home-hero-dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.home-hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.home-hero-dot.is-active {
  background: #fff;
}

/* Customer review slider */
.review-slider {
  position: relative;
}

.review-slide {
  display: none;
  animation: heroFade 0.5s ease;
}

.review-slide.is-active {
  display: block;
}

.review-stars {
  color: var(--accent);
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.review-rating {
  color: #6e300d;
  font-weight: 700;
  margin-bottom: 0;
}

.review-controls {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.review-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(169, 72, 18, 0.35);
  background: #fff2e4;
  color: #7a3008;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.review-arrow:hover {
  background: #ffe6cf;
}

.review-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.review-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(122, 48, 8, 0.35);
  cursor: pointer;
}

.review-dot.is-active {
  background: var(--primary);
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-taste-band {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    url("../images/home-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.home-taste-band h2,
.home-taste-band p {
  color: #fff;
}

.section {
  padding: 3.2rem 0;
}

.section-title {
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin-bottom: 1.8rem;
  color: #422a1d;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.product-image {
  border-radius: 10px;
  background: linear-gradient(160deg, #ffe9b2 0%, #ffd79f 45%, #f7b47d 100%);
  min-height: 180px;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
}

.product-image span {
  color: #7b3c12;
  font-weight: 700;
}

.card h3 {
  margin-bottom: 0.35rem;
}

.card p {
  color: var(--muted);
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
}

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

.feature {
  background: #fff6e9;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
}

.feature h4 {
  color: #6e300d;
  margin-bottom: 0.35rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
}

.about-photo {
  border-radius: 14px;
  overflow: hidden;
  min-height: 290px;
  background: linear-gradient(120deg, #65412b, #94613d);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band {
  padding: 2.2rem 0;
  text-align: center;
  color: var(--white);
  background: linear-gradient(130deg, #4d1c06, #78320f, #a44d19);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.1rem;
}

.contact-card,
.form-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.contact-list {
  list-style: none;
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

input,
textarea {
  width: 100%;
  margin-bottom: 0.7rem;
  padding: 0.75rem;
  border: 1px solid #dacfc4;
  border-radius: 9px;
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

footer {
  background: #31170b;
  color: #f7e5d6;
  padding: 2.3rem 0 1.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1rem;
}

.footer-grid h4 {
  margin-bottom: 0.6rem;
}

.footer-logo {
  width: 110px;
  height: auto;
  margin-bottom: 0.6rem;
}

.footer-grid ul {
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.footer-bottom {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: #e3c9b6;
}

.page-header {
  padding: 3rem 0;
  color: var(--white);
  text-align: center;
  background: linear-gradient(130deg, #6f290b, #b1551d);
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.step {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .split,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    padding-top: 2.5rem;
  }

  .home-hero-grid {
    margin-top: 0;
  }

  .home-hero-slider {
    width: 100%;
  }

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

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

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

@media (max-width: 600px) {
  .card-grid,
  .features,
  .quality-grid,
  .footer-grid,
  .input-row {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 320px;
    padding-top: 2rem;
  }

  .home-hero-controls {
    justify-content: space-between;
  }
}

.blog-page {
  background: #f3eeea;
}

.blog-topbar {
  background: #8f3509;
  box-shadow: none;
}

.blog-topbar .brand,
.blog-topbar .nav-links,
.blog-topbar .btn {
  color: #fff4e8;
}

.blog-topbar .nav-links a:hover,
.blog-topbar .nav-links a.active {
  color: #ffe2c7;
  background: rgba(255, 255, 255, 0.16);
}

.blog-topbar .btn {
  background: #f4be4f;
  color: #5a2207;
}

.blog-hero {
  background: #efe5d7;
  padding: 0;
}

.blog-hero-bg {
  background-image: linear-gradient(
      90deg,
      rgba(239, 229, 215, 0.96) 0%,
      rgba(239, 229, 215, 0.9) 38%,
      rgba(239, 229, 215, 0.2) 62%,
      rgba(239, 229, 215, 0.08) 100%
    ),
    url("../images/contact-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-hero-wrap {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 320px;
}

.blog-hero-copy {
  padding: 3rem 1rem 2rem 0;
}

.blog-hero-copy h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: #2f1f18;
  margin-bottom: 0.8rem;
}

.blog-hero-copy p {
  color: #5f4d43;
  max-width: 360px;
  font-size: 1.1rem;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 1.4rem;
  color: #392319;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(44, 24, 11, 0.12);
}

.blog-thumb {
  height: 190px;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 1rem;
}

.blog-date {
  color: #b95a26;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
}

.blog-card h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #2f2520;
}

.blog-card p {
  color: #5f5550;
  margin-bottom: 0.7rem;
}

.read-more {
  color: #a13f11;
  font-weight: 700;
}

.brochure-strip {
  margin-top: 1.8rem;
  border-radius: 12px;
  background: linear-gradient(130deg, #822d09, #ae4515);
  color: #fff5eb;
  padding: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brochure-strip h4 {
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
}

.blog-footer {
  background: #2b170e;
}

.newsletter-wrap {
  display: grid;
  gap: 0.65rem;
}

.newsletter-wrap input {
  margin: 0;
  background: transparent;
  border: 1px solid #70584a;
  color: #efe0d3;
}

.footer-end {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 960px) {
  .blog-hero-wrap,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero-copy {
    padding: 2rem 0;
  }
}

.products-page {
  background: #f4efea;
}

.products-hero {
  background: #efe4d6;
}

.products-hero-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 210px;
  align-items: center;
}

.products-hero-copy h1 {
  color: #2d2019;
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 0.3rem;
}

.products-hero-copy p {
  color: #6f6158;
}

.products-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-tabs {
  background: #f7f2eb;
  border-top: 1px solid #e8ddd0;
  border-bottom: 1px solid #e8ddd0;
}

.products-tabs ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 1.1rem;
  padding: 0.95rem 0;
  color: #6e452d;
  font-weight: 600;
}

.products-tabs li {
  padding: 0.35rem 0.5rem;
}

.products-tabs button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.products-tabs button.active {
  color: #a34714;
}

.products-tabs a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.products-tabs a.active {
  color: #a34714;
}

.product-item.is-hidden {
  display: none;
}

.products-section {
  padding: 2rem 0 0;
}

.products-title {
  text-align: center;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  color: #3b271d;
  margin-bottom: 1rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.7rem;
}

.product-item {
  background: #fff;
  border: 1px solid #efe4d8;
  border-radius: 8px;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(46, 26, 16, 0.08);
}

.product-item-image {
  background: #fff;
  border-radius: 6px;
  height: 120px;
  margin-bottom: 0.45rem;
  overflow: hidden;
}

.product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item h3 {
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
  font-weight: 600;
  min-height: 40px;
  margin-bottom: 0.35rem;
}

.product-item .btn {
  font-size: 0.72rem;
  border-radius: 99px;
  padding: 0.3rem 0.65rem;
}

.dry-fruits-section {
  padding-top: 1rem;
}

.products-brochure {
  padding: 1.7rem 0;
}

@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 960px) {
  .products-hero-wrap {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media (max-width: 500px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .brand-logo {
    width: 100%;
    height: auto;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    color: #fff4e8;
  }

  .topbar .btn {
    display: none;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(280px, 90vw);
    background: #7a2d09;
    color: #fff4e8;
    border-radius: 10px;
    padding: 0.5rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
    z-index: 40;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    width: 100%;
  }

  .nav-links.open {
    display: flex;
  }
}

.contact-page {
  background: #f2ede7;
}

.contact-banner {
  background: #8f3509;
}

/* .contact-banner-inner {
  min-height: 110px;
  background-image: url("../images/reference-contact.png");
  background-size: cover;
  background-position: center;
} */

.contact-top {
  padding-bottom: 2rem;
}

.contact-top-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1rem;
  align-items: start;
}

.contact-top-left h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 0.8rem;
  color: #2f2119;
}

.contact-top-left p {
  color: #5f5550;
  max-width: 360px;
}

.contact-info-stack {
  display: grid;
  gap: 0.8rem;
}

.contact-info-item {
  background: #f8f4ed;
  border: 1px solid #eee2d6;
  border-radius: 10px;
  padding: 0.9rem 1rem;
}

.contact-info-item h4 {
  text-transform: uppercase;
  color: #9e4616;
  margin-bottom: 0.2rem;
}

.contact-message-band {
  background: #efe3d2;
  padding: 2rem 0;
}

.contact-message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  align-items: start;
}

.contact-message-copy span {
  text-transform: uppercase;
  color: #8f4f2d;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact-message-copy h2 {
  margin: 0.4rem 0;
  color: #2b1f19;
  max-width: 420px;
}

.contact-message-copy p {
  color: #5f5550;
  margin-bottom: 0.8rem;
}

.contact-message-copy img {
  width: 100%;
  max-width: none;
  display: block;
  margin-left: 0;
  border-radius: 12px;
}

.contact-form-box {
  border-radius: 12px;
  padding: 1.1rem;
}

.contact-form-box label {
  display: block;
  text-transform: uppercase;
  font-size: 0.84rem;
  color: #5d4a40;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.contact-form-box input,
.contact-form-box textarea {
  margin-bottom: 0.65rem;
  background: #fbfbfb;
}

.contact-form-box .btn {
  width: 100%;
}

@media (max-width: 900px) {
  .contact-top-grid,
  .contact-message-grid {
    grid-template-columns: 1fr;
  }
}
