﻿:root {
  --ink: #201815;
  --muted: #6f6259;
  --paper: #fffaf1;
  --cream: #f4ead7;
  --sand: #dfcaa7;
  --leaf: #12683b;
  --leaf-dark: #073d25;
  --red: #bf1e2e;
  --gold: #d59b35;
  --white: #ffffff;
  --line: rgba(32, 24, 21, 0.14);
  --shadow: 0 26px 70px rgba(32, 24, 21, 0.18);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 40;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 250, 241, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.top-strip {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.45rem 1rem;
  background: var(--leaf-dark);
  color: var(--white);
  font-size: 0.84rem;
  text-align: center;
}

.top-strip a {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.nav-shell,
.mega-menu,
.section,
.trust-bar,
.catalog-hero,
.product-detail-hero,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-logo {
  width: 128px;
  height: auto;
  object-fit: contain;
}

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

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.nav-link {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  color: var(--ink);
}

.nav-actions,
.hero-actions,
.product-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.05rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

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

.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(191, 30, 46, 0.24);
}

.btn-secondary {
  background: var(--leaf);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(18, 104, 59, 0.22);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.mega-menu {
  display: none;
  grid-template-columns: 1.15fr repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem 0 1.15rem;
}

body.products-open .mega-menu,
.site-header:focus-within .mega-menu {
  display: grid;
}

.mega-menu h2 {
  margin: 0.2rem 0 0.4rem;
  font-size: 1.35rem;
  line-height: 1.05;
}

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

.menu-kicker,
.eyebrow {
  display: block;
  margin: 0 0 0.8rem;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-card {
  display: grid;
  align-content: start;
  min-height: 110px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(32, 24, 21, 0.08);
}

.mega-card strong {
  color: var(--leaf-dark);
}

.mega-card span {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.mobile-menu-links {
  display: none;
}

.mega-card.accent {
  background: linear-gradient(135deg, #f9edd6, #ffffff);
  border-color: rgba(213, 155, 53, 0.42);
}

.hero {
  position: relative;
  min-height: min(790px, calc(100vh - 72px));
  overflow: hidden;
  background: var(--leaf-dark);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 900ms ease, transform 5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 250, 241, 0.92) 33%, rgba(255, 250, 241, 0.42) 58%, rgba(255, 250, 241, 0.06) 88%),
    linear-gradient(180deg, rgba(7, 61, 37, 0.05), rgba(7, 61, 37, 0.18));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: min(790px, calc(100vh - 72px));
  margin-inline: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: clamp(3rem, 8vw, 6rem);
}

.hero h1,
.catalog-hero h1,
.product-copy h1 {
  margin: 0 0 1rem;
  color: var(--leaf-dark);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 680px;
}

.hero-statement {
  max-width: 540px;
  margin: 0 0 1.3rem;
  color: #30231d;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
}

.hero-statement span {
  display: block;
  color: var(--leaf-dark);
  font-size: 1.15em;
  font-weight: 950;
}

.hero h1 {
  max-width: 720px;
  text-transform: none;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.45rem;
}

.hero-badges span,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(18, 104, 59, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  transform: translateY(-50%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-bar div {
  min-height: 120px;
  padding: 1.2rem;
  background: rgba(255, 253, 248, 0.96);
}

.trust-bar strong,
.trust-bar span {
  display: block;
}

.trust-bar strong {
  font-size: 1.05rem;
}

.trust-bar span {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding-block: clamp(3.6rem, 7vw, 6rem);
}

.section-warm {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background: linear-gradient(180deg, #f8efdf 0%, #fff9ee 100%);
}

.section-dark {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(4, 32, 20, 0.97), rgba(20, 13, 10, 0.95)),
    url("../images/product-sriracha-chili.jpg") center / cover;
  color: var(--white);
}

.section-dark .eyebrow,
.section-dark h2,
.section-dark strong,
.section-dark p,
.section-dark .process-steps p,
.section-dark .process-steps span {
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.split-layout h2,
.contact-copy h2,
.category-intro h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.section-heading p,
.split-layout p,
.contact-copy p,
.category-intro p {
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.section-dark .section-heading p {
  color: var(--white);
}

.section-dark .split-layout p {
  color: var(--white);
}

.quality-grid,
.buyer-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.quality-grid article,
.buyer-grid article,
.detail-grid article,
.quote-form,
.category-sidebar,
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(32, 24, 21, 0.08);
}

.quality-grid article,
.buyer-grid article,
.detail-grid article {
  padding: 1.25rem;
}

.quality-grid h3,
.buyer-grid h3,
.detail-grid h2,
.product-card h3 {
  margin: 0.65rem 0 0.45rem;
  line-height: 1.1;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.detail-grid h2 {
  font-size: 1.25rem;
}

.quality-grid p,
.buyer-grid p,
.detail-grid p,
.product-card p {
  margin: 0;
  color: var(--muted);
}

.icon-badge {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e6f1e9;
  color: var(--leaf-dark);
}

.icon-badge::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid currentColor;
  content: "";
}

.leaf-icon::before {
  border-radius: 80% 0 80% 0;
  transform: rotate(-25deg);
}

.drop-icon::before {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.spice-icon::before {
  width: 20px;
  height: 10px;
  border-radius: 999px;
}

.shield-icon::before {
  width: 16px;
  height: 19px;
  border-radius: 8px 8px 12px 12px;
}

.range-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.range-panel {
  position: relative;
  display: flex;
  min-height: clamp(200px, 20vw, 260px);
  overflow: visible;
  border: 1px solid rgba(26, 24, 21, 0.12);
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 32px rgba(32, 24, 21, 0.12);
  text-decoration: none;
}

.coated-panel {
  background-image: url("../images/product-sour-cream-onion.jpg");
}

.marinated-panel {
  background-image: url("../images/product-truffle-cheese.jpg");
}

.range-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.range-slide.is-active {
  opacity: 1;
}

.range-panel::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.78) 52%, rgba(255, 250, 241, 0.08) 86%);
  content: "";
}

.range-copy {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: min(62%, 420px);
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem 1.6rem;
}

.range-copy span {
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.range-copy h3 {
  margin: 0.4rem 0 0.6rem;
  color: var(--leaf-dark);
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.12;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.range-copy p {
  margin: 0 0 0.9rem;
  color: #4a3c33;
  font-size: 0.92rem;
  line-height: 1.45;
}

.range-copy strong {
  width: fit-content;
  padding: 0.58rem 0.85rem;
  border: 1px solid var(--leaf-dark);
  border-radius: 999px;
  color: var(--leaf-dark);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split-layout,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.benefit-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--muted);
  font-weight: 650;
}

.benefit-list li::before {
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--leaf);
  content: "";
}

.feature-image-stack {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 1rem;
  align-items: end;
}

.feature-image-stack img {
  width: 100%;
  height: 520px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-image-stack img:first-child {
  height: 450px;
}

.coated-products-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(7, 61, 37, 0.96), rgba(4, 32, 20, 0.94)),
    url("../images/product-hot-spicy.jpg") center / cover;
  color: var(--white);
}

.coated-products-section .split-layout {
  align-items: stretch;
}

.coated-products-section .eyebrow,
.coated-products-section h2,
.coated-products-section strong,
.coated-products-section p,
.coated-products-section .process-steps p,
.coated-products-section .process-steps span {
  color: var(--white);
}

.coated-products-section .section-heading p,
.about-history-section .section-heading p {
  color: rgba(255, 255, 255, 0.82);
}

.about-history-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(7, 61, 37, 0.96), rgba(4, 32, 20, 0.94)),
    url("../images/product-bbq-beef.jpg") center / cover;
  color: var(--white);
}

.about-history-section .eyebrow,
.about-history-section h2,
.about-history-section strong,
.about-history-section p,
.about-history-section .process-steps p,
.about-history-section .process-steps span {
  color: var(--white);
}

.light-process {
  margin-top: 1.35rem;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.light-process article {
  background: rgba(255, 255, 255, 0.08);
}

.light-process span {
  color: var(--white);
}

.light-process p {
  color: rgba(255, 255, 255, 0.82);
}

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

.product-card {
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.product-card-image {
  display: grid;
  width: 100%;
  height: clamp(260px, 24vw, 330px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.86), rgba(244, 234, 215, 0.5) 44%, rgba(18, 104, 59, 0.16) 100%),
    var(--cream);
}

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

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.product-card h3 {
  font-size: 1.25rem;
}

.product-card-summary {
  margin-bottom: 0.8rem;
}

.product-card-details {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.product-card-details strong {
  color: var(--ink);
}

.product-card a {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 0.85rem;
  color: var(--red);
  font-weight: 950;
  text-decoration: none;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.8rem;
}

.card-tags .tag {
  min-height: 28px;
  padding: 0.32rem 0.5rem;
  font-size: 0.68rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
}

.process-steps article {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.11);
}

.process-steps span {
  display: block;
  margin-bottom: 1.1rem;
  font-weight: 950;
}

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

.faq-accordion {
  display: grid;
  gap: 0.8rem;
  max-width: 900px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(32, 24, 21, 0.06);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
  padding: 1rem 1.1rem;
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  flex: 0 0 auto;
  color: var(--red);
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
}

.buyer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyer-grid span {
  display: block;
  color: var(--red);
  font-weight: 950;
  text-transform: uppercase;
}

.contact-section {
  align-items: start;
}

.contact-lines {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.5rem;
  font-weight: 850;
}

.contact-lines a {
  text-decoration: none;
}

.about-cta-panel {
  display: grid;
  gap: 0.9rem;
  align-content: center;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(32, 24, 21, 0.08);
}

.about-cta-panel strong {
  color: var(--leaf-dark);
  font-size: 1.3rem;
}

.about-cta-panel p {
  margin: 0;
  color: var(--muted);
}

.about-cta-panel .btn {
  justify-self: start;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.4rem;
}

.quote-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 850;
}

.quote-form .full,
.quote-form .btn,
.form-note {
  grid-column: 1 / -1;
}

.product-interest {
  display: grid;
  gap: 0.7rem;
}

.interest-label {
  color: var(--ink);
  font-weight: 850;
}

.multi-select {
  position: relative;
}

.multi-select-trigger {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0.82rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.multi-select-trigger::after {
  content: "v";
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 950;
}

.multi-select-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.4rem);
  right: 0;
  left: 0;
  display: grid;
  gap: 0.55rem;
  max-height: 280px;
  overflow: auto;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.multi-select-menu[hidden] {
  display: none;
}

.interest-choice {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.62rem !important;
  min-height: 44px;
  padding: 0.65rem 0.72rem;
  border: 1px solid rgba(32, 24, 21, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.interest-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--leaf);
  flex: 0 0 auto;
}

.interest-choice span {
  font-weight: 850;
}

.selected-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-height: 34px;
}

.selected-chip,
.chip-placeholder {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.36rem 0.58rem;
  border: 1px solid rgba(18, 104, 59, 0.18);
  border-radius: 999px;
  background: rgba(18, 104, 59, 0.08);
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.chip-placeholder {
  border-color: var(--line);
  background: transparent;
  color: var(--muted);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  padding: 0.82rem 0.9rem;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(18, 104, 59, 0.12);
}

.quote-form .btn {
  justify-self: start;
  margin-top: 0.4rem;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr;
  gap: 2rem;
  padding-block: 2.5rem 6rem;
  border-top: 1px solid var(--line);
}

.footer-logo {
  margin-bottom: 0.8rem;
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
}

.site-footer a,
.site-footer span,
.site-footer p {
  margin: 0.35rem 0;
  color: var(--muted);
  text-decoration: none;
}

.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.catalog-hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 6.5rem);
}

.catalog-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

.catalog-hero img {
  width: 100%;
  height: 540px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.category-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.category-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.category-sidebar a {
  padding: 0.8rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 850;
  text-decoration: none;
}

.category-sidebar a.active {
  background: var(--leaf-dark);
  color: var(--white);
}

.category-sidebar hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
}

.category-sidebar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.category-intro {
  margin-bottom: 1.3rem;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5.8rem);
}

.product-visual img {
  width: 100%;
  height: min(680px, 78vh);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.product-copy h1 {
  font-size: clamp(4rem, 7vw, 7rem);
}

.product-lede {
  max-width: 640px;
  color: #342923;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 750;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 1.5rem 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.product-facts div {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.75);
}

.product-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0.25rem 0 0;
  font-weight: 850;
}

.mobile-cta {
  position: fixed;
  inset: auto 0 0;
  z-index: 35;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.mobile-cta a {
  display: grid;
  min-height: 56px;
  place-items: center;
  color: var(--ink);
  font-weight: 950;
  text-decoration: none;
}

.mobile-cta a + a {
  border-left: 1px solid var(--line);
}

@media (max-width: 1080px) {
  .site-nav,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .brand-logo {
    width: 116px;
  }

  .mega-menu {
    position: fixed;
    inset: 118px 12px auto;
    z-index: 40;
    grid-template-columns: 1fr;
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .mobile-menu-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .mobile-menu-links a {
    min-height: 44px;
    padding: 0.72rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }

  body.menu-open .mega-menu {
    display: grid;
  }

  .hero {
    min-height: 710px;
  }

  .hero-content {
    min-height: 710px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 16vw, 6.8rem);
  }

  .trust-bar,
  .quality-grid,
  .buyer-grid,
  .detail-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .range-showcase,
  .split-layout,
  .contact-section,
  .catalog-hero,
  .category-layout,
  .product-detail-hero,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .category-sidebar {
    position: static;
  }

  .catalog-hero img,
  .product-visual img {
    height: 520px;
  }
}

@media (max-width: 680px) {
  .top-strip {
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.78rem;
  }

  .nav-shell,
  .section,
  .trust-bar,
  .catalog-hero,
  .product-detail-hero,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .nav-shell {
    min-height: 86px;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-logo {
    width: 108px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.74rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-slide {
    background-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255, 250, 241, 0.99) 0%, rgba(255, 250, 241, 0.88) 52%, rgba(255, 250, 241, 0.32) 100%),
      linear-gradient(180deg, rgba(7, 61, 37, 0.02), rgba(7, 61, 37, 0.16));
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    min-height: 680px;
    justify-content: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 7rem;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(4rem, 18vw, 5.7rem);
  }

  .hero-statement {
    max-width: 330px;
    font-size: 1.04rem;
  }

  .hero-badges {
    max-width: 330px;
  }

  .hero-actions .btn-primary {
    display: none;
  }

  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
    margin-top: 0;
  }

  .trust-bar div {
    min-height: 110px;
    padding: 0.95rem;
  }

  .quality-grid,
  .buyer-grid,
  .detail-grid,
  .product-grid,
  .process-steps,
  .quote-form,
  .product-facts {
    grid-template-columns: 1fr;
  }

  .range-panel,
  .range-copy {
    min-height: auto;
  }

  .range-copy {
    max-width: 100%;
    padding: 1.15rem;
    background: linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.72));
  }

  .range-copy h3 {
    font-size: clamp(1.35rem, 7vw, 1.85rem);
  }

  .feature-image-stack {
    grid-template-columns: 1fr;
  }

  .feature-image-stack img,
  .feature-image-stack img:first-child,
  .catalog-hero img,
  .product-visual img,
  .product-card-image {
    height: 390px;
  }

  .catalog-hero h1,
  .product-copy h1 {
    font-size: clamp(3.2rem, 15vw, 4.9rem);
  }

  .quote-form .btn {
    justify-self: stretch;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 100px;
  }

  .hero h1 {
    font-size: 4.25rem;
  }

  .section-heading h2,
  .split-layout h2,
  .contact-copy h2,
  .category-intro h2 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .range-copy {
    max-width: 100%;
  }
}

