:root {
  --ink: #17211b;
  --muted: #5e6b61;
  --line: #dfe6df;
  --paper: #fbfbf7;
  --white: #ffffff;
  --green: #1f6b46;
  --green-dark: #15472f;
  --gold: #f0b93f;
  --gold-soft: #fff5d6;
  --blue: #2f5f85;
  --shadow: 0 18px 45px rgba(23, 33, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 251, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand img {
  display: block;
  width: clamp(176px, 18vw, 236px);
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--green-dark);
}

.hero {
  min-height: calc(100vh - 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.hero-media {
  min-height: 620px;
  background-image:
    linear-gradient(90deg, rgba(23, 33, 27, 0.55), rgba(23, 33, 27, 0.05) 58%),
    url("./assets/hero_export_frozen_fries_logo.png");
  background-size: cover;
  background-position: left center;
}

.hero-copy {
  align-self: center;
  padding: clamp(36px, 6vw, 78px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.2;
}

.lead {
  max-width: 680px;
  color: #3f4c43;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--green);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--green);
}

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

.button.secondary {
  color: var(--green-dark);
  background: transparent;
}

.button.full {
  width: 100%;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.quick-stats div {
  min-width: 0;
  min-height: 98px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.quick-stats dt {
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.quick-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 4vw, 54px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  background: var(--paper);
}

.intro p:last-child {
  color: #3e4c43;
  font-size: 19px;
}

.image-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 0;
}

.image-band figure {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-band img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.product-band {
  background: var(--white);
}

.field-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--green-dark);
  color: var(--white);
}

.field-story .eyebrow {
  color: var(--gold);
}

.field-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.field-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.field-points span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.field-story figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.field-story img {
  width: 100%;
  height: min(520px, 52vw);
  min-height: 340px;
  object-fit: cover;
}

.field-story figcaption {
  color: rgba(255, 255, 255, 0.78);
}

.buyer-value {
  background: var(--white);
}

.help-finder,
.solutions {
  background: #f2f6ed;
}

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

.challenge-grid article {
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

.challenge-grid span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #7c5511;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.challenge-grid h3,
.challenge-grid p {
  margin: 0;
}

.challenge-grid p {
  color: var(--muted);
}

.challenge-grid a {
  align-self: end;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.challenge-grid a:hover {
  text-decoration: underline;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-grid article {
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

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

.solution-grid article > div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.solution-grid span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #7c5511;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-grid h3,
.solution-grid p {
  margin: 0;
}

.solution-grid p {
  color: var(--muted);
}

.solution-grid a {
  margin-top: 6px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.solution-grid a:hover {
  text-decoration: underline;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-grid div {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(31, 107, 70, 0.06), rgba(240, 185, 63, 0.08)),
    var(--white);
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

.value-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 20px;
}

.value-grid p {
  color: var(--muted);
}

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

.product {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

.product img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  background: #f6f6f0;
}

.product:nth-child(1) img {
  object-position: center;
}

.product:nth-child(2) img {
  object-position: center;
}

.product:nth-child(3) img {
  object-position: center;
}

.product:nth-child(4) img {
  object-position: center;
}

.product:nth-child(5) img,
.product:nth-child(6) img {
  object-position: center;
}

.product-body {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.product-type {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #7c5511;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product h3,
.product p {
  margin: 0;
}

.product p {
  color: var(--muted);
}

.product small {
  margin-top: 4px;
  color: var(--green-dark);
  font-weight: 850;
}

.product-cta {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.product-cta strong {
  color: var(--green-dark);
  font-size: 18px;
}

.product-cta span {
  color: var(--muted);
}

.world-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--green-dark);
  color: var(--white);
}

.world-section .eyebrow {
  color: var(--gold);
}

.world-section p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.world-section img {
  width: 100%;
  min-height: 430px;
  max-height: 560px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.supply-facts {
  background: var(--white);
}

.supply-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(300px, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.potato-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

.potato-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.potato-card div {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.potato-card span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #7c5511;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.potato-card h3,
.potato-card p {
  margin: 0;
}

.potato-card p {
  color: var(--muted);
}

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

.factory-facts article {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3f7ef;
}

.factory-facts strong {
  color: var(--green-dark);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.factory-facts span {
  color: var(--muted);
  font-weight: 700;
}

.factory-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.factory-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

.factory-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.factory-gallery figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.inspiration {
  background: var(--paper);
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.inspiration-grid article,
.popular-layout article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.08);
}

.inspiration-grid img,
.popular-layout img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.inspiration-grid article > div,
.popular-layout article {
  padding: 20px;
}

.inspiration-grid article > div {
  display: grid;
  gap: 9px;
}

.inspiration-grid h3,
.inspiration-grid p,
.popular-layout h3,
.popular-layout p {
  margin: 0;
}

.inspiration-grid p,
.popular-layout p {
  color: var(--muted);
}

.popular {
  background: var(--white);
}

.popular-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.popular-layout article {
  display: grid;
  gap: 12px;
}

.popular-layout img {
  margin: -20px -20px 4px;
  width: calc(100% + 40px);
}

.support-section {
  background: #f3f7ef;
}

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

.support-grid span {
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-weight: 850;
}

.specs {
  background: #f3f7ef;
}

.oem {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--paper);
}

.oem-copy p {
  color: var(--muted);
  font-size: 18px;
}

.oem img {
  width: 100%;
  min-height: 420px;
  max-height: 560px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

th,
td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--white);
  background: var(--green-dark);
  font-size: 14px;
  text-transform: uppercase;
}

td:first-child {
  width: 30%;
  font-weight: 800;
}

.packing-note {
  min-height: 100%;
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.packing-note img {
  width: 100%;
  height: 240px;
  border-radius: 6px;
  object-fit: cover;
  margin-bottom: 18px;
}

.packing-note p {
  color: var(--muted);
}

.quality {
  background: var(--green-dark);
  color: var(--white);
}

.quality .eyebrow {
  color: var(--gold);
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.quality-list > div {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--gold);
}

.quality-list p {
  color: rgba(255, 255, 255, 0.78);
}

.certifications {
  background: var(--white);
}

.cert-layout {
  display: grid;
  grid-template-columns: 220px 220px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.cert-layout img {
  width: 100%;
  height: 310px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  background: var(--paper);
}

.cert-layout div {
  padding: 28px;
  border-radius: 8px;
  background: var(--gold-soft);
}

.cert-layout p {
  color: #4f4939;
  font-size: 17px;
}

.markets {
  background: var(--paper);
}

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

.market-grid span {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-weight: 850;
}

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

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  counter-increment: step;
}

.process-list li::before {
  content: counter(step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 18px;
}

.process-list span {
  color: var(--muted);
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  background: #eef5f7;
}

.inquiry-copy p {
  max-width: 580px;
  color: var(--muted);
  font-size: 18px;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfd9d1;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcfb;
  font: inherit;
}

textarea {
  resize: vertical;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.footer p {
  margin: 0;
}

.footer p:first-child {
  color: var(--white);
  font-weight: 850;
}

@media (max-width: 980px) {
  .hero,
  .intro,
  .field-story,
  .world-section,
  .supply-layout,
  .spec-layout,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 460px;
  }

  .hero-copy {
    padding-top: 34px;
  }

  .quality-list,
  .market-grid,
  .value-grid,
  .challenge-grid,
  .solution-grid,
  .inspiration-grid,
  .popular-layout,
  .support-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-cta {
    grid-template-columns: 1fr;
  }

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

  .cert-layout {
    grid-template-columns: 1fr 1fr;
  }

  .cert-layout div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 340px;
  }

  .quick-stats,
  .image-band,
  .product-grid,
  .quality-list,
  .market-grid,
    .cert-layout,
    .value-grid,
    .challenge-grid,
    .solution-grid,
    .inspiration-grid,
    .popular-layout,
    .factory-gallery,
    .support-grid,
    .process-list {
    grid-template-columns: 1fr;
  }

  .image-band img {
    height: 260px;
  }

  .product img {
    height: 230px;
  }

  .footer {
    flex-direction: column;
  }

  .field-story img {
    height: 320px;
    min-height: 0;
  }

  .world-section img {
    min-height: 0;
    height: 320px;
  }

  .factory-facts {
    grid-template-columns: 1fr;
  }

  .potato-card img {
    height: 260px;
  }
}
