:root {
  --ink: #183f2d;
  --ink-soft: #315845;
  --paper: #f6f3e9;
  --paper-deep: #eae7d9;
  --lime: #d2e96e;
  --coral: #e2795a;
  --white: #fffdf7;
  --muted: #72796c;
  --line: rgba(24, 63, 45, .18);
  --sans: 'DM Sans', sans-serif;
  --serif: 'Fraunces', Georgia, serif;
  --wrap: 1200px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.wrap { width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: 112px; }

.site-header { position: relative; z-index: 10; background: var(--paper); }
.header-topline { min-height: 34px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; }
.header-main { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand-mark { width: 38px; height: 38px; }
.brand-name { display: grid; gap: 4px; font-size: 17px; font-weight: 700; letter-spacing: 1px; }
.brand-name small { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: 1.5px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); }
.main-nav a { position: relative; padding-block: 8px; text-decoration: none; font-size: 13px; font-weight: 600; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--coral); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:not(.nav-cta):hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: 11px 17px !important; border: 1px solid var(--ink); border-radius: 2px; transition: color .2s, background .2s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

.hero { position: relative; min-height: min(740px, calc(100svh - 118px)); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 54%; animation: image-arrive 1.2s ease both; }
.hero-shade { background: linear-gradient(90deg, rgba(12, 36, 25, .79) 0%, rgba(12, 36, 25, .52) 43%, rgba(12, 36, 25, .04) 100%); }
.hero-content { position: relative; z-index: 1; padding-block: 88px 100px; animation: rise-in .65s .08s both; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: rgba(255, 253, 247, .76); }
.eyebrow-rule { width: 32px; height: 1px; background: currentColor; opacity: .65; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: 0; line-height: 1.03; }
h1 em, h2 em { color: var(--coral); font-weight: 500; }
.hero h1 { max-width: 730px; margin-bottom: 24px; font-size: clamp(58px, 8.2vw, 108px); }
.hero h1 em { color: var(--lime); }
.hero-copy { max-width: 450px; margin-bottom: 34px; color: rgba(255, 253, 247, .88); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 21px; padding: 0 20px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #e1f491; }
.button-ghost { border-color: rgba(255, 253, 247, .72); color: var(--white); background: rgba(255, 255, 255, .04); }
.button-ghost:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--ink-soft); }
.image-note { position: absolute; z-index: 2; right: 24px; bottom: 18px; color: rgba(255, 253, 247, .8); font-size: 10px; }
.hero-index { position: absolute; right: max(32px, calc((100vw - var(--wrap)) / 2)); bottom: 35px; display: flex; align-items: center; gap: 12px; color: rgba(255, 253, 247, .86); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.index-line { width: 52px; height: 1px; background: var(--lime); }

.intro-section { background: var(--paper); }
.intro-grid, .story-grid { display: grid; grid-template-columns: .75fr 2fr; gap: 7vw; }
.intro-grid .eyebrow, .story-grid > .eyebrow { padding-top: 10px; }
.intro-grid h2, .story-grid h2, .trust-grid h2 { margin-bottom: 30px; font-size: clamp(42px, 5.5vw, 72px); }
.intro-lower { display: grid; grid-template-columns: minmax(220px, 1fr) auto; align-items: end; gap: 40px; max-width: 790px; }
.intro-lower p, .story-grid > div > p:not(.story-lead) { max-width: 550px; margin-bottom: 0; color: #586858; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 12px; font-weight: 700; white-space: nowrap; }
.text-link span { color: var(--coral); font-size: 17px; }

.category-section { background: #e9e7d8; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5.5vw, 68px); }
.section-heading > p { max-width: 340px; margin: 0 0 5px; color: #667062; font-size: 14px; }
.category-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 12px; }
.category-tile { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 22px; color: var(--white); background-position: center; background-size: cover; text-decoration: none; isolation: isolate; }
.category-tile::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(15, 42, 29, .1), rgba(15, 42, 29, .72)); content: ''; transition: background .25s, transform .45s; }
.category-tile::after { position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; content: ''; transition: transform .5s ease; }
.category-tile:hover::after { transform: scale(1.04); }
.category-farm::after { background-image: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=900&q=80'); }
.category-poultry::after { background-image: url('https://images.unsplash.com/photo-1548550023-2bdb3c5beed7?auto=format&fit=crop&w=900&q=80'); }
.category-water::after { background-image: url('https://images.unsplash.com/photo-1510130387422-82bed34b37e9?auto=format&fit=crop&w=900&q=80'); }
.category-food::after { background-image: url('https://images.unsplash.com/photo-1473093295043-cdd812d0e601?auto=format&fit=crop&w=900&q=80'); }
.category-birds::after { background-image: url('https://images.unsplash.com/photo-1444464666168-49d633b86797?auto=format&fit=crop&w=900&q=80'); }
.category-dairy::after { background-image: url('https://images.unsplash.com/photo-1563636619-e9143da7973b?auto=format&fit=crop&w=900&q=80'); }
.category-meat::after { background-image: url('https://images.unsplash.com/photo-1607623814075-e51df1bdc82f?auto=format&fit=crop&w=900&q=80'); }
.tile-number { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; }
.tile-name { font-family: var(--serif); font-size: 34px; line-height: 1.1; }
.tile-arrow { position: absolute; right: 21px; bottom: 22px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; font-size: 15px; transition: color .2s, background .2s; }
.category-tile:hover .tile-arrow { color: var(--ink); background: var(--lime); }
.image-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: 10px; }

.featured-section { background: var(--paper); }
.section-heading-inline { align-items: end; }
.section-heading-inline h2 { font-size: clamp(40px, 5vw, 58px); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; }
.product-image-link { position: relative; display: block; overflow: hidden; aspect-ratio: 1.18; background: var(--paper-deep); }
.product-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image-link img { transform: scale(1.035); }
.product-status { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; }
.product-status[data-state="coming soon"] { color: #653c2d; background: #f0c2a7; }
.product-status[data-state="seasonal"] { color: #253d37; background: #dae0b7; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 17px 0 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.product-card h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.product-description { min-height: 47px; margin-bottom: 15px; color: #697266; font-size: 12px; line-height: 1.6; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-card-actions .text-link { font-size: 11px; }
.product-card-actions .text-link span { font-size: 14px; }
.product-price { color: var(--ink); font-size: 11px; font-weight: 700; }

.manifesto-section { min-height: 510px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.manifesto-image-wrap { position: relative; min-height: 510px; }
.manifesto-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.36), transparent 42%); content: ''; }
.manifesto-copy { align-self: center; max-width: 590px; padding: 70px clamp(40px, 8vw, 130px); }
.manifesto-copy h2, .contact-band h2, .farm-cta h2 { margin-bottom: 22px; font-size: clamp(44px, 5.6vw, 72px); }
.manifesto-copy h2 em, .contact-band h2 em, .farm-cta h2 em { color: var(--lime); }
.manifesto-copy > p:not(.eyebrow) { max-width: 380px; margin-bottom: 28px; color: rgba(255,253,247,.75); font-size: 14px; }

.trust-section { background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.trust-points article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding-block: 20px; border-top: 1px solid var(--line); }
.trust-points article:last-child { border-bottom: 1px solid var(--line); }
.trust-points article > span { color: var(--coral); font-size: 11px; font-weight: 700; }
.trust-points h3 { margin: 0 0 6px; font-size: 16px; }
.trust-points p { max-width: 400px; margin: 0; color: #687266; font-size: 13px; }
.contact-band { padding-block: 74px; color: var(--white); background: var(--coral); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-band .eyebrow { margin-bottom: 18px; }
.contact-band h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); }
.contact-band h2 em { color: var(--ink); }

.site-footer { padding-block: 60px 22px; color: var(--paper); background: #133625; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; padding-bottom: 54px; }
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand .brand-name small { color: rgba(255, 253, 247, .57); }
.footer-brand > p { max-width: 280px; color: rgba(255, 253, 247, .67); font-size: 12px; }
.footer-heading { margin: 5px 0 17px; color: rgba(255, 253, 247, .56); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-contact a { width: fit-content; color: var(--paper); text-decoration: none; font-size: 12px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--lime); }
.footer-contact p { margin-bottom: 9px; color: rgba(255, 253, 247, .78); font-size: 12px; }
.footer-socials { display: flex; gap: 15px; margin-top: 17px; }
.footer-socials a { color: var(--lime); font-size: 11px; text-decoration: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.19); color: rgba(255,253,247,.54); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; text-decoration: none; }

.page-hero { position: relative; min-height: 490px; display: flex; align-items: center; overflow: hidden; }
.page-hero-green { color: var(--white); background: var(--ink); }
.page-hero-green::after { position: absolute; right: 8%; bottom: -180px; width: 460px; height: 460px; border: 1px solid rgba(210,233,110,.24); border-radius: 50%; box-shadow: 0 0 0 46px rgba(210,233,110,.04), 0 0 0 92px rgba(210,233,110,.035); content: ''; }
.page-hero-content { position: relative; z-index: 1; padding-block: 90px; }
.page-hero h1, .products-title-row h1, .contact-page-heading h1 { margin: 0 0 22px; font-size: clamp(54px, 7vw, 90px); }
.page-hero-green h1 em, .contact-page-heading h1 em { color: var(--lime); }
.page-hero-content > p:last-child { max-width: 510px; margin: 0; color: rgba(255,253,247,.77); font-size: 16px; }
.page-hero-stamp { position: absolute; right: max(32px, calc((100vw - var(--wrap)) / 2)); bottom: 34px; color: rgba(255,253,247,.61); font-size: 9px; line-height: 1.7; letter-spacing: 1.5px; text-align: right; }
.page-hero-stamp span { color: var(--lime); }
.story-section { background: var(--paper); }
.story-grid { grid-template-columns: .75fr 2fr; }
.story-lead { max-width: 620px; margin-bottom: 18px; color: var(--ink-soft); font-family: var(--serif); font-size: 24px; line-height: 1.4; }
.model-section, .farm-focus-section { background: #e9e7d8; }
.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-grid article { min-height: 250px; padding: 23px 22px 22px 0; }
.model-grid article + article { padding-left: 22px; border-left: 1px solid var(--line); }
.model-grid article > span, .focus-card > span { color: var(--coral); font-size: 10px; font-weight: 700; }
.model-grid h3, .focus-card h3 { margin: 28px 0 9px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.model-grid p, .focus-card p { min-height: 63px; margin-bottom: 20px; color: #657064; font-size: 12px; }
.model-flow { color: var(--ink-soft); font-size: 8px; font-weight: 700; letter-spacing: .7px; }
.model-flow b { padding-inline: 3px; color: var(--coral); }
.belief-section { padding-block: 84px; color: var(--white); background: var(--ink); }
.belief-inner { text-align: center; }
.belief-inner .eyebrow { justify-content: center; }
.belief-line { margin: 30px 0 20px; color: var(--lime); font-family: var(--serif); font-size: clamp(25px, 4vw, 48px); line-height: 1.25; }
.belief-line span { color: var(--coral); font-family: var(--sans); font-size: .7em; }
.belief-inner > p:last-child { margin: 0; color: rgba(255,253,247,.68); font-size: 12px; }
.ownership-section { background: var(--coral); }
.ownership-inner { max-width: 740px; text-align: center; }
.ownership-inner .eyebrow { justify-content: center; color: rgba(24,63,45,.75); }
.ownership-inner > p:not(.eyebrow) { margin-bottom: 24px; color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 3vw, 35px); line-height: 1.3; }
.ownership-inner .text-link { border-color: var(--ink); }

.farm-hero { min-height: 570px; color: var(--white); background: var(--ink); }
.farm-hero > img, .farm-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.farm-hero > img { object-fit: cover; }
.farm-hero-shade { background: linear-gradient(90deg, rgba(12,36,25,.78), rgba(12,36,25,.2)); }
.farm-hero h1 em { color: var(--lime); }
.farm-focus-section .section-heading { margin-bottom: 40px; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.focus-card { min-height: 230px; padding: 24px; background: var(--paper); }
.focus-card h3 { margin-top: 34px; }
.focus-card p { min-height: 0; margin: 0; }
.farm-cta { padding-block: 74px; color: var(--white); background: var(--coral); }
.farm-cta-inner { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 30px; }
.farm-cta .eyebrow { margin: 0; }
.farm-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); }
.farm-cta h2 em { color: var(--ink); }

.page-hero-cream { min-height: 470px; background: #e9e7d8; }
.page-hero-cream h1 em { color: var(--coral); }
.page-hero-cream .page-hero-content > p:last-child { color: #647063; }
.page-hero-mark { position: absolute; right: max(40px, calc((100vw - var(--wrap)) / 2)); bottom: 40px; color: var(--ink); font-family: var(--serif); font-size: 52px; }
.steps-section { background: var(--paper); }
.steps-heading { display: grid; grid-template-columns: .75fr 2fr; gap: 7vw; align-items: start; margin-bottom: 42px; }
.steps-heading h2 { margin: 0; font-size: clamp(42px, 5.5vw, 68px); }
.steps-list { border-top: 1px solid var(--line); }
.step-item { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 24px; min-height: 130px; border-bottom: 1px solid var(--line); }
.step-index { color: var(--coral); font-family: var(--serif); font-size: 37px; }
.step-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.step-item p { max-width: 530px; margin: 0; color: #687266; font-size: 13px; }
.step-tag { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 1.1px; }
.process-note { margin: 17px 0 0; color: var(--muted); font-size: 10px; }

.products-heading { padding-bottom: 48px; background: #e9e7d8; }
.products-title-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.products-title-row h1 { margin-bottom: 0; font-size: clamp(52px, 7vw, 86px); }
.products-title-row h1 em { color: var(--coral); }
.products-title-row > p { max-width: 350px; margin: 0 0 7px; color: #626e61; font-size: 14px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 46px; }
.filter-button { min-height: 37px; padding: 0 15px; border: 1px solid rgba(24,63,45,.32); border-radius: 99px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 600; cursor: pointer; transition: color .2s, background .2s; }
.filter-button:hover, .filter-button[aria-pressed="true"] { color: var(--paper); background: var(--ink); }
.products-list-section { padding-block: 46px 100px; background: var(--paper); }
.product-grid-full { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 50px; }
.products-band { background: var(--ink-soft); }
.product-detail-section { min-height: 66vh; }
.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 8vw; }
.product-detail-image { position: sticky; top: 25px; aspect-ratio: .93; overflow: hidden; background: var(--paper-deep); }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy { padding-block: 22px; }
.product-detail-copy .eyebrow { margin-bottom: 16px; }
.product-detail-copy h1 { margin: 0 0 18px; font-size: clamp(44px, 5vw, 65px); }
.product-detail-copy > p { color: #637064; font-size: 14px; }
.product-detail-facts { display: grid; grid-template-columns: 1fr 1fr; margin-block: 30px; border-top: 1px solid var(--line); }
.product-detail-facts div { padding: 15px 10px 15px 0; border-bottom: 1px solid var(--line); }
.product-detail-facts dt { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.product-detail-facts dd { margin: 0; font-size: 13px; font-weight: 600; }
.product-detail-copy .button { margin-bottom: 16px; }
.product-source-note { color: var(--muted) !important; font-size: 10px !important; }
.not-found { padding-block: 100px; text-align: center; }
.not-found h1 { font-size: 55px; }

.contact-page-heading { padding-block: 85px 95px; color: var(--white); background: var(--ink); }
.contact-page-heading h1 { margin-bottom: 18px; }
.contact-page-heading > .wrap > p:last-child { max-width: 450px; margin: 0; color: rgba(255,253,247,.73); font-size: 15px; }
.contact-content { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.contact-details h2 { margin-bottom: 22px; font-size: clamp(38px, 4.5vw, 58px); }
.contact-details > p:not(.eyebrow, .contact-parent) { max-width: 400px; color: #687266; font-size: 13px; }
.contact-details dl { margin-block: 28px; border-top: 1px solid var(--line); }
.contact-details dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding-block: 13px; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.contact-details dd { margin: 0; font-size: 12px; }
.contact-details dd a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.social-links { display: flex; gap: 16px; }
.social-links a { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration-color: var(--coral); text-underline-offset: 4px; }
.contact-parent { margin-top: 40px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.enquiry-form { padding: 32px; background: #e9e7d8; }
.enquiry-form > .eyebrow { margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-grid label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.form-grid input, .form-grid textarea { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid rgba(24,63,45,.24); border-radius: 0; color: var(--ink); background: var(--paper); font-size: 13px; font-weight: 400; }
.form-grid input { min-height: 45px; }
.form-grid textarea { resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #8a9084; }
.form-wide { grid-column: 1 / -1; }
.enquiry-form .button { margin-top: 20px; }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.form-status { color: var(--ink); font-weight: 600; }
.loading-copy { color: var(--muted); }

@keyframes rise-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes image-arrive { from { transform: scale(1.035); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .wrap, .header-main { width: min(100% - 44px, var(--wrap)); }
  .section-pad { padding-block: 84px; }
  .header-main { min-height: 74px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 11px; }
  .nav-cta { padding-inline: 12px !important; }
  .hero { min-height: 630px; }
  .hero-index { display: none; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-tile { min-height: 285px; }
  .intro-grid, .story-grid, .steps-heading { grid-template-columns: .55fr 1.7fr; gap: 5vw; }
  .model-grid { grid-template-columns: 1fr 1fr; }
  .model-grid article { min-height: 220px; padding: 20px !important; }
  .model-grid article:nth-child(odd) { padding-left: 0 !important; border-left: 0; }
  .model-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .farm-cta-inner { grid-template-columns: .7fr 1.4fr; }
  .farm-cta-inner .button { grid-column: 2; justify-self: start; }
  .product-grid, .product-grid-full { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail { gap: 5vw; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
  .contact-layout { gap: 5vw; }
}

@media (max-width: 680px) {
  .wrap, .header-main { width: calc(100% - 40px); }
  .section-pad { padding-block: 70px; }
  .header-topline { min-height: 29px; font-size: 8px; letter-spacing: 1px; }
  .header-main { min-height: 70px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 15px; }
  .brand-name small { font-size: 8px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 8px 20px 19px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 20px rgba(24,63,45,.08); }
  .main-nav[data-open="true"] { display: flex; flex-direction: column; }
  .main-nav a { padding: 13px 3px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { align-self: flex-start; margin-top: 12px; padding: 11px 15px !important; border: 1px solid var(--ink); }
  .hero { min-height: 670px; min-height: min(720px, calc(100svh - 99px)); align-items: end; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,36,25,.69), rgba(12,36,25,.2)), linear-gradient(0deg, rgba(12,36,25,.5), transparent 70%); }
  .hero-content { padding-block: 90px 95px; }
  .hero h1 { font-size: clamp(54px, 13vw, 76px); }
  .hero-copy { max-width: 390px; font-size: 15px; }
  .button { min-height: 48px; padding-inline: 16px; }
  .hero-actions { gap: 9px; }
  .image-note { right: 15px; bottom: 10px; font-size: 8px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .intro-grid, .story-grid { display: block; }
  .intro-grid .eyebrow, .story-grid > .eyebrow { margin-bottom: 32px; }
  .intro-grid h2, .story-grid h2, .trust-grid h2 { font-size: clamp(42px, 11vw, 59px); }
  .intro-lower { display: block; }
  .intro-lower p { margin-bottom: 24px; font-size: 14px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 48px; }
  .section-heading > p { margin-top: 18px; font-size: 13px; }
  .category-grid { gap: 8px; }
  .category-tile { min-height: 225px; padding: 15px; }
  .tile-name { font-size: 27px; }
  .tile-number { font-size: 8px; }
  .tile-arrow { right: 14px; bottom: 14px; width: 30px; height: 30px; }
  .section-heading-inline { display: flex; align-items: end; gap: 10px; }
  .section-heading-inline h2 { font-size: 39px; }
  .section-heading-inline > .text-link { gap: 7px; font-size: 10px; }
  .product-grid, .product-grid-full { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .product-image-link { aspect-ratio: .92; }
  .product-status { top: 8px; left: 8px; padding: 6px 7px; font-size: 8px; }
  .product-meta { margin-top: 12px; font-size: 8px; }
  .product-card h3 { font-size: 19px; }
  .product-description { min-height: 62px; font-size: 11px; }
  .product-card-actions { display: block; }
  .product-card-actions .text-link { font-size: 10px; }
  .product-price { display: block; margin-bottom: 5px; }
  .manifesto-section { grid-template-columns: 1fr; }
  .manifesto-image-wrap { min-height: 310px; }
  .manifesto-copy { padding: 56px 25px 64px; }
  .manifesto-copy h2, .contact-band h2, .farm-cta h2 { font-size: 48px; }
  .trust-grid { display: block; }
  .trust-grid > div:first-child { margin-bottom: 34px; }
  .trust-points article { grid-template-columns: 36px 1fr; gap: 12px; }
  .contact-band { padding-block: 54px; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .contact-band h2 { font-size: 45px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-bottom: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 430px; }
  .page-hero-content { padding-block: 74px; }
  .page-hero h1, .products-title-row h1, .contact-page-heading h1 { font-size: clamp(51px, 12vw, 72px); }
  .page-hero-content > p:last-child { max-width: 410px; font-size: 14px; }
  .page-hero-stamp { right: 20px; bottom: 18px; font-size: 8px; }
  .story-lead { font-size: 22px; }
  .story-grid > div > p:not(.story-lead) { font-size: 13px; }
  .model-grid article { min-height: 220px; padding: 16px 11px !important; }
  .model-grid h3 { margin-top: 24px; font-size: 19px; }
  .model-grid p { font-size: 11px; }
  .model-flow { font-size: 7px; }
  .belief-section { padding-block: 64px; }
  .belief-line { font-size: 28px; }
  .farm-hero { min-height: 540px; }
  .farm-hero .page-hero-content { padding-block: 75px; }
  .focus-grid { gap: 8px; }
  .focus-card { min-height: 215px; padding: 17px; }
  .focus-card h3 { margin-top: 31px; font-size: 20px; }
  .focus-card p { font-size: 11px; }
  .farm-cta-inner { display: block; }
  .farm-cta h2 { margin-bottom: 24px; }
  .farm-cta .eyebrow { margin-bottom: 17px; }
  .farm-cta .button { margin-top: 25px; }
  .page-hero-mark { right: 20px; bottom: 18px; font-size: 38px; }
  .steps-heading { display: block; margin-bottom: 28px; }
  .steps-heading .eyebrow { margin-bottom: 28px; }
  .steps-heading h2 { font-size: 48px; }
  .step-item { grid-template-columns: 50px 1fr; gap: 10px; min-height: 130px; padding-block: 18px; }
  .step-index { font-size: 30px; }
  .step-item h3 { font-size: 22px; }
  .step-item p { font-size: 11px; }
  .step-tag { grid-column: 2; margin-top: -7px; font-size: 8px; }
  .products-heading { padding-bottom: 34px; }
  .products-title-row { display: block; }
  .products-title-row h1 { margin-bottom: 18px; }
  .products-title-row > p { font-size: 13px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; margin-top: 27px; padding-bottom: 4px; scrollbar-width: thin; }
  .filter-button { flex: 0 0 auto; }
  .products-list-section { padding-block: 32px 70px; }
  .product-detail { display: block; }
  .product-detail-image { position: relative; top: auto; aspect-ratio: 1.08; margin-bottom: 25px; }
  .product-detail-copy { padding: 0; }
  .product-detail-copy h1 { font-size: 48px; }
  .product-detail-copy > p { font-size: 13px; }
  .contact-page-heading { padding-block: 70px; }
  .contact-layout { display: block; }
  .contact-details { margin-bottom: 45px; }
  .contact-details h2 { font-size: 46px; }
  .enquiry-form { padding: 23px 17px; }
  .form-grid { gap: 14px 10px; }
  .form-grid input, .form-grid textarea { padding-inline: 9px; font-size: 12px; }
}
