@font-face {
  font-family: "Gloock Nourvo";
  src: url("/assets/fonts/gloock-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans Nourvo";
  src: url("/assets/fonts/instrument-sans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans Nourvo";
  src: url("/assets/fonts/instrument-sans-bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --jade: #004838;
  --jade-deep: #003328;
  --jade-soft: #0c5d4b;
  --gold: #daa520;
  --gold-soft: #efd785;
  --cream: #efe9cf;
  --paper: #faf7e9;
  --white: #fffdf6;
  --ink: #17201b;
  --muted: #657069;
  --line: rgba(0, 72, 56, 0.2);
  --serif: "Gloock Nourvo", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Instrument Sans Nourvo", Avenir, "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; text-wrap: balance; }
.visually-hidden { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 18px; top: 18px; z-index: 100; padding: 12px 16px; background: var(--gold); color: var(--ink); }

.announcement { background: var(--jade-deep); color: var(--cream); }
.announcement .shell {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.announcement span:first-child { color: var(--gold-soft); }
.announcement a { text-underline-offset: 4px; }

.site-header {
  min-height: 102px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 174px; height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 40px); }
.main-nav a, .header-cta {
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav a { color: var(--muted); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--jade); }
.header-cta { padding: 13px 17px; background: var(--jade); color: var(--paper); }
.header-cta:hover, .header-cta:focus-visible { background: var(--jade-deep); }

.hero {
  min-height: 680px;
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  align-items: center;
  gap: clamp(48px, 7vw, 105px);
  padding-block: 70px 84px;
}
.hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  color: var(--jade);
  font-size: clamp(3.4rem, 5vw, 5.2rem);
  line-height: .94;
  letter-spacing: -.046em;
}
.hero h1 span { display: block; margin-top: .06em; color: var(--ink); }
.hero-lead {
  max-width: 620px;
  margin-bottom: 28px;
  font-family: var(--sans);
  font-size: clamp(1.3rem, 2.05vw, 1.7rem);
  font-weight: 400;
  line-height: 1.42;
}
.hero-nutrition {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 26px;
  background: var(--jade);
  color: var(--cream);
  border-bottom: 5px solid var(--gold);
}
.hero-number {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0 16px;
  padding: 24px 24px 21px;
}
.hero-number + .hero-number { border-left: 1px solid rgba(239, 233, 207, .28); }
.hero-number strong {
  display: block;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: .76;
}
.hero-number strong span {
  margin-left: 3px;
  font-family: var(--sans);
  font-size: .32em;
  font-weight: 850;
  letter-spacing: .02em;
}
.hero-number p {
  margin: 0 0 7px;
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  font-weight: 850;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
}
.hero-number-basis {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
  color: rgba(239, 233, 207, .82);
  background: var(--jade-deep);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
}
.hero-number-basis a { flex: 0 0 auto; color: var(--gold-soft); font-weight: 850; text-underline-offset: 3px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.button, .button-outline {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 20px;
  border: 1px solid var(--jade);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.button { background: var(--jade); color: var(--paper); }
.button:hover, .button:focus-visible { background: var(--jade-deep); }
.button-outline { color: var(--jade); }
.button-outline:hover, .button-outline:focus-visible { background: var(--cream); }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.hero-proof div { padding-right: 18px; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; color: var(--jade); font-family: var(--serif); font-size: 1.58rem; line-height: 1; }
.hero-proof span { display: block; margin-top: 7px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .035em; line-height: 1.35; text-transform: uppercase; }
.hero-media { min-width: 0; margin: 0; position: relative; }
.hero-media::before {
  content: "";
  position: absolute;
  inset: -18px 22px 22px -18px;
  z-index: -1;
  border: 1px solid var(--gold);
  border-radius: 48% 48% 0 0 / 14% 14% 0 0;
}
.hero-media img { width: 100%; height: min(640px, 67vw); min-height: 520px; display: block; object-fit: cover; object-position: center; }
.hero-media-photo { overflow: visible; background: var(--jade-deep); border-bottom: 7px solid var(--gold); }
.hero-media-photo picture { display: block; overflow: hidden; border-radius: 48% 48% 0 0 / 14% 14% 0 0; }
.hero-media-photo img { object-position: 50% 58%; }
.hero-media-packaged img { object-position: 50% 51%; }
.hero-media-photo > figcaption { position: absolute; top: 26px; left: 32px; z-index: 2; padding: 8px 10px; background: rgba(0,45,34,.86); color: var(--cream); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero-media-graphic {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 28px 34px 34px;
  background:
    radial-gradient(circle at 78% 23%, rgba(239, 215, 133, .16) 0 1px, transparent 2px) 0 0 / 15px 15px,
    linear-gradient(145deg, var(--jade) 0%, var(--jade-deep) 72%);
  color: var(--cream);
  border-bottom: 7px solid var(--gold);
}
.hero-graphic-topline { display: flex; justify-content: space-between; gap: 20px; color: var(--gold-soft); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-graphic-main { margin: auto 0 30px; }
.hero-graphic-main p { margin-bottom: 14px; color: var(--gold-soft); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-graphic-main strong { display: block; font-family: var(--serif); font-size: clamp(4.6rem, 7.2vw, 7.6rem); font-weight: 500; letter-spacing: -.065em; line-height: .74; }
.hero-graphic-main > span { display: block; margin-top: 20px; color: var(--gold-soft); font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-graphic-list { width: 72%; display: grid; gap: 8px; padding-top: 17px; border-top: 1px solid rgba(239, 233, 207, .28); color: rgba(239, 233, 207, .78); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.hero-graphic-list span { display: grid; grid-template-columns: 28px 1fr; gap: 8px; }
.hero-graphic-list b { color: var(--gold-soft); }
.hero-card {
  width: min(340px, calc(100% - 34px));
  position: absolute;
  right: -26px;
  bottom: 34px;
  padding: 22px 24px;
  background: var(--cream);
  border-top: 4px solid var(--gold);
  box-shadow: 0 18px 50px rgba(0, 45, 34, .2);
}
.hero-card span { color: var(--gold); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-card strong { display: block; margin: 6px 0 5px; color: var(--jade); font-family: var(--serif); font-size: 1.6rem; line-height: 1.05; }
.hero-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.positioning { background: var(--jade); color: var(--cream); }
.positioning-inner { padding-block: 102px; }
.positioning-heading {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: clamp(48px, 9vw, 130px);
}
.positioning h2 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6vw, 5.6rem); line-height: .94; letter-spacing: -.05em; }
.positioning-copy { max-width: 520px; }
.positioning-copy p:first-child { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.positioning-copy p:last-child { margin: 0; color: rgba(239, 233, 207, .73); font-size: .82rem; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid rgba(239, 233, 207, .25); border-bottom: 1px solid rgba(239, 233, 207, .25); }
.proof-card { min-height: 178px; padding: 28px 24px; }
.proof-card + .proof-card { border-left: 1px solid rgba(239, 233, 207, .25); }
.proof-card strong { display: block; margin-bottom: 11px; color: var(--gold-soft); font-family: var(--serif); font-size: 2.4rem; font-weight: 500; line-height: 1; }
.proof-card span { color: rgba(239, 233, 207, .78); font-size: .75rem; font-weight: 750; line-height: 1.45; }
.spec-note { margin: 16px 0 0; color: rgba(239, 233, 207, .58); font-size: .7rem; }

.products-section { padding-block: 112px; }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 38px; }
.section-header h2 { max-width: 760px; margin: 0; color: var(--jade); font-size: clamp(3rem, 5.6vw, 5rem); line-height: .94; letter-spacing: -.05em; }
.section-header > p { max-width: 380px; margin: 0 0 5px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.product-photo { aspect-ratio: 5 / 4; position: relative; overflow: hidden; margin: 0; background: #d2cec5; border-bottom: 4px solid var(--gold); }
.product-photo picture, .product-photo img { width: 100%; height: 100%; display: block; }
.product-photo img { object-fit: cover; object-position: 50% 55%; transition: transform .45s ease; }
.product-card:nth-child(1) .product-photo img { object-position: 50% 56%; }
.product-card:nth-child(2) .product-photo img { object-position: 50% 53%; }
.product-card:nth-child(3) .product-photo img { object-position: 50% 55%; }
.product-card:hover .product-photo img { transform: scale(1.025); }
.product-photo::after { content: none; }
.product-photo figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 1; color: var(--cream); }
.product-photo figcaption span, .product-photo figcaption strong { display: block; }
.product-photo figcaption span { margin-bottom: 7px; color: var(--gold-soft); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-photo figcaption strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1.05; }
.product-art { aspect-ratio: .94; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 26px; background: var(--jade-deep); color: var(--cream); border-bottom: 5px solid var(--gold); }
.product-art::before, .product-art::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .28; }
.product-art::before { width: 74%; aspect-ratio: 1; right: -23%; top: 5%; }
.product-art::after { width: 43%; aspect-ratio: 1; right: 8%; top: 21%; }
.product-art span { position: relative; z-index: 1; color: var(--gold-soft); font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-art strong { position: relative; z-index: 1; margin: auto 0; font-family: var(--serif); font-size: clamp(6rem, 10vw, 9.5rem); font-weight: 500; letter-spacing: -.08em; line-height: .7; }
.product-art em { position: relative; z-index: 1; font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-art-chicken { background: #315c4e; }
.product-art-shrimp { background: #6e4b43; }
.product-copy { flex: 1; padding: 25px 24px 22px; }
.product-copy .product-type { margin-bottom: 8px; color: var(--gold); font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 10px; color: var(--jade); font-size: clamp(1.65rem, 2.4vw, 2.25rem); line-height: 1.03; }
.product-copy p:last-child { margin: 0; color: var(--muted); font-size: .83rem; }
.product-card > a { display: flex; justify-content: space-between; gap: 16px; padding: 17px 24px; border-top: 1px solid var(--line); color: var(--jade); font-size: .7rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.product-card > a:hover, .product-card > a:focus-visible { background: var(--cream); }

.principles { padding-block: 104px; border-top: 1px solid var(--line); }
.principles-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 150px); }
.principles h2 { margin-bottom: 26px; color: var(--jade); font-size: clamp(3rem, 5vw, 4.6rem); line-height: .95; letter-spacing: -.045em; }
.principles-lead { max-width: 460px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.principle-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.principle h3 { margin-bottom: 6px; color: var(--jade); font-size: 1.45rem; }
.principle p { margin: 0; color: var(--muted); font-size: .88rem; }

.trade { background: var(--cream); }
.trade-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding-block: 90px; }
.trade h2 { max-width: 700px; margin-bottom: 18px; color: var(--jade); font-size: clamp(3rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.045em; }
.trade p { max-width: 600px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.25rem; }
.trade-actions { display: grid; gap: 12px; }

.learn-section { padding-block: 104px; }
.research-featured { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.research-feature {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
  background: var(--jade-deep);
  color: var(--cream);
  border-bottom: 5px solid var(--gold);
  text-decoration: none;
}
.research-feature-primary { background: var(--jade); }
.research-feature > span, .research-card > span { color: var(--gold-soft); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.research-feature > div { display: flex; align-items: end; gap: 18px; margin: 42px 0 34px; }
.research-feature strong { color: var(--gold-soft); font-family: var(--serif); font-size: clamp(4.2rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.065em; line-height: .72; }
.research-feature > div p { max-width: 190px; margin: 0 0 3px; font-size: .8rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.research-feature h3 { margin: auto 0 10px; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: .98; }
.research-feature > p { max-width: 550px; margin: 0 0 24px; color: rgba(239, 233, 207, .78); }
.research-feature > b { color: var(--gold-soft); font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }
.research-library { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.research-card { min-height: 260px; position: relative; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.research-card > span { color: var(--gold); }
.research-card h3 { max-width: 300px; margin: 40px 0 12px; color: var(--jade); font-size: clamp(1.55rem, 2.35vw, 2.15rem); line-height: 1.02; }
.research-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: .84rem; }
.research-card b { position: absolute; right: 26px; bottom: 22px; color: var(--gold); font-size: 1.3rem; }
.research-feature:hover, .research-feature:focus-visible, .research-card:hover, .research-card:focus-visible { box-shadow: inset 0 0 0 3px var(--gold); }
.research-all { display: flex; justify-content: flex-end; margin-top: 28px; }
.research-hub-hero { border-bottom: 1px solid var(--line); }
.research-method-panel { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--jade-deep); color: var(--cream); border-bottom: 6px solid var(--gold); }
.research-method-panel > div { min-height: 270px; padding: 34px; }
.research-method-panel > div + div { border-left: 1px solid rgba(239, 233, 207, .22); }
.research-method-panel span { display: block; color: var(--gold-soft); font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.research-method-panel strong { display: block; margin: 56px 0 12px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.research-method-panel p { max-width: 300px; margin: 0; color: rgba(239, 233, 207, .72); font-size: .8rem; }
.research-hub { padding-top: 72px; }
.research-library-header { margin-top: 92px; }
.research-disclosure { max-width: 930px; margin: 28px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }

.founder { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 8vw, 110px); padding-block: 104px; border-top: 1px solid var(--line); }
.founder-photo { margin: 0; position: relative; }
.founder-photo::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; z-index: -1; border: 1px solid var(--gold); }
.founder-photo picture, .founder-photo img { display: block; }
.founder-photo img { width: 100%; aspect-ratio: .82; object-fit: cover; object-position: 58% 45%; }
.founder-photo figcaption { padding: 11px 0 0; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.founder h2 { margin: 0; color: var(--jade); font-size: clamp(3rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.045em; }
.founder-copy .eyebrow { margin-bottom: 14px; }
.founder-copy h2 { margin-bottom: 28px; }
.founder-lead { font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 1.85rem); line-height: 1.4; }
.founder-copy p:last-child { margin-bottom: 0; color: var(--muted); }

.site-footer { background: var(--jade-deep); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 42px; padding-block: 56px 42px; }
.footer-brand img { width: 148px; height: auto; }
.footer-brand p { margin: 12px 0 0; color: rgba(239, 233, 207, .68); font-size: .78rem; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 9px 26px; }
.footer-nav a, .footer-contact a { color: rgba(239, 233, 207, .84); font-size: .76rem; text-underline-offset: 4px; }
.footer-contact { justify-self: end; text-align: right; }
.footer-contact a { display: block; margin-bottom: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px 26px; border-top: 1px solid rgba(239, 233, 207, .18); color: rgba(239, 233, 207, .55); font-size: .65rem; }

.page-hero { padding-block: 84px 74px; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(55px, 9vw, 130px); }
.page-hero h1 { max-width: 780px; margin: 0; color: var(--jade); font-size: clamp(4rem, 7.3vw, 7rem); line-height: .88; letter-spacing: -.06em; }
.page-hero-copy { max-width: 520px; padding-bottom: 4px; }
.page-hero-copy p:first-child { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.45; }
.page-hero-copy p:last-child { margin: 0; color: var(--muted); font-size: .8rem; }
.page-photo { margin: 0; background: var(--jade-deep); }
.page-photo img { width: 100%; height: clamp(360px, 48vw, 620px); display: block; object-fit: cover; }
.page-photo figcaption { padding: 12px 0 0; color: var(--muted); background: var(--paper); font-size: .67rem; }
.product-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 32px); position: relative; }
.product-gallery figure { position: relative; margin: 0; min-width: 0; }
.product-gallery picture { width: 100%; aspect-ratio: 5 / 4; display: block; overflow: hidden; background: #d2cec5; border-bottom: 4px solid var(--gold); }
.product-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 55%; }
.product-gallery figure:nth-of-type(1) img { object-position: 50% 56%; }
.product-gallery figure:nth-of-type(2) img { object-position: 50% 53%; }
.product-gallery figure:nth-of-type(3) img { object-position: 50% 55%; }
.product-gallery figure::after { content: none; }
.product-gallery figcaption { position: static; padding: 18px 2px 0; color: var(--jade); }
.product-gallery figcaption span, .product-gallery figcaption strong { display: block; }
.product-gallery figcaption span { margin-bottom: 7px; color: var(--gold); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-gallery figcaption strong { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.85rem); font-weight: 600; line-height: 1.08; }
.product-gallery > p { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: .67rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.claim-band {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  margin-top: 50px;
  padding: 30px 34px 25px;
  background: var(--jade);
  color: var(--cream);
  border-bottom: 5px solid var(--gold);
}
.claim-band > div { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 18px; }
.claim-band > div + div { padding-left: 34px; border-left: 1px solid rgba(239, 233, 207, .25); }
.claim-band strong { display: block; color: var(--gold-soft); font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.07em; line-height: .78; }
.claim-band strong span { margin-left: 3px; font-family: var(--sans); font-size: .3em; font-weight: 850; letter-spacing: .02em; }
.claim-band div p { margin: 0 0 8px; font-size: clamp(1.3rem, 2vw, 1.85rem); font-weight: 850; letter-spacing: .025em; line-height: 1; text-transform: uppercase; }
.claim-band > p { max-width: 240px; margin: 0 0 5px 34px; color: rgba(239, 233, 207, .82); font-size: .8rem; font-weight: 700; line-height: 1.45; }
.detail-section { padding-block: 92px; border-top: 1px solid var(--line); }
.detail-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 9vw, 125px); }
.detail-sticky { align-self: start; position: sticky; top: 30px; }
.detail-sticky h2 { margin-bottom: 18px; color: var(--jade); font-size: clamp(2.8rem, 4.8vw, 4.4rem); line-height: .95; letter-spacing: -.04em; }
.detail-sticky p:last-child { margin: 0; color: var(--muted); }
.product-detail { display: block; padding: 34px 0; border-top: 1px solid var(--line); }
.product-detail:last-child { border-bottom: 1px solid var(--line); }
.product-detail-photo, .product-detail-photo img { width: 100%; display: block; }
.product-detail-photo { overflow: hidden; background: var(--jade-deep); border-bottom: 4px solid var(--gold); }
.product-detail-photo img { aspect-ratio: .78; object-fit: cover; object-position: 50% 58%; }
.product-detail h3 { margin-bottom: 9px; color: var(--jade); font-size: 2rem; line-height: 1.02; }
.product-detail p { color: var(--muted); }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.product-meta span { padding: 6px 8px; background: var(--cream); color: var(--jade); border: 1px solid var(--line); font-size: .65rem; font-weight: 750; }
.photo-study { padding-block: 8px 104px; }
.photo-study-header { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(45px, 8vw, 110px); margin-bottom: 34px; }
.photo-study-header h2 { max-width: 760px; margin: 0; color: var(--jade); font-size: clamp(3rem, 5.6vw, 5rem); line-height: .94; letter-spacing: -.05em; }
.photo-study-header > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); }
.photo-study-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 12px; }
.photo-study-grid figure { position: relative; overflow: hidden; margin: 0; background: var(--jade-deep); border-bottom: 4px solid var(--gold); }
.photo-study-grid figure:nth-child(1), .photo-study-grid figure:nth-child(2) { grid-column: span 6; grid-row: span 2; }
.photo-study-grid figure:nth-child(n+3) { grid-column: span 3; }
.photo-study-grid picture, .photo-study-grid img { width: 100%; height: 100%; display: block; }
.photo-study-grid img { object-fit: cover; object-position: 50% 57%; transition: transform .45s ease; }
.photo-study-grid figure:hover img { transform: scale(1.02); }
.photo-study-grid figure::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(0,45,34,.94)); pointer-events: none; }
.photo-study-grid figcaption { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 1; color: var(--cream); }
.photo-study-grid figcaption span, .photo-study-grid figcaption strong { display: block; }
.photo-study-grid figcaption span { margin-bottom: 6px; color: var(--gold-soft); font-size: .58rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.photo-study-grid figcaption strong { font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.55rem); font-weight: 600; line-height: 1.05; }
.photo-study-note { margin: 15px 0 0; color: var(--muted); font-size: .68rem; font-weight: 700; }
.spec-section { padding-block: 94px; background: var(--cream); }
.spec-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 9vw, 125px); }
.spec-grid h2 { margin-bottom: 18px; color: var(--jade); font-size: clamp(2.8rem, 4.8vw, 4.4rem); line-height: .95; letter-spacing: -.04em; }
.spec-grid > div:first-child p { color: var(--muted); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 16px 0; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 55%; padding-right: 24px; color: var(--muted); font-size: .76rem; font-weight: 650; }
.spec-table td { color: var(--jade); font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.disclosure { margin: 20px 0 0; color: var(--muted); font-size: .7rem; }
.page-cta { padding-block: 86px; background: var(--jade); color: var(--cream); }
.page-cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.page-cta h2 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5vw, 4.7rem); line-height: .95; letter-spacing: -.045em; }
.page-cta .button { background: var(--gold); color: var(--jade-deep); border-color: var(--gold); }
.page-cta .button:hover, .page-cta .button:focus-visible { background: var(--gold-soft); }
.operations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.operations-card { min-height: 220px; padding: 27px; background: var(--white); border: 1px solid var(--line); }
.operations-card span { color: var(--gold); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.operations-card h3 { margin: 42px 0 10px; color: var(--jade); font-size: 1.7rem; line-height: 1.05; }
.operations-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.contact-section { padding-block: 20px 100px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(45px, 8vw, 110px); }
.trade-form { padding: clamp(26px, 4vw, 44px); background: var(--white); border: 1px solid var(--line); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { margin-bottom: 19px; }
.field label, .field legend { display: block; margin-bottom: 7px; color: var(--jade); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.field .optional { color: var(--muted); font-weight: 650; letter-spacing: 0; text-transform: none; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a43d2d; }
.field-error { display: none; margin: 6px 0 0; color: #8a2d20; font-size: .72rem; }
.field-error.is-visible { display: block; }
.form-help { margin: 15px 0 0; color: var(--muted); font-size: .72rem; }
.contact-aside { align-self: start; position: sticky; top: 30px; }
.contact-aside h2 { margin-bottom: 17px; color: var(--jade); font-size: clamp(2.4rem, 4vw, 3.7rem); line-height: .96; }
.contact-aside > p { color: var(--muted); }
.contact-option { display: block; padding: 20px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-option:last-child { border-bottom: 1px solid var(--line); }
.contact-option span { display: block; margin-bottom: 5px; color: var(--gold); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-option strong { color: var(--jade); font-family: var(--serif); font-size: 1.25rem; }
.contact-option:hover strong, .contact-option:focus-visible strong { color: var(--gold); }
.form-result { display: none; padding: 28px; background: var(--cream); border-left: 4px solid var(--gold); }
.form-result.is-visible { display: block; }
.form-result h2 { color: var(--jade); font-size: 2rem; }
.form-result pre { max-height: 260px; overflow: auto; white-space: pre-wrap; padding: 14px; background: var(--white); border: 1px solid var(--line); color: var(--muted); font-size: .74rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.article-hero { max-width: 900px; padding-block: 84px 52px; }
.article-hero h1 { margin-bottom: 25px; color: var(--jade); font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .9; letter-spacing: -.06em; }
.article-standfirst { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.75rem); line-height: 1.45; }
.article-body { max-width: 900px; padding-bottom: 100px; }
.article-body section { padding: 42px 0; border-top: 1px solid var(--line); }
.article-body h2 { margin-bottom: 18px; color: var(--jade); font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; }
.article-body h3 { margin: 27px 0 8px; color: var(--jade); font-size: 1.5rem; }
.article-body p, .article-body li { color: var(--muted); }
.article-body strong { color: var(--ink); }
.article-body ul { padding-left: 1.15rem; }
.article-callout { margin: 28px 0; padding: 24px; background: var(--cream); border-left: 4px solid var(--gold); }
.article-callout p:last-child { margin-bottom: 0; }
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 22px; }
.comparison-table th, .comparison-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { color: var(--gold); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table tbody th { color: var(--ink); font-size: .78rem; }
.comparison-table td { color: var(--muted); font-size: .78rem; }
.comparison-table td:nth-child(2) { color: var(--jade); font-weight: 800; }
.source-list a { color: var(--jade); text-underline-offset: 4px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 72px; }
  .hero-media { max-width: 680px; }
  .positioning-heading, .principles-grid, .trade-inner, .founder { grid-template-columns: 1fr; }
  .page-hero-grid, .detail-grid, .spec-grid, .photo-study-header { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
  .detail-sticky { position: static; }
  .page-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card:nth-child(3) { border-left: 0; border-top: 1px solid rgba(239, 233, 207, .25); }
  .proof-card:nth-child(4) { border-top: 1px solid rgba(239, 233, 207, .25); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; }
  .product-gallery { grid-template-columns: 1fr 1fr; }
  .product-gallery figure:last-of-type { grid-column: 1 / -1; }
  .photo-study-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 320px; }
  .photo-study-grid figure:nth-child(1), .photo-study-grid figure:nth-child(2) { grid-column: 1 / -1; grid-row: auto; }
  .photo-study-grid figure:nth-child(n+3) { grid-column: span 1; }
  .trade-actions { max-width: 440px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1220px); }
  .announcement .shell { min-height: 38px; font-size: .56rem; }
  .announcement span:nth-of-type(2) { display: none; }
  .announcement .shell { gap: 12px; }
  .site-header { min-height: 82px; }
  .brand img { width: 132px; }
  .header-cta { padding: 11px 13px; font-size: .62rem; }
  .hero { min-height: 0; padding-block: 58px 72px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.75rem, 11.5vw, 3.8rem); line-height: .96; overflow-wrap: normal; }
  .hero-lead { font-size: 1.25rem; }
  .hero-nutrition { margin-bottom: 22px; }
  .hero-number { display: block; padding: 20px 16px 17px; }
  .hero-number strong { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-number p { margin: 12px 0 0; font-size: clamp(1.05rem, 4.8vw, 1.3rem); }
  .hero-number-basis { padding-inline: 16px; }
  .hero-number-basis { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-proof div, .hero-proof div + div { padding: 0; border-left: 0; }
  .hero-proof div + div { padding-top: 12px; border-top: 1px solid var(--line); }
  .hero-media::before { inset: -10px 10px 12px -10px; }
  .hero-media img { height: 520px; min-height: 0; }
  .hero-media-photo > figcaption { top: 10px; right: 10px; left: 10px; }
  .hero-media-graphic { min-height: 560px; padding: 24px 22px 28px; }
  .hero-graphic-main strong { font-size: clamp(4rem, 22vw, 6.4rem); }
  .hero-graphic-list { width: 100%; padding-right: 95px; }
  .hero-card { right: -4px; bottom: 24px; padding: 19px 20px; }
  .positioning-inner, .products-section, .principles, .learn-section, .founder { padding-block: 78px; }
  .positioning h2, .section-header h2, .principles h2, .trade h2, .founder h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .proof-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .proof-card { min-height: 0; padding: 22px 0; }
  .proof-card + .proof-card { border-left: 0; border-top: 1px solid rgba(239, 233, 207, .25); }
  .section-header { display: block; }
  .section-header > p { margin-top: 20px; }
  .product-grid, .research-featured, .research-library { grid-template-columns: 1fr; }
  .research-feature { min-height: 390px; }
  .research-feature > div { align-items: flex-start; flex-direction: column; gap: 10px; }
  .research-card { min-height: 230px; }
  .research-all { justify-content: stretch; }
  .research-all a { width: 100%; }
  .research-library-header { margin-top: 68px; }
  .research-method-panel { grid-template-columns: 1fr; }
  .research-method-panel > div { min-height: 0; padding: 26px 24px; }
  .research-method-panel > div + div { border-left: 0; border-top: 1px solid rgba(239, 233, 207, .22); }
  .research-method-panel strong { margin: 28px 0 10px; }
  .product-card:last-child { grid-column: auto; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure:last-of-type { grid-column: auto; }
  .product-gallery img { min-height: 0; }
  .photo-study { padding-bottom: 78px; }
  .photo-study-header h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .photo-study-header > p { margin-top: 18px; }
  .photo-study-grid { grid-auto-rows: 250px; gap: 9px; }
  .photo-study-grid figure:nth-child(1), .photo-study-grid figure:nth-child(2) { min-height: 420px; }
  .photo-study-grid figcaption { right: 12px; bottom: 12px; left: 12px; }
  .photo-study-grid figcaption strong { font-size: 1rem; }
  .product-art { aspect-ratio: 1.05; }
  .trade-inner { padding-block: 72px; }
  .founder { gap: 35px; }
  .founder-photo img { aspect-ratio: .9; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact { justify-self: start; text-align: left; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
  .page-hero { padding-block: 58px 60px; }
  .page-hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .claim-band { grid-template-columns: 1fr 1fr; margin-top: 26px; padding: 25px 18px 20px; }
  .claim-band > div { display: block; }
  .claim-band > div + div { padding-left: 18px; }
  .claim-band strong { font-size: clamp(3.4rem, 17vw, 5rem); }
  .claim-band div p { margin: 12px 0 0; font-size: clamp(1.05rem, 4.8vw, 1.3rem); }
  .claim-band > p { grid-column: 1 / -1; max-width: none; margin: 18px 0 0; padding-top: 12px; border-top: 1px solid rgba(239, 233, 207, .25); }
  .detail-section, .spec-section { padding-block: 72px; }
  .product-detail { grid-template-columns: 100px 1fr; gap: 18px; }
  .product-detail h3 { font-size: 1.55rem; }
  .operations-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .article-hero { padding-block: 60px 40px; }
  .article-hero h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .comparison-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
