:root {
  --ink: #193c30;
  --green: #214e3b;
  --deep: #15382b;
  --lime: #d5ee85;
  --paper: #fff;
  --muted: #67736c;
  --line: #dce4dd;
  --soft: #f3f6f1;
  --font: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid #688b22; outline-offset: 5px; }
::selection { background: var(--lime); color: var(--deep); }
[hidden] { display: none !important; }
.container { max-width: 1280px; width: calc(100% - 112px); margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 16px; transform: translateY(-200%); background: white; padding: 12px 20px; z-index: 20; }
.skip-link:focus { transform: none; }
.topline { background: var(--deep); color: #e3ede5; }
.topline-inner { min-height: 37px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .8125rem; }
.topline-location { font-size: .75rem; letter-spacing: .14em; }
.site-header { position: sticky; top: 0; z-index: 10; background: #fffffffa; border-bottom: 1px solid #e7ece7; }
.header-inner { min-height: 101px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; flex-shrink: 0; }
.brand-word { font-size: 3.1rem; letter-spacing: -.095em; line-height: .87; font-weight: 750; padding-right: .08em; }
.brand-period { color: #81a546; }
.brand-caption { font-size: .75rem; letter-spacing: .37em; margin: 9px 0 0 4px; font-weight: 700; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 2.1rem; margin-left: auto; font-size: .9375rem; font-weight: 550; }
.main-nav a { position: relative; padding-block: .65rem; }
.main-nav a::after { content: ""; position: absolute; height: 1px; background: currentColor; bottom: 5px; left: 0; right: 0; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-contact { display: inline-flex; gap: .55rem; align-items: center; }
.nav-contact .icon { width: 1rem; height: 1rem; }
.header-actions { display: flex; align-items: center; gap: 1.25rem; }
.language-switch { display: flex; align-items: center; gap: .1rem; border-left: 1px solid var(--line); padding-left: 1.3rem; }
.language-switch button { border: 0; background: transparent; padding: .7rem .4rem; font-size: .875rem; color: #767f79; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.language-switch > span { color: #a0a99f; font-size: .75rem; }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-toggle span { height: 1px; width: 18px; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(2rem, 4vw, 4.5rem); padding-block: 64px 58px; align-items: center; }
.hero-copy { padding-block: 12px; }
.eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; font-size: .8125rem; font-weight: 650; letter-spacing: .13em; line-height: 1.5; margin: 0 0 28px; }
.eyebrow-rule { width: 31px; height: 2px; background: #8fae58; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
h1 { font-size: clamp(3.2rem, 5.2vw, 5.125rem); line-height: 1.08; letter-spacing: -.052em; font-weight: 550; margin-bottom: 27px; }
h1 em, .contact h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.hero-description { color: var(--muted); font-size: 1.125rem; line-height: 1.8; max-width: 470px; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.8rem; font-size: .9375rem; font-weight: 600; min-height: 56px; padding: 14px 24px; border-radius: 3px; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-green { color: white; background: var(--green); }
.button-green:hover { background: #113525; }
.button-lime { color: var(--deep); background: var(--lime); }
.button-lime:hover { background: #e5f6b4; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; font-size: .9375rem; padding-block: .85rem; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-footnote { margin-top: 50px; display: flex; align-items: center; gap: 1rem; }
.footnote-index { height: 41px; width: 41px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .8125rem; color: var(--muted); }
.hero-footnote strong { display: block; font-size: .875rem; font-weight: 650; }
.hero-footnote div > span { display: block; color: var(--muted); font-size: .8125rem; }
.hero-visual { min-width: 0; position: relative; padding-left: 19px; padding-bottom: 26px; }
.hero-photo { margin: 0; position: relative; height: 515px; border-radius: 3px 128px 3px 3px; overflow: hidden; background: #152016; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; display: block; }
.photo-heading { position: absolute; top: 35px; left: 32px; right: 25px; color: white; display: flex; flex-direction: column; }
.photo-heading > span:first-child { font-size: .75rem; letter-spacing: .16em; opacity: .8; }
.photo-heading > span:last-child { font-family: Georgia, serif; font-size: 1.75rem; line-height: 1.3; margin-top: 10px; max-width: 240px; }
.hero-photo figcaption { position: absolute; bottom: 15px; right: 16px; font-size: .75rem; color: white; background: #132318cb; padding: 3px 8px; border-radius: 2px; }
.protein-marker { position: absolute; left: 0; bottom: 0; background: var(--lime); min-width: 174px; padding: 22px 25px 20px; box-shadow: 0 8px 22px #1830200b; }
.marker-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .13em; }
.protein-marker strong { display: block; font-size: 3.625rem; letter-spacing: -.07em; line-height: 1.22; font-weight: 550; margin: 2px 0 8px; }
.marker-note { display: block; font-size: .75rem; }
.facts { display: grid; grid-template-columns: 1fr 1fr 1.25fr; border-block: 1px solid var(--line); padding-block: 28px; gap: 2rem; }
.facts > div { padding-left: 32px; border-left: 1px solid var(--line); }
.facts > div:first-child { border: 0; padding-left: 0; }
.fact-label { display: block; color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .12em; margin-bottom: 4px; }
.facts strong { font-size: 1.25rem; font-weight: 550; letter-spacing: -.02em; }
.section-space { padding-block: 108px; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 6.5rem; }
.section-number { color: #84917e; font-size: .75rem; font-weight: 450; letter-spacing: .05em; margin-right: .3rem; }
h2 { font-size: clamp(2.25rem, 3.4vw, 3.5rem); line-height: 1.17; letter-spacing: -.043em; font-weight: 500; margin-bottom: 0; }
.about-copy { padding-top: 42px; }
.about-copy .lead { font-size: 1.3rem; line-height: 1.6; letter-spacing: -.012em; color: var(--ink); margin-bottom: 20px; }
.about-copy > p { color: var(--muted); line-height: 1.9; }
.about-locations { display: flex; gap: 3.5rem; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.about-locations span { display: block; font-size: .75rem; color: var(--muted); letter-spacing: .1em; margin-bottom: 5px; }
.about-locations strong { font-size: 1rem; font-weight: 550; }
.product-section { background: var(--deep); color: #fff; padding-block: 94px; }
.product-grid { display: grid; grid-template-columns: 1fr 1.03fr; gap: 7.5rem; align-items: start; }
.product-copy > .eyebrow { color: #d7e4d4; margin-bottom: 47px; }
.product-copy .section-number { color: #abbca7; }
.product-category { display: inline-block; border: 1px solid #66816c; border-radius: 40px; color: #d5e3cd; font-size: .75rem; letter-spacing: .09em; padding: 6px 12px; margin-bottom: 21px; }
.product-copy h2 { font-size: clamp(3.5rem, 5.4vw, 5rem); line-height: 1.03; letter-spacing: -.055em; font-weight: 450; }
.product-dot { color: var(--lime); }
.product-local-name { color: var(--lime); font-family: Georgia, serif; font-size: 1.45rem; margin: 13px 0 22px; }
.product-description { font-size: 1.0625rem; color: #c3d2c6; line-height: 1.85; max-width: 410px; margin-bottom: 24px; }
.product-details { margin: 0 0 33px; }
.product-details > div { display: flex; flex-wrap: wrap; gap: .5rem; align-items: baseline; padding: 9px 0; border-bottom: 1px solid #41604b; }
.product-details dt { color: #c3d2c6; font-size: .9375rem; }
.product-details dd { margin: 0 0 0 auto; color: #fff; font-size: .9375rem; font-weight: 550; text-align: right; }
.spec-sheet { background: white; color: var(--ink); padding: 34px 37px 28px; border-top: 5px solid var(--lime); border-radius: 2px; scroll-margin-top: 7rem; }
.spec-sheet-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 26px; }
.sheet-brand { font-size: 1.8rem; letter-spacing: -.08em; font-weight: 750; line-height: 1; }
.sheet-code { font-size: .75rem; letter-spacing: .12em; color: var(--muted); }
.spec-sheet h3 { font-size: 1.7rem; font-weight: 550; letter-spacing: -.025em; margin-bottom: 3px; }
.sheet-subtitle { color: var(--muted); font-size: .875rem; margin-bottom: 25px; }
table { width: 100%; border-collapse: collapse; font-size: 1rem; }
thead th { font-size: .75rem; font-weight: 600; color: var(--muted); letter-spacing: .1em; padding: 0 0 12px; border-bottom: 1px solid var(--line); }
th { text-align: left; }
thead th:last-child, td { text-align: right; }
tbody tr { border-bottom: 1px solid #e6ebe5; }
tbody th { font-weight: 450; padding: 13px 0; }
tbody td { font-weight: 650; padding: 13px 0 13px 15px; font-variant-numeric: tabular-nums; }
.protein-row th { font-weight: 650; }
.protein-row td { font-size: 1.5rem; font-weight: 650; letter-spacing: -.03em; }
.spec-note { margin: 20px 0 0; color: #657267; font-size: .8125rem; line-height: 1.7; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; padding-block: 110px 100px; }
.contact h2 { font-size: clamp(3rem, 4.5vw, 4.625rem); margin-bottom: 27px; }
.contact-heading > p:last-child { color: var(--muted); max-width: 325px; font-size: 1.0625rem; line-height: 1.8; }
.contact-information { padding-top: 24px; min-width: 0; }
.contact-link { display: flex; align-items: center; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.contact-link:first-child { padding-top: 0; }
.contact-icon { background: var(--soft); border-radius: 50%; width: 49px; height: 49px; flex-shrink: 0; display: grid; place-items: center; transition: background .2s; }
.contact-link:hover .contact-icon { background: var(--lime); }
.contact-link-text { min-width: 0; }
.contact-label { display: block; font-size: .75rem; font-weight: 550; letter-spacing: .13em; color: var(--muted); margin-bottom: 4px; }
.contact-link-text strong { font-size: clamp(1rem, 1.45vw, 1.3125rem); letter-spacing: -.02em; font-weight: 550; overflow-wrap: anywhere; }
.contact-arrow { margin-left: auto; }
.address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; margin-top: 35px; }
.address-grid h3 { font-size: .9375rem; font-weight: 650; margin-bottom: 12px; }
address { font-style: normal; font-size: .875rem; color: var(--muted); line-height: 1.9; }
.site-footer { background: var(--soft); }
.footer-main { padding-block: 43px 32px; display: flex; align-items: center; gap: 3rem; }
.brand-footer .brand-word { font-size: 2.6rem; }
.brand-footer .brand-caption { font-size: .75rem; }
.legal-name { color: #677369; font-size: .8125rem; line-height: 1.8; letter-spacing: .018em; margin: 0; }
.footer-top { display: inline-flex; align-items: center; gap: 1rem; margin-left: auto; font-size: .875rem; padding-block: 10px; }
.footer-bottom { border-top: 1px solid #d7dfd5; padding-block: 19px 24px; color: var(--muted); font-size: .75rem; display: flex; gap: 1rem; justify-content: space-between; }
@media (min-width: 1450px) { .hero { padding-block: 80px 68px; } .hero-photo { height: 570px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .main-nav { gap: 1.3rem; }
  .header-inner { gap: 1.3rem; }
  .hero { gap: 2rem; }
  .hero-photo { height: 485px; }
  h1 { font-size: clamp(3rem, 5.2vw, 4rem); }
  .hero-actions { gap: 1rem; }
  .button { gap: 1rem; padding-inline: 20px; }
  .hero-footnote { margin-top: 34px; }
  .product-grid { gap: 4rem; }
  .about { gap: 3.5rem; }
  .contact { gap: 3.5rem; }
  .spec-sheet { padding-inline: 28px; }
}
@media (max-width: 850px) {
  .container { width: calc(100% - 48px); }
  .topline-inner { min-height: 34px; }
  .topline-location { display: none; }
  .header-inner { min-height: 83px; flex-wrap: wrap; }
  .brand-word { font-size: 2.65rem; }
  .brand-caption { margin-top: 8px; }
  .header-actions { margin-left: auto; }
  .main-nav { order: 3; width: 100%; padding: 7px 0 22px; justify-content: space-between; margin: 0; flex-wrap: wrap; }
  .js-enabled .main-nav { display: none; }
  .js-enabled .main-nav.is-open { display: flex; }
  .menu-toggle { display: flex; }
  .language-switch { border: 0; padding: 0; }
  .hero { padding-block: 44px 44px; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  h1 { font-size: clamp(2.6rem, 5.4vw, 3.5rem); }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 22px; }
  .hero-description { font-size: 1rem; }
  .hero-visual { padding-left: 0; }
  .hero-photo { height: 470px; border-top-right-radius: 90px; }
  .photo-heading { top: 27px; left: 22px; }
  .photo-heading > span:last-child { font-size: 1.4rem; }
  .protein-marker { min-width: 145px; padding: 18px 20px; }
  .protein-marker strong { font-size: 3.1rem; }
  .hero-footnote { display: none; }
  .facts { gap: 1rem; }
  .facts > div { padding-left: 20px; }
  .facts strong { font-size: 1.0625rem; }
  .section-space { padding-block: 75px; }
  .about { gap: 2.5rem; }
  .about-copy { padding-top: 36px; }
  .about-copy .lead { font-size: 1.125rem; }
  .about-locations { gap: 1.5rem; }
  .product-section { padding-block: 65px; }
  .product-grid { gap: 2.5rem; }
  .product-copy h2 { font-size: 3.5rem; }
  .product-copy > .eyebrow { margin-bottom: 32px; }
  .product-description { font-size: 1rem; }
  .spec-sheet { padding: 26px 22px 23px; }
  .spec-sheet h3 { font-size: 1.4rem; }
  .sheet-code { font-size: .75rem; letter-spacing: .03em; }
  .contact { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-heading > p:last-child { max-width: 520px; }
  .contact-information { padding-top: 0; }
  .contact-link-text strong { font-size: 1.25rem; }
  .contact-link { max-width: none; }
  .footer-main { gap: 2rem; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 6rem; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; gap: 0; }
  .header-actions { gap: .6rem; }
  .main-nav { gap: .7rem 1.5rem; justify-content: flex-start; padding-top: 14px; }
  .main-nav a { font-size: .9375rem; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 34px; padding-bottom: 34px; }
  .hero-copy { padding-block: 0; }
  h1 { font-size: clamp(2.7rem, 11.2vw, 4.2rem); letter-spacing: -.045em; margin-bottom: 23px; }
  .hero-description { max-width: none; font-size: 1.0625rem; margin-bottom: 24px; }
  .hero-actions { gap: .7rem 1.4rem; }
  .button { min-height: 53px; padding: 13px 19px; font-size: .875rem; }
  .text-link { font-size: .875rem; }
  .hero-photo { height: 365px; border-top-right-radius: 88px; }
  .hero-photo img { object-position: center; }
  .hero-visual { padding-left: 14px; padding-bottom: 17px; }
  .protein-marker { min-width: 142px; padding: 18px 22px 16px; }
  .protein-marker strong { font-size: 3rem; }
  .photo-heading { left: 24px; }
  .hero-photo figcaption { right: 10px; bottom: 12px; font-size: .75rem; max-width: 130px; text-align: right; }
  .facts { grid-template-columns: 1fr; gap: 0; padding-block: 4px; }
  .facts > div, .facts > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 16px 0; border: 0; }
  .facts > div + div { border-top: 1px solid var(--line); }
  .facts strong { font-size: 1.0625rem; text-align: right; }
  .fact-label { margin: 0; font-size: .75rem; flex-shrink: 0; letter-spacing: .06em; }
  .section-space { padding-block: 65px; }
  .about { grid-template-columns: 1fr; gap: 27px; }
  .eyebrow { margin-bottom: 20px; font-size: .75rem; }
  h2 { font-size: clamp(2.1rem, 8.5vw, 2.85rem); }
  .about-copy { padding-top: 0; }
  .about-copy .lead { font-size: 1.2rem; }
  .about-locations { gap: 3rem; margin-top: 25px; }
  .product-section { padding-block: 54px; }
  .product-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-copy h2 { font-size: 4rem; }
  .product-copy h2 { word-spacing: .01em; }
  .product-description { max-width: none; }
  .product-copy > .eyebrow { margin-bottom: 30px; }
  .product-category { margin-bottom: 18px; }
  .product-details { margin-bottom: 27px; }
  .spec-sheet { padding: 27px 24px; scroll-margin-top: 6rem; }
  .spec-sheet h3 { font-size: 1.6rem; }
  .spec-sheet-top { padding-bottom: 20px; margin-bottom: 23px; }
  tbody th, tbody td { padding-block: 12px; }
  .contact { gap: 28px; }
  .contact h2 { font-size: 3.3rem; }
  .contact-heading > p:last-child { margin-bottom: 0; }
  .contact-link { gap: 12px; }
  .contact-icon { width: 41px; height: 41px; }
  .contact-link-text strong { font-size: 1rem; }
  .contact-arrow { width: 1rem; height: 1rem; }
  .address-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
  .address-grid h3 { margin-bottom: 8px; }
  address { font-size: .9375rem; }
  .footer-main { flex-wrap: wrap; gap: 25px; padding-top: 32px; }
  .brand-footer { flex: 1; }
  .footer-top { order: 2; margin-left: auto; }
  .legal-name { order: 3; width: 100%; font-size: .75rem; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .topline-inner { font-size: .75rem; }
  .hero-photo { height: 330px; }
  .hero-photo figcaption { max-width: 108px; text-align: right; }
  .product-copy h2 { font-size: 3.45rem; }
  .spec-sheet { padding-inline: 20px; }
  .about-locations { gap: 2rem; }
  .contact-link-text strong { font-size: .9375rem; }
  .contact-arrow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.brand-logo { display:block; width:112px; height:auto; }
.sheet-logo { display:block; width:76px; height:auto; }
.brand-footer .brand-logo { width:112px; }

.address-grid > div { min-width:0; }
.location-map { display:block; width:100%; height:230px; border:0; border-radius:8px; margin-top:18px; background:var(--soft); }
.map-directions { display:inline-block; padding:12px 0; font-size:.9375rem; text-decoration:underline; text-underline-offset:4px; }
