:root {
  --fb-ink: #132117;
  --fb-ink-soft: #304133;
  --fb-paper: #f7f2e8;
  --fb-surface: #fffaf1;
  --fb-surface-deep: #eee5d6;
  --fb-line: #d9cebd;
  --fb-green: #365f45;
  --fb-green-dark: #193b2b;
  --fb-sage: #9ead88;
  --fb-clay: #9a6a43;
  --fb-muted: #626c5f;
  --fb-on-dark: #fff9ec;
  --fb-on-dark-muted: #d8decc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--fb-paper);
}

body {
  margin: 0;
  background: var(--fb-paper);
  color: var(--fb-ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

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

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.5) 0%, rgba(247, 242, 232, 0) 28rem),
    var(--fb-paper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
  padding: 0 3rem;
  border-bottom: 1px solid rgba(19, 33, 23, 0.12);
  background: rgba(247, 242, 232, 0.94);
}

.brand-lockup,
.site-nav,
.hero-actions,
.route-strip,
.supplier-list article {
  display: flex;
  align-items: center;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100% - 4rem, 1180px);
  margin: 1.6rem auto 0;
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
}

.proof-band article {
  min-height: 9.2rem;
  padding: 1.35rem 1.45rem 1.35rem 0;
}

.proof-band article + article {
  border-left: 1px solid var(--fb-line);
  padding-right: 1.45rem;
  padding-left: 1.45rem;
}

.proof-band span,
.assurance-grid span {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--fb-green);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
}

.proof-band p,
.assurance-grid p {
  margin: 0;
  color: var(--fb-ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.brand-lockup {
  gap: 0.72rem;
  width: fit-content;
  color: var(--fb-ink);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 4px;
  background: var(--fb-green-dark);
  color: var(--fb-on-dark);
  font-weight: 500;
}

.brand-mark span {
  color: var(--fb-sage);
  margin-left: 0.08rem;
}

.site-nav {
  gap: 1.65rem;
  justify-content: center;
  color: var(--fb-muted);
  font-size: 0.84rem;
}

.site-nav a,
.header-cta,
.primary-button,
.secondary-button {
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: var(--fb-ink);
}

a:focus-visible {
  outline: 2px solid var(--fb-clay);
  outline-offset: 4px;
}

.header-cta {
  justify-self: end;
  min-height: 2.65rem;
  padding: 0.78rem 1rem;
  border-radius: 4px;
  background: var(--fb-green-dark);
  color: var(--fb-on-dark);
  font-size: 0.84rem;
  font-weight: 500;
}

.header-cta:hover,
.primary-button:hover {
  background: var(--fb-green);
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(100svh - 118px);
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 249, 236, 0.18);
  background: var(--fb-green-dark);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 6rem, 1180px);
  max-width: none;
  margin: 0 auto;
  padding: 6.5rem 0 6rem;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-section::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(8, 31, 20, 0.18);
  content: "";
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--fb-green);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
}

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

h1,
h2,
h3 {
  color: var(--fb-ink);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 1.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.15rem;
  line-height: 1.02;
}

.hero-section h1 {
  max-width: 1080px;
  margin-bottom: 1.7rem;
  color: var(--fb-on-dark);
  font-size: 5.7rem;
  line-height: 0.96;
}

h2 {
  max-width: 630px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.72rem;
  line-height: 1.02;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 760px;
  margin-bottom: 1.8rem;
  color: var(--fb-on-dark-muted);
  font-size: 1.12rem;
  line-height: 1.62;
}

.hero-section .eyebrow {
  color: var(--fb-sage);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-bottom: 0;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.9rem 1.05rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.primary-button {
  background: var(--fb-green-dark);
  color: var(--fb-on-dark);
}

.secondary-button {
  background: rgba(19, 33, 23, 0.08);
  color: var(--fb-ink);
}

.secondary-button:hover {
  background: rgba(54, 95, 69, 0.15);
  transform: translateY(-1px);
}

.hero-section .primary-button {
  background: var(--fb-on-dark);
  color: var(--fb-green-dark);
}

.hero-section .primary-button:hover {
  background: #f1eadc;
}

.hero-section .secondary-button {
  background: rgba(255, 249, 236, 0.1);
  color: var(--fb-on-dark);
}

.hero-section .secondary-button:hover {
  background: rgba(255, 249, 236, 0.17);
}

.route-strip span,
.detail-panel span,
.supplier-list span,
.region-table span,
.process-list span {
  display: block;
  color: var(--fb-muted);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
}

.route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 4rem, 1180px);
  margin: 0 auto;
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
}

.route-strip span {
  display: flex;
  align-items: center;
  min-height: 4.8rem;
  padding: 1rem 1.1rem;
  color: var(--fb-ink-soft);
  font-size: 0.84rem;
}

.route-strip span + span {
  border-left: 1px solid var(--fb-line);
}

.content-section {
  width: min(100% - 4rem, 1180px);
  margin: 0 auto;
  padding: 5rem 0;
}

.ingredient-showcase {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.ingredient-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
  gap: 4.5rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.ingredient-intro h2 {
  max-width: 720px;
}

.ingredient-intro > p,
.ingredient-card p,
.ingredient-note,
.contact-heading > p,
.contact-options p,
.footer-main p,
.footer-legal p {
  margin-bottom: 0;
  color: var(--fb-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--fb-line);
  border-radius: 6px;
  background: var(--fb-line);
}

.ingredient-card {
  min-width: 0;
  background: var(--fb-surface);
}

.ingredient-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--fb-surface-deep);
}

.ingredient-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.97);
  transition: transform 420ms ease, filter 420ms ease;
}

.ingredient-card:hover .ingredient-image img {
  filter: saturate(0.98) contrast(1);
  transform: scale(1.025);
}

.ingredient-copy {
  min-height: 11.3rem;
  padding: 1.3rem 1.35rem 1.5rem;
}

.ingredient-copy span,
.contact-options span {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--fb-green);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0;
}

.ingredient-copy h3 {
  margin-bottom: 0.65rem;
}

.ingredient-note {
  padding-top: 1rem;
  color: var(--fb-ink-soft);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr);
  gap: 5rem;
  align-items: start;
}

.section-heading {
  max-width: 620px;
}

.section-body > p,
.section-intro > p,
.cta-section p,
.detail-panel p,
.supplier-list p,
.region-table p,
.process-list p {
  margin-bottom: 0;
  color: var(--fb-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.detail-panel {
  min-height: 13rem;
  border-radius: 6px;
  padding: 1.45rem;
  background: var(--fb-surface);
}

.detail-panel:first-child {
  border-top: 3px solid var(--fb-green);
}

.detail-panel:nth-child(2) {
  border-top: 3px solid var(--fb-clay);
}

.detail-panel:nth-child(3) {
  border-top: 3px solid var(--fb-sage);
}

.detail-panel span,
.supplier-list span,
.region-table span {
  margin-bottom: 0.8rem;
}

.surface-band {
  background: var(--fb-surface-deep);
}

.supplier-list {
  margin-top: 2.1rem;
  border-top: 1px solid rgba(19, 33, 23, 0.16);
}

.supplier-list article {
  gap: 1.6rem;
  min-height: 8.6rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(19, 33, 23, 0.16);
}

.supplier-list span {
  width: 6.5rem;
  flex: 0 0 auto;
  color: var(--fb-green);
}

.supplier-list h3 {
  width: min(18rem, 36%);
  flex: 0 0 auto;
  margin-bottom: 0;
}

.supplier-list p {
  flex: 1;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: end;
  margin-bottom: 2.4rem;
}

.section-intro h2 {
  max-width: 760px;
}

.section-intro p {
  max-width: 600px;
}

.region-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--fb-line);
  border-bottom: 1px solid var(--fb-line);
}

.region-table article {
  padding: 2rem 2rem 2rem 0;
}

.region-table article + article {
  border-left: 1px solid var(--fb-line);
  padding-right: 0;
  padding-left: 2rem;
}

.region-table h3 {
  max-width: 440px;
}

.process-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr);
  gap: 5rem;
  padding-top: 3rem;
}

.process-list {
  border-top: 1px solid var(--fb-line);
}

.process-list article {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--fb-line);
}

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

.process-list h3 {
  margin-bottom: 0.35rem;
}

.assurance-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  gap: 5rem;
  border-top: 1px solid var(--fb-line);
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--fb-line);
  background: rgba(255, 250, 241, 0.44);
}

.assurance-grid article {
  padding: 1.45rem;
}

.assurance-grid article + article {
  border-left: 1px solid var(--fb-line);
}

.contact-band {
  background: var(--fb-green-dark);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 5rem;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.contact-heading h2,
.contact-options h3 {
  color: var(--fb-on-dark);
}

.contact-heading > p {
  max-width: 490px;
  margin-top: 0.95rem;
  color: var(--fb-on-dark-muted);
}

.contact-heading .eyebrow {
  color: var(--fb-sage);
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 249, 236, 0.24);
  border-bottom: 1px solid rgba(255, 249, 236, 0.24);
}

.contact-options article {
  display: flex;
  min-width: 0;
  min-height: 21rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.55rem 2rem 1.7rem 0;
}

.contact-options article + article {
  border-left: 1px solid rgba(255, 249, 236, 0.24);
  padding-right: 0;
  padding-left: 2rem;
}

.contact-options span {
  color: var(--fb-sage);
}

.contact-options h3 {
  max-width: 260px;
  margin-bottom: 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.08;
}

.contact-options p {
  margin-bottom: 1.6rem;
  color: var(--fb-on-dark-muted);
}

.contact-options .primary-button,
.contact-options .secondary-button {
  margin-top: auto;
}

.light-button {
  background: var(--fb-on-dark);
  color: var(--fb-green-dark);
  white-space: nowrap;
}

.light-button:hover {
  background: #e9dec9;
  color: var(--fb-green-dark);
}

.dark-secondary-button {
  border: 1px solid rgba(255, 249, 236, 0.34);
  background: transparent;
  color: var(--fb-on-dark);
}

.dark-secondary-button:hover {
  border-color: var(--fb-on-dark);
  background: rgba(255, 249, 236, 0.08);
}

.site-footer {
  width: min(100% - 4rem, 1180px);
  margin: 0 auto;
  padding: 2.3rem 0 2.5rem;
  color: var(--fb-muted);
  font-size: 0.82rem;
}

.footer-main,
.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-main {
  align-items: flex-start;
  padding-bottom: 2rem;
}

.footer-brand {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--fb-ink);
  font-weight: 500;
}

.footer-main p {
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1.35rem;
  color: var(--fb-ink-soft);
}

.footer-links a:hover {
  color: var(--fb-green);
}

.footer-legal {
  align-items: flex-start;
  padding-top: 1.35rem;
  border-top: 1px solid var(--fb-line);
}

.footer-legal p {
  max-width: 760px;
  font-size: 0.75rem;
  line-height: 1.55;
}

.footer-legal p:last-child {
  flex: 0 0 auto;
  text-align: right;
}

.site-nav a[aria-current="page"] {
  color: var(--fb-ink);
  font-weight: 500;
}

.legal-hero {
  background: var(--fb-surface-deep);
}

.legal-hero-inner {
  width: min(100% - 4rem, 1180px);
  margin: 0 auto;
  padding: 5.2rem 0 4.5rem;
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 1.25rem;
  font-size: 3.7rem;
}

.legal-hero-inner > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 2.2rem;
  color: var(--fb-ink-soft);
  font-size: 1.04rem;
  line-height: 1.65;
}

.legal-hero-inner > span,
.legal-index > span,
.legal-number {
  color: var(--fb-green);
  font-size: 0.75rem;
  font-weight: 500;
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 6rem;
  width: min(100% - 4rem, 1180px);
  margin: 0 auto;
  padding: 5.2rem 0 6rem;
}

.legal-index {
  align-self: start;
  position: sticky;
  top: 7rem;
  padding-top: 0.2rem;
}

.legal-index > span {
  display: block;
  margin-bottom: 1.15rem;
}

.legal-index nav {
  display: grid;
  border-top: 1px solid var(--fb-line);
}

.legal-index a {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--fb-line);
  color: var(--fb-muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.legal-index a:hover {
  color: var(--fb-green);
}

.legal-content section {
  scroll-margin-top: 6.5rem;
  padding-bottom: 3.6rem;
}

.legal-content section + section {
  padding-top: 3.6rem;
  border-top: 1px solid var(--fb-line);
}

.legal-number {
  margin-bottom: 0.9rem;
}

.legal-content h2 {
  max-width: none;
  margin-bottom: 1.3rem;
  font-size: 2.15rem;
}

.legal-content p,
.legal-content li,
.legal-table-row span {
  color: var(--fb-ink-soft);
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-content p {
  margin-bottom: 1rem;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.legal-content li + li {
  margin-top: 0.55rem;
}

.legal-content a {
  color: var(--fb-green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.company-details {
  margin: 1.7rem 0;
  border-top: 1px solid var(--fb-line);
}

.company-details div {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--fb-line);
}

.company-details dt,
.company-details dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.company-details dt {
  color: var(--fb-muted);
}

.company-details dd {
  color: var(--fb-ink);
}

.legal-table {
  margin-top: 1.7rem;
  border-top: 1px solid var(--fb-line);
}

.legal-table-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--fb-line);
}

.legal-table-row strong {
  color: var(--fb-ink);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 1.5rem;
  }

  .site-nav {
    display: none;
  }

  .section-grid,
  .section-intro,
  .assurance-section,
  .process-section,
  .ingredient-intro,
  .contact-inner,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .legal-index {
    position: static;
  }

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

  .legal-index a {
    padding-right: 1rem;
  }

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

  .hero-section {
    min-height: calc(100svh - 112px);
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-section h1 {
    font-size: 4.35rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-copy {
    width: min(100% - 3rem, 1180px);
    padding: 5.4rem 0 5rem;
  }

  .supplier-list article {
    align-items: flex-start;
  }

  .supplier-list h3 {
    width: min(16rem, 40%);
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
    padding: 0 1rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .header-cta {
    min-height: 2.4rem;
    padding: 0.66rem 0.78rem;
    font-size: 0.78rem;
  }

  .route-strip,
    .proof-band,
    .content-section,
    .site-footer,
    .legal-hero-inner,
    .legal-layout {
    width: min(100% - 2rem, 1180px);
  }

  .hero-section {
    min-height: calc(100svh - 108px);
  }

  h1 {
    font-size: 2.42rem;
    line-height: 1.02;
  }

  .hero-section h1 {
    font-size: 3.05rem;
    line-height: 0.98;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .hero-copy {
    width: min(100% - 2rem, 1180px);
    padding: 4rem 0 3.7rem;
  }

  .route-strip,
  .proof-band,
  .detail-grid,
  .region-table,
  .assurance-grid,
  .ingredient-grid,
  .contact-options {
    grid-template-columns: 1fr;
  }

  .route-strip span {
    min-height: auto;
    padding: 0.9rem 0;
  }

  .route-strip span + span {
    border-top: 1px solid var(--fb-line);
    border-left: 0;
  }

  .proof-band article,
  .proof-band article + article {
    min-height: auto;
    padding: 1.1rem 0;
    border-left: 0;
  }

  .proof-band article + article {
    border-top: 1px solid var(--fb-line);
  }

  .content-section {
    padding: 3.7rem 0;
  }

  .ingredient-intro {
    margin-bottom: 1.8rem;
  }

  .ingredient-copy {
    min-height: auto;
  }

  .detail-panel {
    min-height: auto;
  }

  .supplier-list article {
    display: grid;
    gap: 0.35rem;
  }

  .supplier-list span,
  .supplier-list h3 {
    width: auto;
  }

  .region-table article,
  .region-table article + article {
    padding: 1.35rem 0;
    border-left: 0;
  }

  .region-table article + article {
    border-top: 1px solid var(--fb-line);
  }

  .assurance-grid article + article {
    border-top: 1px solid var(--fb-line);
    border-left: 0;
  }

  .process-list article {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .contact-options article,
  .contact-options article + article {
    min-height: 18rem;
    padding: 1.4rem 0 1.55rem;
    border-left: 0;
  }

  .contact-options article + article {
    border-top: 1px solid rgba(255, 249, 236, 0.24);
  }

  .footer-main,
  .footer-legal {
    flex-direction: column;
  }

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

  .footer-legal p:last-child {
    text-align: left;
  }

  .legal-hero-inner {
    padding: 4rem 0 3.4rem;
  }

  .legal-hero h1 {
    font-size: 2.42rem;
  }

  .legal-layout {
    padding: 3.7rem 0 4.5rem;
  }

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

  .legal-content section {
    padding-bottom: 2.8rem;
  }

  .legal-content section + section {
    padding-top: 2.8rem;
  }

  .legal-content h2 {
    font-size: 1.8rem;
  }

  .company-details div,
  .legal-table-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

@media (max-width: 360px) {
  .hero-copy {
    padding: 2.8rem 0 2.5rem;
  }

  .hero-section .eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
  }

  .hero-section h1 {
    margin-bottom: 1.15rem;
    font-size: 2.35rem;
  }

  .hero-lede {
    margin-bottom: 1.3rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 0.45rem;
  }

  .hero-section .primary-button,
  .hero-section .secondary-button {
    min-height: 2.7rem;
    padding: 0.72rem 0.78rem;
    font-size: 0.78rem;
  }
}

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

  .site-nav a,
  .header-cta,
  .primary-button,
  .secondary-button,
  .ingredient-image img {
    transition: none;
  }

  .hero-canvas {
    opacity: 0.72;
  }
}
