:root {
  --brand-lime: #68990a;
  --brand-green: #3e600a;
  --brand-gold: #bab413;
  --ink: #132019;
  --muted: #667064;
  --line: rgba(19, 32, 25, 0.12);
  --paper: #fbfcf7;
  --sand: #f3f1e4;
  --white: #ffffff;
  --cobalt: #173f5f;
  --rust: #a6532d;
  --shadow: 0 24px 70px rgba(19, 32, 25, 0.16);
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 4.8vw, 4.85rem);
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.9rem, 3.6vw, 3.8rem);
  font-weight: 700;
}

h3 {
  font-size: 1.05rem;
  font-weight: 700;
}

p {
  margin: 0;
  color: var(--muted);
}

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

.section {
  position: relative;
  padding: 82px 0;
}

.eyebrow,
.section-kicker {
  color: var(--brand-green);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(19, 32, 25, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(19, 32, 25, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s ease, top 0.34s ease;
}

.site-header.is-hidden {
  top: -92px;
  opacity: 0;
  pointer-events: none;
}

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

.logo img {
  display: block;
  width: auto;
  max-width: 230px;
  max-height: 54px;
}

.logo__mark {
  display: grid;
  width: 42px;
  height: 42px;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.logo__mark i {
  display: block;
  border-radius: 2px;
}

.logo__mark i:nth-child(1) {
  grid-row: span 2;
  background: var(--brand-green);
}

.logo__mark i:nth-child(2) {
  background: var(--brand-lime);
}

.logo__mark i:nth-child(3) {
  background: var(--brand-gold);
}

.logo__text {
  display: grid;
  line-height: 1;
}

.logo__text strong {
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 1.03rem;
  font-weight: 900;
}

.logo__text small {
  color: var(--brand-green);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.27em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 6px;
  color: #314033;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(104, 153, 10, 0.12);
  color: var(--brand-green);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 156px 0 72px;
  overflow: hidden;
  color: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(11, 18, 15, 0.88) 0%, rgba(11, 18, 15, 0.64) 45%, rgba(11, 18, 15, 0.22) 100%),
    linear-gradient(0deg, rgba(11, 18, 15, 0.74) 0%, transparent 46%);
}

.hero__media {
  position: absolute;
  inset: 0;
}

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

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}

.hero .eyebrow {
  color: #d9e8a7;
  margin-bottom: 22px;
}

.hero__lead {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 300;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.btn--primary {
  background: var(--brand-lime);
  color: var(--white);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--brand-green);
  box-shadow: 0 14px 30px rgba(62, 96, 10, 0.26);
  transform: translateY(-3px);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
}

.page-hero {
  padding: 150px 0 76px;
  background: var(--brand-lime);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
}

.breadcrumb a {
  color: var(--white);
}

.breadcrumb span::before {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.58);
  content: "/";
}

.page-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.page-hero h1 {
  max-width: 620px;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(1.65rem, 2.45vw, 2.65rem);
  font-weight: 700;
  line-height: 1.18;
  text-transform: none;
}

.page-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.page-hero .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.intro-band {
  padding: 96px 0;
  background: var(--white);
}

.intro-band__grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 64px;
  align-items: center;
}

.intro-band__image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-band__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.intro-band h2 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(1.9rem, 3.5vw, 3.7rem);
}

.intro-band__copy p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin-top: 12px;
}

.section-heading p:last-child {
  max-width: 650px;
  margin-top: 20px;
  font-size: 1.02rem;
}

.section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr 0.58fr;
  gap: 56px;
  align-items: end;
}

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

.product-card {
  min-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 18px 50px rgba(19, 32, 25, 0.08);
}

.product-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card div {
  padding: 24px;
}

.product-card span {
  color: var(--brand-gold);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.product-card h3 {
  margin: 12px 0 10px;
  color: var(--white);
}

.product-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
}

.why {
  background: #eef1e7;
}

.why__grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 60px;
}

.why__content {
  position: sticky;
  top: 140px;
  align-self: start;
}

.why__content h2 {
  margin-top: 14px;
}

.why__content p:last-child {
  margin-top: 22px;
  font-size: 1.03rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.trust-item {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.trust-item span {
  display: block;
  width: 42px;
  height: 6px;
  margin-bottom: 44px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-lime), var(--brand-gold), var(--rust));
}

.trust-item p {
  margin-top: 14px;
}

.process {
  background: var(--ink);
  color: var(--white);
}

.process .eyebrow {
  color: #d9e8a7;
}

.process p {
  color: rgba(255, 255, 255, 0.68);
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.process-step {
  min-height: 270px;
  padding: 30px 28px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.process-step:last-child {
  border-right: 0;
}

.process-step span {
  color: var(--brand-gold);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.process-step h3 {
  margin: 34px 0 14px;
  color: var(--white);
}

.mission {
  background: var(--sand);
}

.mission__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mission-card {
  min-height: 410px;
  padding: 44px;
  border-radius: 8px;
  background: var(--white);
}

.mission-card h2 {
  margin-top: 18px;
  font-size: clamp(1.85rem, 3vw, 3.25rem);
}

.mission-card p:last-child {
  margin-top: 24px;
  font-size: 1.03rem;
}

.mission-card--dark {
  background: var(--cobalt);
}

.mission-card--dark h2,
.mission-card--dark p {
  color: var(--white);
}

.mission-card--dark .eyebrow {
  color: #e8e27c;
}

.contact-cta {
  background: var(--paper);
}

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

.about-story__grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-story__image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-story__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.about-story__copy h2 {
  margin-top: 14px;
}

.about-story__copy p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 1.05rem;
}

.about-categories {
  background: var(--paper);
}

.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.category-card {
  min-height: 340px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.category-card span {
  color: var(--brand-lime);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.category-card h3 {
  margin-top: 58px;
  font-size: 1.45rem;
}

.category-card p {
  margin-top: 16px;
}

.category-card--dark {
  background: var(--ink);
}

.category-card--dark h3,
.category-card--dark p {
  color: var(--white);
}

.category-card--dark span {
  color: var(--brand-gold);
}

.about-values {
  background: var(--ink);
  color: var(--white);
}

.values-strip {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.value-block {
  min-height: 250px;
  padding: 30px;
  background: var(--ink);
}

.value-block h2 {
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(1.75rem, 2.7vw, 3rem);
}

.value-block h3 {
  margin-top: 74px;
  color: var(--white);
  font-size: 1.35rem;
}

.value-block p:not(.eyebrow) {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
}

.about-values .eyebrow {
  color: #d9e8a7;
}

.about-mission {
  background: var(--sand);
}

.products-intro {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 252, 247, 0.96), rgba(251, 252, 247, 0.84)),
    url("https://images.unsplash.com/photo-1498579397066-22750a3cb424?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.products-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.products-intro__content h2 {
  margin-top: 14px;
  font-size: clamp(1.75rem, 3vw, 3.1rem);
}

.products-intro__content p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 22px;
  font-size: 1.06rem;
}

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

.supply-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(19, 32, 25, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(19, 32, 25, 0.08);
  backdrop-filter: blur(10px);
}

.supply-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--brand-gold);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.supply-card h3 {
  margin-top: 22px;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.supply-card p {
  font-size: 0.86rem;
  line-height: 1.5;
}

.product-showcase {
  background: var(--paper);
}

.product-detail {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  border-top: 1px solid var(--line);
}

.product-detail::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--product-bg) center/cover;
  content: "";
  opacity: 1;
}

.product-detail::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(11, 18, 15, 0.9), rgba(11, 18, 15, 0.7)),
    linear-gradient(0deg, rgba(11, 18, 15, 0.76), rgba(11, 18, 15, 0.42));
  content: "";
}

.product-detail:first-child {
  border-top: 0;
}

.product-detail--onion {
  --product-bg: url("../images/dehydrated-onion.jpg");
}

.product-detail--garlic,
.product-detail--fresh-garlic {
  --product-bg: url("../images/garlic.jpg");
}

.product-detail--powder {
  --product-bg: url("../images/vegetable-powders.jpg");
}

.product-detail--fresh-onion {
  --product-bg: url("../images/fresh-vegetables.jpg");
}

.product-detail--potato {
  --product-bg: url("../images/fresh-potatoes.jpg");
}

.product-detail--seasonal {
  --product-bg: url("../images/fresh-vegetables.jpg");
}

.product-detail__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.product-detail--reverse .product-detail__copy {
  order: 2;
}

.product-detail--reverse .product-detail__image {
  order: 1;
}

.product-detail__copy h2 {
  margin-top: 14px;
  color: var(--white);
}

.product-detail__copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.product-detail .eyebrow {
  color: #d9e8a7;
}

.product-detail__image {
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 0 28px 0 28px;
  box-shadow: 0 18px 50px rgba(19, 32, 25, 0.12);
}

.product-detail--reverse .product-detail__image {
  border-radius: 28px 0 28px 0;
}

.product-detail__image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.products-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--ink);
}

.products-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.products-cta h2 {
  max-width: 760px;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.products-cta .eyebrow {
  color: #d9e8a7;
}

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

.contact-page__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-page__content h2 {
  margin-top: 14px;
}

.contact-page__content p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 1.05rem;
}

.contact-info-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-info-list a,
.contact-info-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: #304035;
  font-weight: 600;
}

.contact-info-list i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 6px;
  background: rgba(104, 153, 10, 0.12);
  color: var(--brand-green);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 20px 55px rgba(19, 32, 25, 0.08);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row--full,
.contact-form .btn {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(19, 32, 25, 0.15);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row input,
.form-row select {
  min-height: 50px;
  padding: 0 14px;
}

.form-row textarea {
  resize: vertical;
  padding: 14px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--brand-lime);
  box-shadow: 0 0 0 4px rgba(104, 153, 10, 0.12);
}

.follow-section {
  background: var(--sand);
}

.follow-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 8px;
  background: var(--ink);
}

.follow-card h2 {
  max-width: 680px;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.follow-card .eyebrow {
  color: #d9e8a7;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.social-links a {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.15rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  background: var(--brand-lime);
  transform: translateY(-3px);
}

.contact-cta__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
}

.contact-cta h2 {
  margin-top: 14px;
}

.contact-cta p:last-child {
  max-width: 720px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.contact-box {
  display: grid;
  gap: 12px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(19, 32, 25, 0.08);
}

.contact-box strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}

.contact-box a {
  color: var(--brand-green);
  font-size: 1.25rem;
  font-weight: 600;
}

address {
  color: var(--muted);
  font-style: normal;
}

.site-footer {
  padding: 0;
  background: #101712;
  color: var(--white);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 1fr;
  gap: 42px;
}

.site-footer p,
.site-footer a {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
}

.site-footer h2 {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.logo--footer .logo__text strong {
  color: var(--white);
}

.footer__bottom {
  display: flex;
  justify-content: center;
  padding: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.reveal {
  will-change: transform, opacity;
}

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

  .why__grid,
  .contact-cta__grid {
    grid-template-columns: 1fr;
  }

  .page-hero__grid,
  .about-story__grid,
  .products-intro__grid,
  .product-detail__grid,
  .products-cta__inner,
  .contact-page__grid,
  .follow-card,
  .values-strip {
    grid-template-columns: 1fr;
  }

  .why__content {
    position: static;
  }

  .section-heading--split,
  .intro-band__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .intro-band__image img {
    height: 420px;
  }

  .about-story__image img {
    height: 420px;
  }

  .product-detail__image img {
    height: 380px;
  }

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

  .product-detail--reverse .product-detail__copy,
  .product-detail--reverse .product-detail__image {
    order: initial;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 76px 0;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .logo {
    min-width: 0;
  }

  .logo__mark {
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    top: 80px;
    left: 50%;
    display: grid;
    width: calc(100% - 20px);
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -12px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  body.nav-open .nav-toggle span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: 96svh;
    padding: 128px 0 44px;
  }

  h1 {
    font-size: clamp(2.05rem, 10.5vw, 3.5rem);
    line-height: 1.12;
  }

  .hero__lead {
    margin-top: 20px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .product-grid,
  .trust-grid,
  .process-line,
  .mission__grid,
  .category-grid,
  .contact-form,
  .footer__grid {
    grid-template-columns: 1fr;
  }

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

  .trust-item,
  .mission-card {
    min-height: auto;
    padding: 26px;
  }

  .process-line {
    border-top: 0;
  }

  .process-step {
    min-height: auto;
    padding: 26px 4px;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-box {
    padding: 24px;
  }

  .intro-band__image img {
    height: 320px;
  }

  .page-hero {
    padding: 128px 0 62px;
  }

  .page-hero__grid {
    gap: 24px;
  }

  .about-story__image img {
    height: 320px;
  }

  .category-card,
  .value-block,
  .contact-form,
  .follow-card {
    min-height: auto;
    padding: 26px;
  }

  .category-card h3,
  .value-block h3 {
    margin-top: 38px;
  }

  .social-links {
    justify-content: flex-start;
  }

  .product-detail {
    padding: 52px 0;
  }

  .product-detail__grid {
    gap: 26px;
  }

  .product-detail__image img {
    height: 300px;
  }

  .products-cta__inner .btn {
    width: 100%;
  }

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

  .supply-card {
    padding: 18px;
  }

  .supply-card span {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
