:root {
  --green-950: #10261c;
  --green-850: #173728;
  --green-700: #246044;
  --rice-100: #fff9ed;
  --rice-200: #f4ead2;
  --saffron-500: #d98a22;
  --gold-400: #efbc55;
  --ink: #1b2721;
  --muted: #66726b;
  --line: #dde5dc;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(16, 38, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 0;
  color: var(--ink);
  background: var(--rice-100);
  font-family: Inter, "Noto Sans Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(16, 38, 28, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-logo-wrap {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  padding: 4px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

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

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-width: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a {
  white-space: nowrap;
}

.nav-links a:hover,
.header-call:hover {
  color: var(--gold-400);
}

.header-call {
  color: var(--gold-400);
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("hero-distribution.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 38, 28, 0.92) 0%, rgba(16, 38, 28, 0.78) 42%, rgba(16, 38, 28, 0.24) 78%),
    linear-gradient(0deg, rgba(16, 38, 28, 0.45), rgba(16, 38, 28, 0.08));
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding: 70px 0 110px;
}

.hero-logo {
  display: block;
  width: min(360px, 76vw);
  height: auto;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--saffron-500);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.tagline {
  margin-bottom: 22px;
  color: var(--gold-400);
  font-size: clamp(1.28rem, 2.6vw, 2rem);
  font-weight: 800;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions,
.dealer-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
  touch-action: manipulation;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--green-950);
  background: var(--gold-400);
  box-shadow: 0 16px 34px rgba(239, 188, 85, 0.26);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.btn-light {
  color: var(--green-950);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.btn-outline {
  color: var(--green-950);
  border: 1px solid var(--line);
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 34px;
}

.trust-grid span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.section {
  padding: clamp(70px, 9vw, 118px) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

h2 {
  margin-bottom: 18px;
  color: var(--green-950);
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  color: var(--green-950);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.section p {
  color: var(--muted);
  font-size: 1.02rem;
}

.about-section {
  background: var(--white);
}

.feature-panel,
.contact-panel,
.product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-panel {
  padding: clamp(24px, 4vw, 38px);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--saffron-500);
  border-bottom: 3px solid var(--saffron-500);
  transform: rotate(-45deg);
}

.products-section {
  background: linear-gradient(180deg, var(--rice-100), #f7fbf5);
}

.import-export-section {
  background: var(--white);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

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

.product-card {
  min-height: 420px;
  padding: clamp(24px, 4vw, 42px);
}

.product-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 26px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-700);
  font-weight: 800;
  font-size: 1.2rem;
}

.rice-card .product-icon {
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-400), #fff0b0);
}

.compact {
  margin-top: 24px;
}

.dealer-band {
  padding: 64px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 38, 28, 0.96), rgba(36, 96, 68, 0.94)),
    var(--green-850);
}

.dealer-inner {
  justify-content: space-between;
}

.dealer-band h2,
.dealer-band p {
  color: var(--white);
}

.dealer-band p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-section {
  background: var(--white);
}

.location-section {
  background: linear-gradient(180deg, #f7fbf5, var(--rice-100));
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
}

.map-panel,
.directions-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-panel {
  min-height: 420px;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.directions-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 34px);
}

.directions-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 700;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 38px);
}

.contact-panel h3 {
  margin-bottom: 0;
}

.contact-panel a,
.contact-panel span,
.marathi-name {
  display: block;
  padding-bottom: 12px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.contact-panel a:hover {
  color: var(--saffron-500);
}

.footer {
  padding: 38px 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--green-950);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer strong,
.footer span {
  display: block;
}

.footer strong,
.footer a {
  color: var(--gold-400);
  font-weight: 800;
}

.footer p {
  margin: 0;
}

.mobile-actions {
  display: none;
}

@media (max-width: 880px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    position: sticky;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
  }

  .nav-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: 0.82rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-links a {
    display: grid;
    place-items: center;
    min-height: 38px;
    padding: 8px 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    white-space: normal;
    line-height: 1.15;
  }

  .header-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(239, 188, 85, 0.42);
    border-radius: 8px;
    background: rgba(239, 188, 85, 0.12);
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: min(100% - 32px, 680px);
    margin: 0 auto;
    padding: 44px 0 64px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(16, 38, 28, 0.94), rgba(16, 38, 28, 0.74)),
      linear-gradient(0deg, rgba(16, 38, 28, 0.35), rgba(16, 38, 28, 0.12));
  }

  .split,
  .product-grid,
  .map-layout {
    grid-template-columns: 1fr;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 360px;
  }

  .dealer-inner {
    align-items: stretch;
  }

  .mobile-actions {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(16, 38, 28, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(16, 38, 28, 0.24);
    backdrop-filter: blur(12px);
  }

  .mobile-actions a {
    display: grid;
    place-items: center;
    min-height: 46px;
    padding: 10px 8px;
    border-radius: 8px;
    color: var(--white);
    background: var(--green-850);
    font-size: 0.86rem;
    font-weight: 800;
    text-align: center;
  }

  .mobile-actions a:nth-child(2) {
    background: #128c4a;
  }

  .mobile-actions a:nth-child(3) {
    color: var(--green-950);
    background: var(--gold-400);
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand-logo-wrap {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h1 {
    font-size: 2.55rem;
    line-height: 1;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-logo {
    width: 100%;
    max-width: 320px;
    padding: 8px;
  }

  .section {
    padding: 58px 0;
  }

  .section-inner {
    width: min(100% - 28px, 1120px);
  }

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

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .product-card {
    min-height: auto;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 300px;
  }

  .footer-inner {
    display: grid;
  }
}
