:root {
  --ink: #102f33;
  --deep: #082a2e;
  --petrol: #103f43;
  --paper: #f8faf9;
  --white: #fff;
  --muted: #53696c;
  --line: #d7e1de;
  --mint: #75ecc0;
  --cyan: #00c4ee;
  --max: 1296px;
  --gutter: max(5vw, calc((100vw - var(--max)) / 2));
  font-family: Arial, Helvetica, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--mint); color: var(--deep); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #00a8cf; outline-offset: 6px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-weight: 400; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 4.6vw, 4.5rem); line-height: 1.12; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.2; letter-spacing: -.035em; }
h3 { font-size: 1.75rem; line-height: 1.25; letter-spacing: -.025em; }
p { text-wrap: pretty; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; background: white; padding: .8rem 1.2rem; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; inset: 0 0 auto; height: 7.25rem; z-index: 20; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; }
.site-header::after { content: ''; position: absolute; bottom: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: #ffffff24; }
.brand { flex: 0 0 auto; }
.brand img { width: 10.5rem; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.5rem); }
.desktop-nav a { font-size: .9rem; color: #d8e3e1; padding-block: .7rem; position: relative; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a.active:not(.nav-cta)::after { content: ''; position: absolute; bottom: .15rem; left: 0; width: 1.4rem; height: 2px; background: var(--mint); }
.desktop-nav .lang-switch { border-left: 1px solid #ffffff3d; padding-left: 1.5rem; font-size: .875rem; }
.desktop-nav .nav-cta { padding: .72rem 1.25rem; color: var(--deep); background: #eff8f5; border: 1px solid transparent; border-radius: .2rem; }
.desktop-nav .nav-cta:hover { background: var(--mint); }
.desktop-nav .nav-cta.active,
.desktop-nav .nav-cta.active:hover { color: var(--deep); background: var(--mint); }
.mobile-menu { display: none; }
.eyebrow, .service-number, .service-kicker, .supply-label, .path-label, .contact-kicker { font-size: .875rem; line-height: 1.5; font-weight: 400; letter-spacing: .045em; }
.eyebrow { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.7rem; color: #3e6163; }
.eyebrow > span { height: 1px; width: 2rem; background: #268077; flex: 0 0 auto; }
.eyebrow.light { color: #bfd6d1; }
.eyebrow.light > span { background: var(--mint); }
.hero { position: relative; isolation: isolate; color: white; background: var(--deep); min-height: min(900px, 100svh); padding: 11rem var(--gutter) 8.5rem; display: flex; align-items: center; }
.hero-visual { position: absolute; inset: 0; z-index: -2; margin: 0; overflow: hidden; }
.hero-visual img { height: 100%; width: 100%; object-fit: cover; object-position: 70% 50%; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #082a2ef5 0%, #082a2ee6 28%, #082a2e8c 50%, #082a2e10 76%), linear-gradient(0deg, #06272cf5, transparent 27%); }
.hero-copy { width: 63%; max-width: 52rem; }
.hero .eyebrow { margin-bottom: 2rem; }
.controlled-title { margin-bottom: 1.75rem; font-size: clamp(3rem, 4.85vw, 4.7rem); letter-spacing: -.045em; line-height: 1.1; text-wrap: initial; }
.controlled-title span { display: block; }
.controlled-title span:last-child { color: var(--mint); }
.hero-lead { max-width: 35rem; color: #d4e2df; font-size: 1.075rem; line-height: 1.8; margin-bottom: 0; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; }
.button { min-height: 3.3rem; padding: .9rem 1.3rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.6rem; border-radius: .2rem; font-size: .9375rem; line-height: 1.4; font-weight: 500; transition: background .2s, transform .2s; }
.button-primary { background: var(--mint); color: var(--deep); }
.button-primary:hover { background: #a0f5d6; transform: translateY(-2px); }
.button-arrow { font-size: 1.35rem; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-block: .6rem; font-size: .9375rem; line-height: 1.4; border-bottom: 1px solid #ffffff5c; }
.text-link:hover { color: var(--mint); border-color: currentColor; }
.hero-facts { position: absolute; bottom: 1.65rem; left: var(--gutter); right: var(--gutter); display: flex; gap: 3rem; padding-top: 1.55rem; margin: 0; border-top: 1px solid #ffffff30; }
.hero-facts > div { display: flex; align-items: baseline; gap: .8rem; }
.hero-facts dt { font-size: .75rem; color: var(--mint); }
.hero-facts dd { margin: 0; font-size: .875rem; color: #d4e2df; }
.hero-caption { position: absolute; right: var(--gutter); bottom: 6.8rem; display: flex; flex-direction: column; align-items: flex-end; color: #ecf2ef; font-size: .8125rem; line-height: 1.6; text-shadow: 0 1px 6px #0008; }
.hero-caption i { font-family: Georgia, serif; font-size: 1.0625rem; }
.statement { padding: 3.25rem var(--gutter); background: #eaf2ef; }
.statement p { max-width: 55rem; margin: 0; font-size: clamp(1.5rem, 2.35vw, 2.25rem); line-height: 1.4; letter-spacing: -.02em; }
.section { padding: 6.5rem var(--gutter); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; margin-bottom: 3.2rem; }
.section-heading .eyebrow { margin-top: .65rem; }
.section-heading h2 { max-width: 45rem; margin: 0; }
.home-services { background: var(--paper); }
.feature-links { border-top: 1px solid #8ba8a4; }
.feature-link { position: relative; display: grid; grid-template-columns: 1fr 1.3fr 1.1fr auto; align-items: start; gap: 2.5rem; padding: 2.7rem 0; border-bottom: 1px solid var(--line); transition: color .2s; }
.service-number { color: var(--muted); max-width: 10rem; }
.feature-link h3 { max-width: 20rem; font-size: clamp(1.75rem, 2.45vw, 2.5rem); margin-bottom: 0; }
.feature-link p { color: var(--muted); margin-bottom: 0; font-size: 1rem; max-width: 23rem; }
.card-action { align-self: center; }
.card-action b { display: flex; align-items: center; justify-content: center; width: 3.1rem; height: 3.1rem; border: 1px solid #aec4bd; border-radius: 50%; font-size: 1.45rem; font-weight: 400; transition: background .2s, transform .2s; }
.card-action .action-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.feature-link:hover h3 { color: #147c69; }
.feature-link:hover .card-action b { background: var(--mint); transform: rotate(45deg); border-color: var(--mint); }
.home-band { background: #eaf2ef; padding: 3rem var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); }
.home-band > div { padding: .25rem 2.5rem; display: flex; flex-direction: column; gap: 1rem; border-left: 1px solid #bfcec8; }
.home-band > div:first-child { padding-left: 0; border: 0; }
.home-band strong { font-weight: 400; font-size: clamp(3rem, 5.7vw, 5.5rem); letter-spacing: -.055em; line-height: 1.15; }
.home-band span { max-width: 15rem; color: #47605e; line-height: 1.6; font-size: .9375rem; }
.closing { position: relative; padding: 5.5rem var(--gutter); background: var(--petrol); color: white; display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 5rem; }
.closing::before { content: ''; position: absolute; top: 0; left: var(--gutter); width: 4rem; height: 3px; background: var(--mint); }
.closing h2 { max-width: 42rem; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.contact-intro > p:last-child:not(.eyebrow) { color: #c3d8d2; margin: 1.3rem 0 0; }
.closing-actions { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; gap: 1.1rem; }
.closing-actions .button { font-size: 1.1rem; min-width: 16rem; }
.closing-actions .text-link { font-size: 1.1rem; }
footer { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 3rem; padding: 2.8rem var(--gutter); color: #a9c3be; background: var(--deep); font-size: .8125rem; line-height: 1.6; }
footer img { width: 9rem; }
.footer-copy p { margin: 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; }
.footer-links a { font-size: .875rem; color: #ecf6f1; }
.footer-links a:hover { color: var(--mint); }
.page-hero { color: white; background: var(--deep); padding: 11.5rem var(--gutter) 5.5rem; display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 5rem; position: relative; }
.page-hero::after { content: ''; position: absolute; height: 3px; width: 4rem; bottom: 0; left: var(--gutter); background: var(--mint); }
.page-hero h1 { margin: 0; max-width: 20ch; }
.page-lead { margin: 0 0 .3rem; color: #bfd3ce; font-size: 1.125rem; line-height: 1.75; max-width: 29rem; }
.processing-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #a5bdb6; }
.processing-grid article { display: grid; grid-template-columns: 4.2rem 1fr; gap: 1.5rem; padding: 2.5rem 2.5rem 0 0; }
.processing-grid article + article { border-left: 1px solid var(--line); padding: 2.5rem 0 0 2.5rem; }
.catalog-number { font-weight: 400; font-size: 3.5rem; color: #6a8d84; line-height: 1.1; }
.service-kicker { margin: .2rem 0 .75rem; color: var(--muted); }
.processing-grid h3 { font-size: 2rem; margin-bottom: 1rem; }
.processing-grid article p:last-child { max-width: 28rem; margin-bottom: 0; color: var(--muted); }
.species-section { padding-top: 5rem; background: #eaf2ef; }
.species-heading h2 { margin-bottom: 2.5rem; }
.species-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 4rem; counter-reset: species; border-top: 1px solid #a5bdb6; }
.species-card { counter-increment: species; display: flex; align-items: baseline; gap: 1.5rem; border-bottom: 1px solid #c5d6ce; padding: 1.6rem 0; }
.species-card::before { content: counter(species, decimal-leading-zero); font-size: .75rem; color: #50776c; min-width: 1.2rem; }
.species-name { margin-bottom: 0; font-size: 1.4rem; line-height: 1.5; }
.species-name i { font-family: Georgia, 'Times New Roman', serif; }
.species-name span { display: block; color: var(--muted); font-family: Arial, sans-serif; font-size: .9375rem; font-style: normal; margin-top: .2rem; }
.available-range { margin-top: 3rem; padding: 1.8rem 0 0; display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; border-top: 1px solid #a5bdb6; }
.available-range h3 { font-size: 1.4rem; margin-bottom: 0; }
.species-alias { color: var(--muted); font-size: .875rem; margin: .6rem 0 0; }
.supply { color: white; background: var(--deep); }
.supply .eyebrow { color: #bfd3ce; }
.supply .eyebrow span { background: var(--mint); }
.supply-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.supply-heading h2 { max-width: 36rem; margin-bottom: 0; }
.experience-mark { display: flex; align-items: center; gap: 1.25rem; max-width: 19rem; }
.experience-mark strong { font-size: 2.4rem; line-height: 1; font-weight: 400; color: var(--mint); }
.experience-mark span { color: #bfd3ce; font-size: .875rem; line-height: 1.5; }
.supply-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; border-top: 1px solid #ffffff45; border-bottom: 1px solid #ffffff30; }
.supply-card { padding: 2.1rem 2rem; border-left: 1px solid #ffffff30; }
.supply-card:first-child { padding-left: 0; border: 0; }
.supply-card:last-child { padding-right: 0; }
.supply-label { color: #b8d5cc; margin-bottom: 1.7rem; }
.supply-card h3 { max-width: 26rem; font-size: 2rem; margin-bottom: 1.5rem; }
.supply-card p:last-child { color: #b9cec7; max-width: 26rem; margin: 1.3rem 0 0; }
.metric { color: var(--mint); font-size: 2.8rem; line-height: 1.4; font-weight: 400; letter-spacing: -.035em; }
.metric span { font-size: 1.2rem; letter-spacing: 0; }
.organic-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; border-bottom: 1px solid #ffffff30; padding: 2.5rem 0; }
.organic-callout .supply-label { margin-bottom: .8rem; }
.organic-callout h3 { margin: 0; font-size: 1.65rem; color: var(--mint); }
.organic-callout > p { align-self: center; color: #bfd3ce; margin: 0; }
.supply-details { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-top: 2.5rem; }
.supply-details .supply-label { margin-bottom: 1rem; }
.supply-details h3 { font-size: 1.4rem; margin-bottom: 1rem; }
.supply-details p:last-child { color: #bfd3ce; max-width: 30rem; margin: 0; }
.consulting-page { display: grid; grid-template-columns: 1fr 1.65fr; align-items: start; gap: 6rem; }
.consulting-intro { position: sticky; top: 2rem; }
.consulting-intro .eyebrow.light { color: #3e6163; }
.consulting-intro .eyebrow.light span { background: #268077; }
.consulting-intro h2 { font-size: clamp(1.9rem, 2.6vw, 2.75rem); }
.consulting-intro > p:last-child { color: var(--muted); margin: 0; }
.consulting-paths { border-top: 1px solid #8ba8a4; }
.consulting-paths article { position: relative; padding: 2rem 0 2.25rem 4rem; border-bottom: 1px solid var(--line); }
.path-icon { position: absolute; left: 0; top: 2rem; width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; background: #e7f1eb; border-radius: 50%; color: #376d61; font-size: .8125rem; }
.path-icon svg { width: 1.65rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.path-label { color: #50746b; margin-bottom: .85rem; }
.consulting-paths h3 { font-size: 1.8rem; margin-bottom: 1.1rem; max-width: 35rem; }
.consulting-paths article > p:last-child { color: var(--muted); margin: 0; }
.approach { background: #eaf2ef; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.steps li { border-top: 1px solid #9bb7ad; padding-top: 1.2rem; }
.steps li > span { color: #3e7867; font-size: .8125rem; display: block; margin-bottom: 2rem; }
.steps h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.steps p { color: var(--muted); margin: 0; }
.company-story { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.company-story h2 { margin: 0; }
.story-copy { padding-top: .3rem; }
.story-copy p { font-size: 1.125rem; color: var(--muted); line-height: 1.85; }
.story-copy p:last-child { margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 8rem; }
.contact-kicker { color: var(--muted); margin: 0 0 2rem; }
.contact-line { display: block; padding: 1.5rem 0 1.7rem; border-top: 1px solid #a5bdb6; }
.contact-line:last-child { border-bottom: 1px solid #a5bdb6; }
.contact-line > span { display: block; font-size: .875rem; color: var(--muted); margin-bottom: .8rem; }
.contact-line > strong { font-size: clamp(1.5rem, 2.9vw, 2.9rem); font-weight: 400; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-line:hover > strong { color: #0b846a; }
.contact-context { padding-top: 3.4rem; }
.contact-detail { margin-bottom: 1.8rem; }
.contact-detail span { display: block; font-size: .875rem; color: var(--muted); margin-bottom: .6rem; }
.contact-detail strong { font-weight: 400; font-size: 1.2rem; }
.contact-note { font-size: 1rem; margin: 2.1rem 0 0; color: var(--muted); max-width: 25rem; }
.policy-content { max-width: 62rem; margin-inline: auto; }
.policy-updated { color: var(--muted); margin: 0 0 3rem; }
.policy-content section + section { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #123f4224; }
.policy-content h2 { font-size: clamp(1.45rem, 2.2vw, 2rem); margin: 0 0 1.15rem; }
.policy-content p, .policy-content li { font-size: 1.05rem; line-height: 1.85; color: #345458; }
.policy-content p { margin: 0 0 1rem; }
.policy-content ul { margin: 0; padding-left: 1.3rem; }
.policy-content a { color: #15746e; text-decoration: underline; text-underline-offset: .2em; }
.policy-content a:hover { color: var(--deep); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > .eyebrow, .hero-copy > h1, .hero-copy > .hero-lead, .hero-actions { animation: arrive .7s both; }
  .hero-copy > h1 { animation-delay: .08s; }
  .hero-copy > .hero-lead { animation-delay: .15s; }
  .hero-actions { animation-delay: .22s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
@media (min-width: 1700px) { .hero { min-height: 900px; } }
@media (max-width: 1100px) {
  :root { --gutter: 4vw; }
  .desktop-nav { gap: 1.2rem; }
  .desktop-nav a { font-size: .875rem; }
  .brand img { width: 9rem; }
  .hero { min-height: 790px; padding-top: 11rem; }
  .hero-copy { width: 70%; }
  .controlled-title { font-size: clamp(3rem, 5.2vw, 3.8rem); }
  .hero::before { background: linear-gradient(90deg, #082a2ef5 0%, #082a2ede 35%, #082a2e55 72%, #082a2e22), linear-gradient(0deg, #06272cf5, transparent 30%); }
  .hero-caption { display: none; }
  .hero-facts { gap: 2rem; }
  .section { padding-block: 5rem; }
  .section-heading { grid-template-columns: 1fr 2.2fr; gap: 2rem; }
  .feature-link { grid-template-columns: .8fr 1.2fr 1.2fr auto; gap: 1.5rem; }
  .service-number { font-size: .8125rem; }
  .closing { gap: 3rem; }
  .page-hero { grid-template-columns: 1.3fr 1fr; gap: 3rem; }
  .page-hero h1 { font-size: 3.25rem; }
  .consulting-page { gap: 3rem; }
  .company-story { gap: 4rem; }
  .contact-layout { gap: 4rem; }
  .supply-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .supply-card { padding-inline: 1.4rem; }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .site-header { height: 5.75rem; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; gap: .8rem; min-height: 2.75rem; cursor: pointer; font-size: .9375rem; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { content: ''; width: 1.25rem; height: .6rem; border-top: 1px solid #e2f1ea; border-bottom: 1px solid #e2f1ea; transition: transform .2s; }
  .mobile-menu[open] summary::after { transform: rotate(-45deg); }
  .mobile-nav { position: absolute; left: var(--gutter); right: var(--gutter); top: calc(100% - .2rem); background: #103b3f; border: 1px solid #3b6160; padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: 0; box-shadow: 0 18px 40px #0003; }
  .mobile-nav a { padding: .8rem 0; border-bottom: 1px solid #ffffff24; color: #eaf4ef; font-size: 1rem; }
  .mobile-nav a:last-child { border: 0; color: var(--mint); }
  .mobile-nav a[aria-current] { color: var(--mint); }
  .hero { min-height: 760px; padding-top: 9rem; }
  .hero-copy { width: 86%; }
  .hero-lead { max-width: 33rem; }
  .hero-facts { gap: 1.5rem; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-top: 0; }
  .section-heading h2 { max-width: 40rem; }
  .feature-link { grid-template-columns: 2rem 1.2fr 1fr 3rem; gap: 1.2rem; }
  .service-number { font-size: .8125rem; }
  .service-number .service-category { display: none; }
  .feature-link h3 { font-size: 1.85rem; }
  .page-hero { grid-template-columns: 1fr; gap: 2rem; padding-top: 9rem; padding-bottom: 4rem; }
  .page-hero h1 { max-width: 23ch; font-size: clamp(2.65rem, 6vw, 3.75rem); }
  .page-lead { max-width: 39rem; }
  .closing { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 4.5rem; }
  .closing-actions { justify-self: start; flex-direction: row; align-items: center; gap: 2rem; }
  .home-band > div { padding-inline: 1.6rem; }
  .home-band strong { font-size: 3.4rem; }
  .supply-heading { align-items: start; }
  .experience-mark { flex-direction: column; align-items: flex-start; max-width: 10rem; }
  .supply-grid { grid-template-columns: 1fr 1fr; }
  .supply-card-wide { grid-column: 1 / -1; border-bottom: 1px solid #ffffff30 !important; }
  .supply-card:nth-child(2) { padding-left: 0; border-left: 0; }
  .consulting-page { grid-template-columns: 1fr; gap: 3rem; }
  .consulting-intro { position: static; max-width: 39rem; }
  .consulting-intro h2 { font-size: 2.3rem; }
  .consulting-paths article { padding-left: 4.5rem; }
  .steps { gap: 1.5rem; }
  .company-story { gap: 3rem; }
  footer { grid-template-columns: 1fr auto; gap: 2rem; }
  .footer-copy { grid-column: 1; grid-row: 2; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
}
@media (max-width: 600px) {
  :root { --gutter: 1.4rem; }
  h1 { letter-spacing: -.035em; }
  .brand img { width: 8.5rem; }
  .site-header { height: 5.25rem; }
  .hero { min-height: 0; padding-top: 8.3rem; padding-bottom: 8.7rem; }
  .hero-copy { width: 100%; }
  .hero .eyebrow { font-size: .8125rem; letter-spacing: .01em; gap: .65rem; margin-bottom: 1.7rem; }
  .eyebrow > span { width: 1.4rem; }
  .controlled-title { font-size: clamp(2.15rem, 7.3vw, 2.95rem); line-height: 1.18; letter-spacing: -.035em; margin-bottom: 1.5rem; }
  .hero-lead { font-size: 1rem; line-height: 1.8; max-width: 26rem; color: #e0ebe6; }
  .hero-visual img { object-position: 67% 50%; }
  .hero::before { background: linear-gradient(90deg, #082a2ef5, #082a2ec4 55%, #082a2e8c), linear-gradient(0deg, #06272cf5, transparent 45%); }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: .85rem; margin-top: 1.8rem; }
  .hero-actions .button { min-height: 3.25rem; }
  .hero-actions .text-link { font-size: .9375rem; }
  .hero-facts { bottom: 1.65rem; gap: .8rem; justify-content: space-between; padding-top: 1.2rem; }
  .hero-facts > div { display: block; flex: 1; }
  .hero-facts dt { margin-bottom: .3rem; }
  .hero-facts dd { font-size: .8125rem; line-height: 1.4; max-width: 8rem; }
  .statement { padding-block: 2.5rem; }
  .statement p { font-size: 1.45rem; line-height: 1.5; }
  .section { padding-block: 3.75rem; }
  .eyebrow { margin-bottom: 1.2rem; }
  .section-heading { margin-bottom: 2rem; }
  h2 { font-size: 2rem; }
  .feature-link { grid-template-columns: 1fr 3rem; gap: 1rem; padding-block: 1.9rem; }
  .service-number { grid-column: 1 / -1; max-width: none; }
  .service-number .service-category { display: inline; }
  .feature-link h3 { grid-column: 1; font-size: 1.85rem; }
  .feature-link > p { grid-column: 1 / -1; font-size: 1rem; }
  .card-action { grid-column: 2; grid-row: 2; }
  .card-action b { width: 2.8rem; height: 2.8rem; }
  .home-band { grid-template-columns: 1fr; padding-block: 1rem; }
  .home-band > div, .home-band > div:first-child { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 1.5rem; padding: 1.6rem 0; border-left: 0; border-bottom: 1px solid #bfcec8; }
  .home-band > div:last-child { border-bottom: 0; }
  .home-band strong { font-size: 3rem; white-space: nowrap; }
  .home-band > div:last-child strong { font-size: clamp(1.7rem, 6.8vw, 2.4rem); }
  .home-band span { font-size: .875rem; }
  .closing { padding-block: 3.75rem; gap: 2rem; }
  .closing h2 { font-size: 2.1rem; }
  .closing-actions { flex-direction: column; align-items: flex-start; gap: .9rem; }
  .closing-actions .button { min-width: 15rem; }
  footer { gap: 1.8rem 1rem; padding-block: 2.2rem; }
  footer img { width: 7.5rem; }
  .footer-copy { grid-column: 1 / -1; }
  .page-hero { padding-top: 8.3rem; padding-bottom: 3rem; gap: 1.5rem; }
  .page-hero h1 { font-size: clamp(2.15rem, 8.6vw, 2.65rem); line-height: 1.15; overflow-wrap: break-word; }
  .page-lead { font-size: 1rem; line-height: 1.8; }
  .processing-grid { grid-template-columns: 1fr; }
  .processing-grid article, .processing-grid article + article { grid-template-columns: 3rem 1fr; padding: 1.8rem 0; gap: 1rem; border-left: 0; border-bottom: 1px solid var(--line); }
  .processing-grid article:last-child { padding-bottom: 0; border: 0; }
  .catalog-number { font-size: 2.75rem; }
  .processing-grid h3 { font-size: 1.8rem; }
  .species-grid { grid-template-columns: 1fr; }
  .species-card { gap: 1.2rem; padding-block: 1.3rem; }
  .species-name { font-size: 1.3rem; }
  .species-name span { font-size: .875rem; }
  .available-range { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
  .supply-heading { flex-direction: column; gap: 1.8rem; }
  .experience-mark { max-width: 20rem; flex-direction: row; align-items: center; }
  .supply-grid { grid-template-columns: 1fr; }
  .supply-card, .supply-card:first-child, .supply-card:nth-child(2), .supply-card:last-child { padding: 1.8rem 0; border-left: 0; border-bottom: 1px solid #ffffff30; }
  .supply-card:last-child { border-bottom: 0; }
  .supply-label { margin-bottom: 1.1rem; }
  .supply-card h3 { font-size: 1.85rem; }
  .supply-card p:last-child { margin-top: 1rem; }
  .organic-callout, .supply-details { grid-template-columns: 1fr; gap: 1.5rem; }
  .supply-details { gap: 2rem; }
  .consulting-intro h2 { font-size: 2rem; }
  .consulting-paths article { padding: 1.8rem 0; }
  .path-icon { top: 1.6rem; width: 2rem; height: 2rem; }
  .path-label { min-height: 2rem; display: flex; align-items: center; padding-left: 3rem; }
  .consulting-paths h3 { font-size: 1.65rem; }
  .steps { grid-template-columns: 1fr; gap: 1.8rem; }
  .steps li > span { margin-bottom: 1rem; }
  .steps h3 { margin-bottom: .8rem; }
  .company-story { grid-template-columns: 1fr; gap: 1.8rem; }
  .story-copy p { font-size: 1rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .contact-line > strong { font-size: clamp(1.65rem, 7vw, 2.4rem); }
  .contact-context { padding-top: 0; }
  .contact-kicker { margin-bottom: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
  .site-header { position: static; background: var(--deep); }
  .hero, .page-hero { padding-top: 2rem; min-height: 0; }
  .hero { padding-bottom: 6rem; }
  .hero-copy { width: 100%; }
  .desktop-nav, .mobile-menu, .skip-link { display: none; }
  .section { padding-block: 2rem; }
  .consulting-intro { position: static; }
  article { break-inside: avoid; }
}
