/*
Theme Name: Bansuri Foods
Theme URI: https://bansurifoods.in/
Author: Bansuri Foods
Description: Custom homepage theme for an Indian cattle feed brand.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bansuri-foods
*/

:root {
  --green-950: #063d20;
  --green-900: #0a4b29;
  --green-800: #0f6335;
  --green-700: #177544;
  --green-100: #eaf5dd;
  --gold-700: #c88a08;
  --gold-600: #dfa317;
  --gold-100: #fff1c9;
  --cream: #fff9ec;
  --paper: #fffdf8;
  --ink: #18251c;
  --muted: #5a685d;
  --line: rgba(13, 75, 41, 0.14);
  --shadow: 0 18px 45px rgba(4, 44, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #07391f;
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body,
button,
input,
textarea {
  letter-spacing: 0;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  width: min(1740px, calc(100% - 48px));
  margin: 18px auto 28px;
  overflow: hidden;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 245px;
}

.brand-logo {
  width: 238px;
  max-height: 82px;
  object-fit: contain;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 64px;
  color: var(--green-900);
}

.brand-ring {
  position: absolute;
  inset: 8px 6px;
  border: 3px solid var(--gold-600);
  border-radius: 50%;
}

.brand-flute {
  position: absolute;
  width: 70px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2bd36, #9b6410);
  transform: rotate(-22deg);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.brand-flute::before,
.brand-flute::after {
  position: absolute;
  top: 3px;
  width: 4px;
  height: 4px;
  content: "";
  background: #70400d;
  border-radius: 50%;
}

.brand-flute::before {
  left: 18px;
}

.brand-flute::after {
  left: 36px;
}

.brand-leaf {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 18px;
  height: 30px;
  background: var(--green-800);
  border-radius: 100% 0 100% 0;
  transform: rotate(38deg);
}

.brand-cow {
  position: absolute;
  bottom: 12px;
  left: 24px;
  width: 31px;
  height: 18px;
  background: var(--green-900);
  border-radius: 12px 13px 8px 8px;
}

.brand-cow::before {
  position: absolute;
  right: -9px;
  top: 3px;
  width: 11px;
  height: 10px;
  content: "";
  background: var(--green-900);
  border-radius: 50%;
}

.brand-cow::after {
  position: absolute;
  left: 5px;
  bottom: -8px;
  width: 20px;
  height: 8px;
  content: "";
  border-left: 3px solid var(--green-900);
  border-right: 3px solid var(--green-900);
}

.brand-name {
  display: grid;
  line-height: 1;
}

.brand-name strong {
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  line-height: 0.9;
}

.brand-name span {
  color: var(--gold-700);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.brand-name small {
  color: #7d3f19;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.main-nav {
  justify-self: center;
}

.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #19261d;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--gold-700);
  border-color: var(--gold-600);
}

.header-call {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  gap: 10px;
  min-width: 205px;
  color: var(--green-900);
}

.phone-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--green-900);
  border: 4px solid var(--green-900);
  border-radius: 50%;
  font-size: 26px;
}

.phone-icon::before {
  content: "☎";
}

.header-call span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.header-call strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--green-900);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 560px;
  padding: 56px 70px 28px;
  background:
    linear-gradient(90deg, rgba(255, 249, 236, 0.96) 0%, rgba(255, 249, 236, 0.82) 37%, rgba(255, 249, 236, 0.1) 70%),
    url("assets/images/hero-farm.png") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--gold-700);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after,
.section-title::before,
.section-title::after {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--gold-600);
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
  font-weight: 900;
  overflow-wrap: break-word;
}

.hero-subtitle {
  margin: 18px 0 0;
  color: #2d2418;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 800;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: min(640px, 100%);
  margin: 26px 0 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 61, 32, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(6, 61, 32, 0.12);
}

.feature-mini {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0 10px;
  text-align: center;
}

.feature-mini + .feature-mini {
  border-left: 1px solid var(--line);
}

.mini-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green-800);
  background: var(--green-100);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
}

.feature-mini strong {
  color: #17251b;
  font-size: 13px;
  line-height: 1.15;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 28px;
  color: #fff;
  background: var(--green-800);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(6, 61, 32, 0.2);
  font-weight: 900;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background: var(--green-950);
}

.btn-gold {
  background: linear-gradient(180deg, #efb932, var(--gold-700));
}

.btn-gold:hover,
.btn-gold:focus {
  background: var(--gold-700);
}

.btn-whatsapp {
  background: #1f8f49;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: #116c35;
}

.arrow {
  font-size: 22px;
  line-height: 1;
}

.product-stage {
  position: absolute;
  right: 90px;
  bottom: 22px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 156px);
  align-items: end;
  gap: 14px;
}

.hero-bag {
  width: 100%;
  height: auto;
  max-height: 335px;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.24));
}

.hero-bag-main {
  max-height: 365px;
  transform: translateY(4px);
}

.feed-bag {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 286px;
  padding: 32px 16px 18px;
  overflow: hidden;
  color: #11351e;
  background: linear-gradient(160deg, #fff 0 52%, var(--bag-color) 53%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px 22px 12px 12px;
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.22);
}

.feed-bag::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent 24% 78%, rgba(0, 0, 0, 0.09)),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.55), transparent 26%);
  pointer-events: none;
}

.red {
  --bag-color: #b92f27;
}

.green {
  --bag-color: #1d7139;
}

.gold {
  --bag-color: #d29b19;
}

.feed-bag.red {
  --bag-color: #b92f27;
  min-height: 318px;
}

.feed-bag.green {
  --bag-color: #1d7139;
}

.feed-bag.gold {
  --bag-color: #d29b19;
}

.feed-bag .bag-brand,
.feed-bag .bag-name,
.feed-bag .bag-weight,
.feed-bag .bag-cow {
  position: relative;
  z-index: 2;
}

.bag-brand {
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}

.bag-name {
  width: 100%;
  margin-top: 18px;
  padding: 7px 8px;
  color: #fff;
  background: var(--bag-color);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.bag-cow {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin-top: 18px;
  background: #f7ead1;
  border-radius: 50%;
  font-size: 42px;
}

.bag-weight {
  align-self: end;
  margin-top: auto;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.weight-badge {
  position: absolute;
  right: 58px;
  bottom: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  color: var(--green-950);
  background: #fff;
  border: 4px solid var(--gold-600);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.15);
}

.weight-badge strong {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.weight-badge span {
  font-size: 12px;
  font-weight: 800;
}

.section-band {
  padding: 28px 70px;
  background: linear-gradient(180deg, #fffdf8, #fffaf0);
  border-top: 1px solid var(--line);
}

.three-column {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(620px, 1.85fr) minmax(250px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--green-950);
  font-size: 20px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.about .section-title,
.benefits .section-title {
  justify-content: flex-start;
}

.about .section-title::before,
.about .section-title::after,
.benefits .section-title::before,
.benefits .section-title::after {
  display: none;
}

.about p,
.product-card p,
.testimonial p {
  margin: 0;
  color: #28372c;
}

.sketch {
  min-height: 88px;
  margin: 16px 0;
  opacity: 0.32;
  background:
    linear-gradient(155deg, transparent 44%, #8b775c 45% 46%, transparent 47%),
    linear-gradient(30deg, transparent 52%, #8b775c 53% 54%, transparent 55%),
    radial-gradient(circle at 18% 75%, transparent 0 20px, #8b775c 21px 22px, transparent 23px),
    linear-gradient(#8b775c, #8b775c) 0 84% / 100% 2px no-repeat;
}

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

.product-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  min-height: 128px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(31, 48, 32, 0.06);
}

.mini-bag {
  width: 76px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(5, 50, 27, 0.13));
}

.product-card h3 {
  margin: 2px 0 2px;
  color: var(--green-950);
  font-size: 15px;
  line-height: 1.15;
}

.product-card small {
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 900;
}

.product-card p {
  font-size: 13px;
  line-height: 1.35;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: var(--green-800);
  font-size: 14px;
  font-weight: 900;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.benefit-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  color: #26362a;
  font-weight: 700;
}

.check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--green-800);
  border-radius: 50%;
  font-size: 13px;
}

.milk-splash {
  height: 128px;
  margin-top: 12px;
  opacity: 0.48;
  background:
    radial-gradient(circle at 56% 50%, #efe5d5 0 12px, transparent 13px),
    radial-gradient(circle at 70% 22%, #efe5d5 0 7px, transparent 8px),
    radial-gradient(circle at 80% 50%, #efe5d5 0 4px, transparent 5px),
    radial-gradient(ellipse at 58% 80%, #efe5d5 0 64px, transparent 65px);
}

.why-testimonials {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 48px;
  padding-top: 10px;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

.company-section p {
  margin: 0 0 14px;
  color: #27372b;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-card {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(31, 48, 32, 0.06);
}

.trust-card strong {
  color: var(--green-950);
  font-size: 18px;
}

.trust-card span {
  color: var(--muted);
  font-weight: 700;
}

.product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.ingredient-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ingredient-list li {
  padding: 11px 14px;
  color: var(--green-950);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.note {
  margin: 16px 0 0;
  color: #5a3d09;
  font-weight: 800;
}

.feeding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feeding-card {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(31, 48, 32, 0.06);
}

.feeding-card strong {
  color: var(--green-950);
  font-size: 18px;
}

.feeding-card span {
  color: var(--gold-700);
  font-size: 21px;
  font-weight: 950;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 20px 0 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.why-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 12px 14px;
  text-align: center;
}

.why-item + .why-item {
  border-left: 1px solid var(--line);
}

.why-item strong {
  font-size: 13px;
  line-height: 1.15;
}

.testimonial-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.testimonial {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: start;
}

.avatar {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: var(--green-900);
  background: var(--gold-100);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(5, 50, 27, 0.15);
  font-size: 34px;
}

.stars {
  margin-top: 7px;
  color: var(--gold-600);
  font-size: 16px;
}

.partner-band {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1.1fr 0.55fr;
  align-items: stretch;
  background: linear-gradient(90deg, #124f2a, #07391f);
  color: #fff;
}

.partner-photo {
  min-height: 170px;
  background:
    linear-gradient(90deg, rgba(6, 61, 32, 0.05), rgba(6, 61, 32, 0.76)),
    url("assets/images/hero-farm.png") left center / cover no-repeat;
  border-top-right-radius: 64px;
}

.partner-copy,
.enquiry,
.trust-seal {
  padding: 22px 30px;
}

.partner-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  text-align: center;
}

.partner-copy h2,
.enquiry h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.partner-copy p {
  margin: 0;
  color: #e8f3df;
}

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

.partner-feature {
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.enquiry {
  display: grid;
  align-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.enquiry-form textarea {
  grid-column: span 2;
  resize: vertical;
}

.enquiry-form input,
.enquiry-form textarea {
  min-width: 0;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
}

.enquiry-form textarea {
  padding-top: 10px;
}

.form-status {
  margin: 10px 0 0;
  padding: 10px 12px;
  color: var(--green-950);
  background: #eaf5dd;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 7px;
  font-weight: 800;
}

.form-error {
  color: #7a1c16;
  background: #ffe8e1;
}

.whatsapp-inline {
  display: inline-flex;
  margin-top: 12px;
  color: #fff4ce;
  font-weight: 900;
}

.trust-seal {
  display: grid;
  place-items: center;
  text-align: center;
}

.seal {
  display: grid;
  place-items: center;
  width: 180px;
  height: 126px;
  padding: 16px;
  color: var(--gold-100);
  border: 2px solid rgba(223, 163, 23, 0.72);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer {
  color: #eaf5dd;
  background: #063d20;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.6fr 0.8fr;
  gap: 30px;
  padding: 28px 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo strong {
  display: block;
  color: #fff4ce;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.footer-logo span {
  color: var(--gold-100);
  font-weight: 800;
}

.footer-brand-logo {
  width: 210px;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 12px;
}

.footer-main h3 {
  margin: 0 0 10px;
  color: #fff4ce;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-main p,
.footer-main a {
  color: #eaf5dd;
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 6px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.social-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.social-icon:hover,
.social-icon:focus {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.social-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-icon.facebook {
  background: #1877f2;
}

.social-icon.instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
}

.social-icon.linkedin {
  background: #0a66c2;
}

.social-icon.youtube {
  background: #ff0000;
}

.social-icon.whatsapp {
  background: #3ee37b;
}

.india-seal {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  margin-left: auto;
  color: #fff4ce;
  border: 2px solid var(--gold-600);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 70px;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.footer-bottom nav {
  display: flex;
  gap: 20px;
}

.page-main {
  min-height: 520px;
  background: var(--paper);
}

.page-content {
  max-width: 960px;
  margin: 0 auto;
}

.page-title {
  margin: 0 0 18px;
  color: var(--green-950);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.entry-content {
  color: #27372b;
  font-size: 18px;
}

.entry-content p {
  margin: 0 0 16px;
}

.entry-content h2 {
  margin: 28px 0 14px;
  color: var(--green-950);
  font-size: 26px;
  line-height: 1.15;
}

.entry-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.content-grid,
.product-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.product-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card.large {
  grid-template-columns: 96px 1fr;
  min-height: 190px;
}

.product-card.large .mini-bag {
  width: 92px;
  height: 150px;
}

.rich-list {
  padding-left: 0;
}

.page-testimonials {
  margin: 22px 0;
}

.page-enquiry {
  margin-top: 24px;
  border-radius: 8px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #3ee37b;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(4, 44, 23, 0.32);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  background: #25d366;
}

.mobile-gunny-section {
  display: none;
}

@keyframes mobileSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1320px) {
  .product-stage {
    right: 42px;
    grid-template-columns: repeat(3, 128px);
  }
}

@media (max-width: 1100px) {
  .site-shell {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .hero,
  .section-band,
  .footer-main,
  .footer-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero {
    padding-bottom: 360px;
    background-position: center top;
    background-size: 100% auto;
  }

  .product-stage {
    right: auto;
    left: 28px;
    bottom: 30px;
  }

  .three-column,
  .why-testimonials,
  .product-info,
  .company-section,
  .partner-band,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .partner-photo {
    min-height: 220px;
    border-top-right-radius: 0;
  }

  .trust-seal {
    display: none;
  }

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

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

  .india-seal {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 14px;
    min-height: 74px;
    padding: 12px 18px;
    position: sticky;
    box-shadow: 0 8px 18px rgba(6, 61, 32, 0.08);
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 56px;
    height: 50px;
  }

  .brand-logo {
    width: 170px;
    max-height: 62px;
  }

  .brand-name strong {
    font-size: 32px;
  }

  .header-call {
    display: none;
  }

  .nav-toggle {
    display: block;
    position: absolute;
    top: 14px;
    right: 18px;
    background: #fff;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 6px;
  }

  .site-header.nav-open .main-nav {
    display: block;
    animation: mobileSlideDown 0.2s ease;
  }

  .main-nav ul {
    display: grid;
    gap: 0;
    padding-top: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
  }

  .main-nav a {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 800;
    border-bottom: 1px solid var(--line);
  }

  .main-nav li:last-child a {
    border-bottom: 0;
  }

  .hero {
    --hero-image-height: clamp(180px, 52vw, 250px);
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding: 0 14px 22px;
    background: var(--paper);
  }

  .hero::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--hero-image-height);
    content: "";
    background-color: #f4ead3;
    background:
      linear-gradient(180deg, rgba(255, 249, 236, 0.22) 0%, rgba(255, 249, 236, 0.08) 56%, rgba(255, 249, 236, 0.22) 100%),
      url("assets/images/hero-farm.png") center top / 100% auto no-repeat;
    border-bottom: 1px solid rgba(13, 75, 41, 0.1);
  }

  .hero .product-stage {
    display: none;
  }

  .mobile-gunny-section {
    display: block;
    padding: 0 14px 10px;
    background: transparent;
  }

  .hero h1 {
    max-width: 100%;
    margin-top: 4px;
    font-size: clamp(32px, 8.2vw, 44px);
    line-height: 1.04;
  }

  .hero-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-top: calc(var(--hero-image-height) + 14px);
    padding: 14px 12px 12px;
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid rgba(13, 75, 41, 0.12);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(4, 44, 23, 0.1);
    backdrop-filter: blur(3px);
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 18px;
  }

  .hero-subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .feature-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 16px 0 12px;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(6, 61, 32, 0.1);
  }

  .feature-mini + .feature-mini {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 8px;
  }

  .feature-mini {
    grid-template-columns: 32px 1fr;
    justify-items: start;
    gap: 8px;
    padding: 0 2px;
    text-align: left;
  }

  .mini-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .feature-mini strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .product-stage {
    position: static;
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 16px 10px 12px;
    border-radius: 14px;
    background: transparent;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .product-stage::-webkit-scrollbar {
    display: none;
  }

  .hero-bag,
  .hero-bag-main {
    flex: 0 0 72%;
    max-width: 260px;
    max-height: 245px;
    margin: 0 auto;
    scroll-snap-align: center;
  }

  .feed-bag,
  .feed-bag.red {
    min-height: 230px;
    padding: 24px 10px 12px;
  }

  .bag-brand {
    font-size: 18px;
  }

  .bag-name {
    font-size: 11px;
  }

  .bag-cow {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .weight-badge {
    right: 20px;
    bottom: 18px;
    width: 70px;
    height: 70px;
  }

  .weight-badge strong {
    font-size: 19px;
  }

  .section-band {
    padding: 24px 18px;
  }

  .section-title {
    justify-content: flex-start;
    font-size: 18px;
  }

  .footer-main {
    padding: 24px 18px;
    gap: 20px;
  }

  .partner-copy,
  .enquiry,
  .trust-seal {
    padding: 20px 18px;
  }

  .product-card,
  .trust-card,
  .feeding-card {
    border-radius: 12px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 12px;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    justify-content: space-between;
    border-radius: 14px;
    font-size: 15px;
  }

  .product-grid,
  .why-grid,
  .testimonial-row,
  .ingredient-list,
  .feeding-grid,
  .trust-grid,
  .content-grid,
  .product-page-grid,
  .enquiry-form,
  .partner-features {
    grid-template-columns: 1fr;
  }

  .why-item + .why-item {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 14px;
  }

  .product-card {
    grid-template-columns: 82px 1fr;
  }

  .testimonial {
    grid-template-columns: 58px 1fr;
  }

  .avatar {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .enquiry-form textarea {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 14px 18px;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .page-main {
    min-height: 0;
  }

  .page-title {
    margin-bottom: 12px;
    font-size: clamp(28px, 7vw, 40px);
  }

  .entry-content {
    font-size: 16px;
    line-height: 1.6;
  }

  .entry-content h2 {
    margin-top: 22px;
    font-size: 22px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 520px) {
  .brand-name span,
  .brand-name small {
    text-align: left;
  }

  .hero {
    --hero-image-height: clamp(160px, 56vw, 220px);
    padding: 0 10px 18px;
  }

  .hero::before {
    height: var(--hero-image-height);
  }

  .mobile-gunny-section {
    padding: 0 10px 8px;
  }

  .hero-content {
    margin-top: calc(var(--hero-image-height) + 12px);
    border-radius: 14px;
    padding: 12px 10px 10px;
  }

  .product-stage {
    gap: 10px;
    padding: 14px 8px 10px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .hero-bag,
  .hero-bag-main {
    flex-basis: 82%;
    max-width: 235px;
  }

  .hero h1 {
    font-size: 33px;
  }

  .feature-strip {
    padding: 9px;
  }

  .weight-badge {
    display: none;
  }

  .feed-bag,
  .feed-bag.red {
    min-height: 188px;
  }

  .actions {
    display: grid;
  }
}
