:root {
  --bg: #0b0b0a;
  --bg-soft: #151512;
  --panel: rgba(10, 10, 10, 0.88);
  --gold: #d4a62a;
  --gold-soft: #f0d990;
  --cream: #f7f2e8;
  --sand: #e9decb;
  --text: #f8f5ef;
  --ink: #182019;
  --muted: rgba(248, 245, 239, 0.72);
  --muted-dark: #64726a;
  --forest: #173524;
  --shadow: 0 35px 80px rgba(5, 5, 5, 0.35);
  --border: rgba(212, 166, 42, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(212, 166, 42, 0.08), transparent 22%),
    linear-gradient(180deg, #080807 0%, #10100d 100%);
  color: var(--text);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

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

.site-header,
.site-footer,
.hero,
.products-section,
.program-section,
.requirements-section,
.about-section,
.contact-section {
  padding-left: clamp(1.2rem, 4vw, 3rem);
  padding-right: clamp(1.2rem, 4vw, 3rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(12, 12, 11, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.skip-link {
  position: fixed;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-logo {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(212, 166, 42, 0.35);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-name {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-subtitle {
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.84);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(212, 166, 42, 0.4);
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-toggle-lines {
  display: grid;
  gap: 0.22rem;
}

.menu-toggle-lines i {
  display: block;
  width: 1rem;
  height: 1px;
  background: var(--gold);
}

.site-nav a:hover,
.header-cta:hover,
.button-ghost:hover,
.availability-link:hover {
  color: var(--gold-soft);
}

.site-nav a {
  position: relative;
  padding: 0.35rem 0;
}

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

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(212, 166, 42, 0.7);
  font-weight: 700;
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: calc(100vh - 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding-top: clamp(3rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/hero-food-supply-v2.png") center / cover no-repeat;
  filter: saturate(0.88) contrast(1.06);
  opacity: 0.9;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.96) 0%, rgba(5, 5, 4, 0.8) 34%, rgba(5, 5, 4, 0.3) 64%, rgba(5, 5, 4, 0.58) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 42%),
    radial-gradient(circle at 24% 48%, rgba(212, 166, 42, 0.13), transparent 26%);
}

.hero-copy,
.program-card {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: #a07b15;
}

.hero h1,
.section-heading h2,
.catalog-copy h3,
.product-details h4,
.contact-card h2,
.requirements-grid h3,
.steps-grid h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.96;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.6rem, 9vw, 6.8rem);
}

.hero h1 span {
  display: block;
  color: var(--gold);
  font-style: italic;
}

.hero-text {
  max-width: 34rem;
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.65;
  color: var(--muted);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.9rem 1.35rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #f1c44b, #c79311);
  color: #16120a;
  box-shadow: var(--shadow);
}

.button-ghost {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--text);
}

.button-ghost.dark {
  color: var(--ink);
  border-bottom-color: rgba(24, 32, 25, 0.35);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-highlights li::before {
  content: "✓";
  margin-right: 0.55rem;
  color: var(--gold);
}

.program-card {
  justify-self: end;
  width: min(100%, 30rem);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(6, 6, 6, 0.95)),
    rgba(0, 0, 0, 0.85);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.program-card-top,
.program-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid rgba(212, 166, 42, 0.18);
}

.program-card-top p,
.program-small,
.program-stats span,
.product-brand,
#product-size,
.site-footer p,
.section-heading p,
.catalog-copy p,
.requirements-grid li,
.steps-grid p {
  letter-spacing: 0.02em;
}

.program-card-top p,
.program-small {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.program-card-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(212, 166, 42, 0.45);
  color: var(--gold);
}

.program-card-body {
  display: grid;
  place-items: center;
  padding: 1.7rem 1.5rem 2rem;
  gap: 1rem;
}

.program-logo {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
}

.program-card-body h2 {
  max-width: 9ch;
  font-size: clamp(2.5rem, 4.8vw, 3.9rem);
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  color: var(--gold);
}

.program-subtitle {
  color: var(--gold-soft);
}

.program-stats {
  border-bottom: none;
}

.program-stats div {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(212, 166, 42, 0.18);
}

.program-stats div:last-child {
  border-right: none;
}

.program-stats strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--gold);
}

.program-stats div:first-child strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.program-stats span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.7);
}

.products-section,
.requirements-section {
  background: linear-gradient(180deg, #f8f4ec 0%, #f4eee2 100%);
  color: var(--ink);
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 30rem);
  gap: 2rem;
  align-items: start;
  margin: 0 auto 2.4rem;
  max-width: 1200px;
}

.section-heading.stacked {
  grid-template-columns: 1fr;
  max-width: 980px;
}

.section-heading h2 {
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.section-heading p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.8;
  font-size: 1.04rem;
}

.catalog-shell {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 32, 25, 0.08);
  box-shadow: 0 40px 70px rgba(32, 27, 18, 0.12);
}

.catalog-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(24, 32, 25, 0.08);
}

.catalog-tab {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.25rem 1.4rem;
  border: none;
  border-right: 1px solid rgba(24, 32, 25, 0.08);
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: rgba(24, 32, 25, 0.68);
  text-align: left;
  cursor: pointer;
}

.catalog-tab:last-child {
  border-right: none;
}

.catalog-tab span {
  font-size: 0.75rem;
  color: rgba(160, 123, 21, 0.74);
}

.catalog-tab.is-active {
  background: var(--bg);
  color: var(--text);
}

.catalog-tab:hover:not(.is-active) {
  background: rgba(212, 166, 42, 0.08);
  color: var(--ink);
}

.catalog-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  min-height: 30rem;
}

.catalog-copy {
  padding: clamp(1.8rem, 3vw, 2.8rem);
  background: linear-gradient(180deg, rgba(244, 239, 228, 0.75), rgba(248, 244, 236, 0.95));
  border-right: 1px solid rgba(24, 32, 25, 0.08);
}

.catalog-copy h3 {
  font-size: clamp(2.8rem, 6vw, 4.3rem);
  margin-bottom: 1rem;
}

.catalog-copy p {
  max-width: 24rem;
  line-height: 1.8;
  color: var(--muted-dark);
}

.catalog-controls {
  display: flex;
  gap: 0.7rem;
  margin-top: 2rem;
}

.control-button {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(24, 32, 25, 0.2);
  background: transparent;
  color: var(--forest);
  font-size: 1.35rem;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.control-button:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.catalog-showcase {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 0.8fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.product-visual {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  background: #24221d;
  box-shadow: 0 18px 50px rgba(24, 32, 25, 0.12);
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.7rem;
  background: var(--gold);
  color: #2c220f;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-image {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  object-position: center;
  transition: opacity 180ms ease, transform 500ms ease;
}

.product-image.is-packshot {
  padding: 1rem;
  background: #fff;
  object-fit: contain;
}

.product-visual:hover .product-image {
  transform: scale(1.035);
}

.product-details {
  padding-right: 1rem;
}

.product-brand {
  margin: 0 0 0.7rem;
  color: #a07b15;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.product-details h4 {
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
}

#product-size {
  margin: 0 0 1.4rem;
  color: var(--muted-dark);
}

.availability-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.35rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(24, 32, 25, 0.22);
}

.availability-link::after {
  content: "→";
}

.catalog-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 0 1.5rem 1.25rem;
}

.catalog-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(24, 32, 25, 0.22);
}

.catalog-dot.is-active {
  width: 1.35rem;
  border-radius: 999px;
  background: var(--gold);
}

.program-section,
.contact-section {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.steps-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.steps-grid article,
.requirements-grid article {
  padding: 1.6rem;
  border: 1px solid rgba(212, 166, 42, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.steps-grid article {
  position: relative;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.steps-grid article::after {
  position: absolute;
  right: -1.7rem;
  bottom: -2.5rem;
  width: 6.5rem;
  height: 6.5rem;
  border: 1px solid rgba(212, 166, 42, 0.24);
  border-radius: 50%;
  content: "";
}

.steps-grid article:hover {
  border-color: rgba(212, 166, 42, 0.58);
  background: rgba(212, 166, 42, 0.06);
  transform: translateY(-4px);
}

.steps-grid span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.steps-grid h3,
.requirements-grid h3 {
  margin-bottom: 0.7rem;
  font-size: 2rem;
}

.steps-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.requirements-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.requirements-grid article {
  background: rgba(255, 255, 255, 0.58);
}

.requirements-grid ul {
  margin: 0;
  padding-left: 1.1rem;
}

.requirements-grid li {
  margin-bottom: 0.7rem;
  color: var(--muted-dark);
  line-height: 1.6;
}

.about-section {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 85% 22%, rgba(212, 166, 42, 0.16), transparent 24%),
    linear-gradient(135deg, #10100d, #050504);
}

.about-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 8vw, 7rem);
  align-items: start;
}

.about-grid h2 {
  margin: 0;
  max-width: 10ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 600;
  line-height: 0.94;
}

.about-copy {
  padding: 1.6rem;
  border-left: 1px solid rgba(212, 166, 42, 0.5);
  background: rgba(255, 255, 255, 0.03);
}

.about-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.about-values {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.4rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-values span::before {
  content: "↗";
  margin-right: 0.65rem;
  color: var(--gold);
}

.contact-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem);
  background:
    linear-gradient(135deg, rgba(247, 242, 232, 0.98), rgba(233, 222, 203, 0.94)),
    white;
  color: var(--ink);
  box-shadow: 0 38px 80px rgba(15, 10, 4, 0.24);
}

.contact-card h2 {
  font-size: clamp(3rem, 7vw, 4.8rem);
  margin-bottom: 0.8rem;
}

.contact-card p {
  margin: 0;
  color: #4b584f;
  line-height: 1.8;
  max-width: 40rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1024px) {
  .hero,
  .section-heading,
  .catalog-body,
  .catalog-showcase,
  .steps-grid,
  .requirements-grid,
  .about-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .program-card {
    justify-self: stretch;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
    min-height: 2.8rem;
    padding: 0.65rem 0.85rem;
  }

  .site-nav {
    display: none;
  }

  .site-header.is-nav-open .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 3;
    width: 100%;
    gap: 0;
    padding: 0.45rem;
    border: 1px solid rgba(212, 166, 42, 0.22);
    background: rgba(255, 255, 255, 0.03);
  }

  .site-nav a {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem;
  }

  .site-nav a:last-child {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }

  .catalog-tabs {
    grid-template-columns: 1fr;
  }

  .catalog-tab {
    border-right: none;
    border-bottom: 1px solid rgba(24, 32, 25, 0.08);
  }

  .catalog-tab:last-child {
    border-bottom: none;
  }

  .catalog-showcase {
    padding-top: 0;
  }

  .product-details {
    padding-right: 0;
  }

  .hero-highlights {
    display: grid;
  }

  .site-footer {
    justify-content: flex-start;
  }
}

@media (min-width: 721px) {
  .site-nav a:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
