:root {
  --ink: #1f1b18;
  --muted: #6f6961;
  --line: #dfddd4;
  --paper: #f7f7f3;
  --soft: #eef1ea;
  --gold: #b18a52;
  --gold-soft: #dfc48e;
  --black: #111111;
  --white: #ffffff;
  --sage: #697f70;
  --rose: #9f604c;
  --shadow: 0 18px 42px rgba(39, 31, 22, 0.11);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0, rgba(247, 247, 243, 0) 360px),
    var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 70px;
  padding: 12px clamp(16px, 4vw, 48px);
  background: rgba(247, 247, 243, 0.9);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(30, 24, 18, 0.04);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 14px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
  content: "";
}

.nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 17px;
  border: 1px solid var(--black);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.button.dark {
  color: var(--white);
  background: var(--black);
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.16);
}

.button.primary {
  color: var(--black);
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  box-shadow: 0 12px 24px rgba(177, 138, 82, 0.18);
}

.button.ghost {
  color: var(--black);
  background: rgba(255, 255, 255, 0.72);
}

.header-cta:hover,
.button:hover,
.product-actions a:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  min-height: 620px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 16%, rgba(223, 196, 142, 0.28), transparent 30%),
    linear-gradient(135deg, #f4f0e7 0%, #eef1ea 100%);
}

.hero-copy {
  align-self: center;
  padding: clamp(38px, 5vw, 70px);
}

.hero-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(241, 235, 227, 0.28), rgba(241, 235, 227, 0) 36%),
    linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.18));
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.015);
}

.hero-proof {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  top: clamp(22px, 5vw, 70px);
  z-index: 2;
  display: grid;
  gap: 5px;
  width: min(300px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-proof span,
.hero-proof small {
  color: #625a50;
  font-size: 12px;
  font-weight: 800;
}

.hero-proof strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 66px);
  line-height: 0.98;
  font-weight: 500;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3.2vw, 44px);
  line-height: 1.06;
  font-weight: 500;
}

h3 {
  font-size: 18px;
}

.hero p {
  max-width: 590px;
  color: #49433d;
  font-size: 18px;
  line-height: 1.62;
}

.zh,
.local-lines,
.muted {
  color: var(--muted);
}

.zh,
.local-lines {
  font-size: 14px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.quick-facts span,
.strip span,
.mini-grid span {
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4e4943;
  font-size: 13px;
}

.quick-facts span {
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 8px 22px rgba(63, 50, 35, 0.05);
}

.strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding: 18px clamp(16px, 4vw, 48px);
  background: #f4f7f1;
  border-bottom: 1px solid var(--line);
}

.strip strong {
  margin-right: 6px;
}

.section {
  padding: clamp(46px, 6vw, 76px) clamp(16px, 4vw, 48px);
  scroll-margin-top: 96px;
}

#top,
#buyers,
#products,
#capabilities,
#process,
#quote,
#contact {
  scroll-margin-top: 96px;
}

.compact {
  background:
    linear-gradient(180deg, #f4f7f1 0%, rgba(247, 247, 243, 0) 280px),
    var(--paper);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.section-head p {
  max-width: 740px;
  line-height: 1.6;
}

.catalog-tools {
  display: grid;
  gap: 10px;
  min-width: min(420px, 100%);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  box-shadow: 0 10px 26px rgba(39, 31, 22, 0.05);
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(177, 138, 82, 0.15);
}

textarea {
  min-height: 96px;
  resize: vertical;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.filter.active {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

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

.category-card,
.product-card,
.panel {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(39, 31, 22, 0.06);
}

.category-card img {
  width: 100%;
  aspect-ratio: 4 / 2.45;
  object-fit: cover;
  transition: transform 240ms ease;
}

.category-card div {
  padding: 16px;
}

.packaging-card {
  background: var(--white);
}

.category-card:hover img,
.product-card:hover img {
  transform: scale(1.035);
}

.category-card:hover,
.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.category-card p,
.product-card p,
.panel p,
.steps span,
.quote-band p {
  color: var(--muted);
  line-height: 1.55;
}

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

.product-card {
  display: grid;
  min-height: 280px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 2.6;
  object-fit: cover;
  background: #f4eee6;
  transition: transform 240ms ease;
}

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

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta span:last-child {
  color: #7d6a4d;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.specs span {
  padding: 5px 7px;
  background: #f5efe6;
  border-radius: 6px;
  color: #5d554c;
  font-size: 12px;
}

.product-actions {
  display: flex;
  gap: 7px;
  margin-top: 3px;
}

.product-actions a {
  flex: 1;
  padding: 9px 10px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.product-actions a:first-child {
  color: var(--white);
  background: var(--black);
}

.product-actions a:last-child {
  border: 1px solid var(--line);
}

.center-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background:
    linear-gradient(135deg, rgba(105, 127, 112, 0.09), rgba(177, 138, 82, 0.08)),
    var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.panel.dense {
  padding: clamp(22px, 3vw, 34px);
}

.panel.dense:first-child {
  background: rgba(255, 255, 255, 0.82);
}

.panel.dense:last-child {
  background: #f4f7f1;
}

.check-list {
  padding-left: 18px;
  margin: 18px 0 0;
  color: #4d4741;
  line-height: 1.72;
}

.mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

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

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 14px 34px rgba(39, 31, 22, 0.06);
}

.steps article {
  min-height: 160px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f1 100%);
}

.steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  font-size: 12px;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(44px, 6vw, 70px) clamp(16px, 4vw, 48px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(177, 138, 82, 0.22), rgba(105, 127, 112, 0.18)),
    var(--ink);
}

.quote-band .eyebrow {
  color: #d9bd86;
}

.quote-band p {
  color: rgba(255, 255, 255, 0.75);
}

.quote-form {
  display: grid;
  gap: 10px;
}

.quote-form input,
.quote-form textarea {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: none;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.quote-form .button {
  border-color: #d9bd86;
  background: #d9bd86;
  color: var(--black);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(16px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
}

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

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero,
  .section-head,
  .quote-band,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 320px;
    order: -1;
  }

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

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

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 9px 13px;
  }

  .hero-copy,
  .section,
  .quote-band {
    padding: 30px 14px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .category-grid,
  .product-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .actions,
  .center-actions,
  .site-footer,
  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .header-cta {
    width: 100%;
  }
}
