:root{
  --forest:#063f32;
  --forest-2:#014838;
  --ink:#073f32;
  --lime:#8fcb4b;
  --lime-2:#a9db68;
  --cream:#f4ede5;
  --cream-2:#f8f3ed;
  --paper:#ffffff;
  --text:#082f27;
  --muted:#68756f;
  --orange:#ff7b2f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:"Segoe UI",Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
main{overflow:hidden}
.section{padding:72px 7vw}
.outline-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--forest);border-radius:999px;padding:11px 18px;font-size:12px;background:#fff}
.outline-pill.small{padding:8px 15px;font-size:10px}
.circle-arrows{display:flex;gap:8px}
.circle-arrows button{width:42px;height:42px;border:1px solid var(--forest);border-radius:50%;background:#fff;color:var(--forest);font-size:19px}

/* HERO */
.hero{
  position:relative;
  min-height:760px;
  margin:12px;
  border-radius:34px;
  overflow:hidden;
  color:#fff;
  background:#395c34;
}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,52,32,.62),rgba(12,52,32,.14) 58%,rgba(7,42,28,.28)),linear-gradient(180deg,rgba(0,0,0,.10),rgba(3,34,23,.22))}
.nav{
  position:absolute;z-index:10;left:36px;right:36px;top:24px;height:54px;
  padding:5px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  display:flex;align-items:center;gap:26px;
  box-shadow:0 4px 20px rgba(0,0,0,.06)
}
.brand{height:42px;min-width:145px;display:flex;align-items:center;padding:0 14px;border-radius:999px;background:#fff}
.brand img{width:130px;height:auto}
.nav-links{display:flex;align-items:center;gap:27px;flex:1;justify-content:center}
.nav-links a{font-size:12px;font-weight:600;color:#173b31;white-space:nowrap}
.nav-actions{display:flex;align-items:center;gap:8px}
.search{height:42px;min-width:180px;padding:0 16px;border-radius:999px;background:#f2ece7;color:#163d32;font-size:12px;display:flex;align-items:center;gap:7px}
.contact-pill{height:42px;padding:0 20px;display:flex;align-items:center;border-radius:999px;background:#fff;color:#163d32;font-size:12px;font-weight:600;border:1px solid #e7e7e7}

.hero-title{position:absolute;z-index:4;left:68px;top:142px}
.hero-title h1{margin:0 0 30px;font-size:clamp(56px,6.4vw,96px);line-height:.95;letter-spacing:-.055em;font-weight:450}
.round-link{display:inline-flex;align-items:center;gap:18px;height:46px;padding:0 11px 0 19px;border:1px solid rgba(255,255,255,.78);border-radius:999px;font-size:12px}
.round-link span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--forest)}

.since-card{
  position:absolute;z-index:4;right:68px;top:155px;width:230px;height:230px;padding:31px 26px;border-radius:28px;
  background:var(--lime);color:#fff
}
.since-card strong{display:block;font-size:58px;line-height:1;font-weight:400;letter-spacing:-.06em}
.since-card>span{display:block;margin-top:5px;font-size:12px}
.people-dots{display:flex;margin-top:27px}
.people-dots img{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-right:-7px}
.since-icon{position:absolute;right:16px;bottom:15px;width:37px;height:37px;object-fit:contain;filter:brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(1350%) hue-rotate(110deg)}

.hero-bottom{position:absolute;z-index:4;left:68px;right:68px;bottom:38px;display:grid;grid-template-columns:1.05fr 1fr;gap:16px}
.hero-product{height:196px;background:var(--cream-2);color:var(--text);border-radius:26px;display:flex;overflow:hidden;position:relative}
.hero-product-image{width:48%;padding:9px}
.hero-product-image img{width:100%;height:100%;object-fit:contain;background:#ede6dc;border-radius:22px}
.hero-product-copy{flex:1;padding:30px 22px 20px}
.hero-product-copy h2{font-size:26px;line-height:1;margin:0 0 9px;letter-spacing:-.03em}
.hero-product-copy p{font-size:11px;line-height:1.55;margin:0 0 23px;color:#485850;max-width:210px}
.hero-product-copy>a:not(.dark-button){display:inline-flex;border:1px solid var(--forest);padding:9px 13px;border-radius:999px;font-size:9px;text-transform:uppercase}
.livestock{padding-right:170px}
.livestock>img{position:absolute;right:10px;top:10px;bottom:10px;width:170px;height:calc(100% - 20px);object-fit:cover;border-radius:20px}
.dark-button{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:8px 9px 8px 16px;background:var(--forest);color:#fff;font-size:10px}
.dark-button span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--lime);color:var(--forest)}
.hero-float-arrow{
  position:absolute;z-index:7;left:calc(50% - 26px);top:-20px;width:52px;height:52px;border-radius:50%;
  background:var(--lime);color:var(--forest);display:grid;place-items:center;font-size:26px;border:7px solid rgba(255,255,255,.9)
}

/* PRODUCTION */
.production{padding-top:92px}
.production-head{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:46px}
.production-head h2{margin:0;max-width:780px;font-size:clamp(44px,5.2vw,76px);line-height:1.02;letter-spacing:-.055em;font-weight:540}
.production-head h2 i{font-style:normal;color:var(--forest)}
.mini-badge{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#f1ede7;color:var(--forest);font-size:26px;vertical-align:12px}
.production-grid{display:grid;grid-template-columns:.95fr 1fr 1fr 1fr;gap:12px;align-items:end}
.production-copy{padding-right:34px}
.production-copy p{font-size:13px;line-height:1.6;color:#4e5f58;margin:0 0 35px}
.photo-card{margin:0;position:relative}
.photo-card img{width:100%;height:300px;object-fit:cover;border-radius:22px}
.photo-card strong{display:block;font-size:17px;margin-top:12px;font-weight:500}

/* RESPONSIBILITY */
.responsibility{padding-top:80px}
.center-title{text-align:center;margin:0 auto 56px;font-size:clamp(48px,5.6vw,82px);line-height:.95;letter-spacing:-.055em;font-weight:520}
.center-title span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f1ede7;color:var(--lime);font-size:28px;vertical-align:12px}
.center-title i{font-style:normal;background:var(--lime);border-radius:999px;padding:0 22px;color:var(--forest)}
.responsibility-grid{display:grid;grid-template-columns:.9fr 1.4fr;gap:70px;align-items:center}
.feature-list{border-left:2px solid var(--forest);padding-left:32px}
.feature-list article{padding:15px 0}
.feature-list strong{font-size:20px;font-weight:500}
.feature-list p{font-size:12px;color:#617069;line-height:1.55;max-width:420px}
.cut-photo{height:340px;background:var(--cream);border-radius:24px 24px 24px 0;overflow:hidden;clip-path:polygon(7% 0,92% 0,92% 7%,100% 7%,100% 100%,0 100%,0 12%,7% 12%)}
.cut-photo img{width:100%;height:100%;object-fit:cover}

/* RELIABILITY */
.reliability{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center;padding-top:90px}
.reliability-photo img{width:100%;height:470px;object-fit:cover;border-radius:28px}
.reliability-copy h2{font-size:clamp(42px,4.4vw,64px);line-height:1;letter-spacing:-.05em;margin:18px 0}
.reliability-copy>p{max-width:600px;font-size:13px;line-height:1.7;color:#596a62}
.reliability-features{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:40px}
.reliability-features article b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--lime);font-size:17px;margin-bottom:12px}
.reliability-features strong{font-size:18px;font-weight:520}
.reliability-features p{font-size:11px;line-height:1.55;color:#596a62}

/* WHY */
.why{padding-top:100px}
.why>h2{text-align:center;font-size:clamp(58px,7vw,96px);line-height:.9;margin:0 0 -23px;letter-spacing:-.06em;font-weight:500}
.why-panel{background:var(--cream);border-radius:32px;padding:70px 24px 24px}
.accordion{background:#fff;border-radius:14px;overflow:hidden;margin:0 22px 24px}
.acc-item{border-bottom:1px solid #e8e7e2}
.acc-item:last-child{border-bottom:0}
.acc-item>button{width:100%;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:17px 20px;font-size:16px;color:var(--text)}
.acc-item>button em{font-style:normal}
.acc-content{display:none;padding:0 20px 18px;grid-template-columns:1fr 170px;gap:30px;align-items:center}
.acc-item.open .acc-content{display:grid}
.acc-content p{font-size:11px;line-height:1.5;max-width:500px}
.acc-content img{width:170px;height:85px;object-fit:cover;border-radius:10px}
.why-image{height:520px;border-radius:28px;overflow:hidden;position:relative}
.why-image>img{width:100%;height:100%;object-fit:cover}
.why-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,43,29,.26),transparent 65%)}
.why-caption{position:absolute;z-index:3;left:14px;bottom:14px;width:265px;background:#fff;border-radius:24px 24px 24px 0;padding:20px}
.why-caption h3{font-size:22px;line-height:1.15;margin:0 0 17px;font-weight:500}
.why-caption a{display:inline-flex;border:1px solid var(--forest);border-radius:999px;padding:8px 14px;font-size:9px;text-transform:uppercase}
.play{position:absolute;z-index:4;left:250px;bottom:115px;width:46px;height:46px;border:0;border-radius:50%;background:var(--lime);color:var(--forest)}

/* PRODUCTS */
.products{padding-top:92px}
.section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.section-row h2,.news>h2{font-size:clamp(42px,4.5vw,64px);letter-spacing:-.045em;font-weight:500;margin:0}
.product-track{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{position:relative}
.product-media{height:260px;background:var(--cream);border-radius:20px 20px 20px 0;overflow:hidden;position:relative}
.product-media img{width:100%;height:100%;object-fit:contain;padding:12px}
.product-media.animal img{object-fit:cover;padding:0}
.product-media>span{position:absolute;right:10px;top:10px;border-radius:999px;background:var(--orange);color:#fff;font-size:9px;padding:4px 8px}
.product-card h3{font-size:19px;margin:15px 0 4px;font-weight:520}
.product-card p{font-size:11px;color:#66746d;margin:0}
.product-card>a{position:absolute;right:8px;top:225px;width:43px;height:43px;border-radius:50%;background:var(--cream);display:grid;place-items:center;font-size:18px}
.product-card:nth-child(1)>a{background:var(--lime)}

/* NEWS */
.news{padding-top:82px}
.news>h2{margin-bottom:35px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-photo{height:300px;border-radius:22px;overflow:hidden;position:relative}
.news-photo img{width:100%;height:100%;object-fit:cover}
.news-photo a{position:absolute;right:0;top:0;width:52px;height:52px;border-radius:0 0 0 22px;background:#fff;display:grid;place-items:center;font-size:18px}
.news article h3{font-size:17px;line-height:1.35;margin:14px 0 15px;font-weight:500}
.news article>span{display:inline-flex;border:1px solid var(--forest);border-radius:999px;padding:7px 12px;font-size:8px;text-transform:uppercase}

/* CTA */
.cta-wrap{padding-top:95px;padding-bottom:0}
.cta{height:390px;border-radius:28px 28px 0 0;overflow:hidden;position:relative;clip-path:polygon(0 0,91% 0,91% 9%,100% 9%,100% 100%,0 100%)}
.cta>img{width:100%;height:100%;object-fit:cover}
.cta-overlay{position:absolute;inset:0;background:rgba(4,49,31,.48)}
.cta-content{position:absolute;inset:0;display:grid;place-items:center;align-content:center;color:#fff;text-align:center}
.cta-content h2{font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.05em;margin:0 0 28px;font-weight:480}
.cta-actions{display:flex;gap:10px;justify-content:center}
.email-pill,.green-pill{height:46px;border-radius:999px;display:flex;align-items:center;padding:0 19px;font-size:11px}
.email-pill{background:#fff;color:var(--forest);min-width:300px}
.green-pill{background:var(--lime);color:var(--forest);font-weight:600}

/* FOOTER */
footer{position:relative;background:var(--forest);color:#fff;padding:62px 7vw 0;min-height:500px;overflow:hidden}
.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:50px;position:relative;z-index:3}
.footer-brand img{width:180px;height:auto;filter:brightness(0) invert(1)}
.footer-brand p,.footer-grid>div>p{font-size:11px;line-height:1.7;color:rgba(255,255,255,.75);max-width:240px}
.footer-grid h3{font-size:18px;font-weight:500;margin:0 0 18px}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}
.footer-grid a{font-size:10px;color:rgba(255,255,255,.8)}
.socials{display:flex;gap:8px;margin:24px 0}
.socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center}
.footer-brand small{font-size:9px;color:rgba(255,255,255,.7)}
.footer-word{font-size:clamp(130px,19vw,310px);line-height:.66;letter-spacing:-.08em;color:#fff;margin-top:65px;font-weight:500;white-space:nowrap}
.to-top{position:absolute;right:7vw;bottom:25px;z-index:4;background:var(--lime);color:var(--forest);height:44px;padding:0 16px;border-radius:999px;display:flex;align-items:center;font-size:10px}

@media(max-width:1080px){
  .nav-links{display:none}
  .nav{gap:10px}
  .nav-actions{margin-left:auto}
  .hero{min-height:820px}
  .hero-title{left:45px}
  .since-card{right:45px}
  .hero-bottom{left:45px;right:45px}
  .production-grid{grid-template-columns:1fr 1fr 1fr}
  .production-copy{grid-column:1/-1;display:flex;align-items:end;justify-content:space-between}
  .production-copy p{max-width:480px}
  .responsibility-grid,.reliability{grid-template-columns:1fr}
  .cut-photo{height:420px}
  .reliability-photo img{height:430px}
}
@media(max-width:760px){
  .section{padding:55px 20px}
  .hero{margin:8px;min-height:930px;border-radius:24px}
  .nav{left:10px;right:10px;top:10px;height:48px}
  .brand{min-width:118px;padding:0 8px}
  .brand img{width:110px}
  .search{display:none}
  .contact-pill{height:36px;padding:0 13px;font-size:10px}
  .hero-title{left:24px;right:24px;top:105px}
  .hero-title h1{font-size:49px}
  .since-card{left:24px;right:auto;top:330px;width:180px;height:170px;padding:22px}
  .since-card strong{font-size:44px}
  .since-icon{width:30px;height:30px}
  .hero-bottom{left:16px;right:16px;bottom:20px;grid-template-columns:1fr}
  .hero-product{height:165px}
  .hero-product-copy{padding:22px 16px}
  .hero-product-copy h2{font-size:21px}
  .livestock{padding-right:130px}
  .livestock>img{width:128px}
  .hero-float-arrow{display:none}
  .production-head{align-items:flex-start;flex-direction:column}
  .production-head h2,.center-title{font-size:44px}
  .mini-badge{width:38px;height:38px;font-size:20px}
  .production-grid{grid-template-columns:1fr}
  .production-copy{display:block}
  .photo-card img{height:270px}
  .responsibility-grid{gap:35px}
  .center-title{margin-bottom:40px}
  .feature-list{padding-left:20px}
  .cut-photo{height:300px}
  .reliability{gap:32px}
  .reliability-photo img{height:300px}
  .reliability-features{grid-template-columns:1fr}
  .why>h2{font-size:50px;margin-bottom:-15px}
  .why-panel{padding:48px 10px 10px}
  .accordion{margin:0 4px 10px}
  .acc-content{grid-template-columns:1fr}
  .acc-content img{display:none}
  .why-image{height:360px}
  .why-caption{width:230px}
  .play{left:218px;bottom:100px}
  .product-track{grid-template-columns:1fr 1fr}
  .product-media{height:210px}
  .news-grid{grid-template-columns:1fr}
  .news-photo{height:260px}
  .cta-wrap{padding-left:12px;padding-right:12px}
  .cta{height:360px;clip-path:polygon(0 0,82% 0,82% 7%,100% 7%,100% 100%,0 100%)}
  .cta-content h2{font-size:42px}
  .cta-actions{flex-direction:column;align-items:center}
  .email-pill{min-width:0;width:90%;justify-content:center}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-word{font-size:120px}
}
@media(max-width:480px){
  .hero-title h1{font-size:42px}
  .product-track{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-word{font-size:86px}
}

/* =========================================================
   AGRORIO — SYSTEM REFINEMENT 2026-09
   ========================================================= */
:root{
  --space-1:8px;
  --space-2:12px;
  --space-3:16px;
  --space-4:24px;
  --space-5:32px;
  --space-6:48px;
  --space-7:72px;
  --space-8:96px;
  --radius-sm:12px;
  --radius-md:20px;
  --radius-lg:28px;
  --radius-xl:34px;
  --container:1240px;
  --focus:#b7ef73;
  --ease-out:cubic-bezier(.22,1,.36,1);
  --ease-soft:cubic-bezier(.2,.7,.2,1);
  --motion-fast:180ms;
  --motion-base:420ms;
  --motion-slow:560ms;
}
html{scroll-padding-top:84px}
body{min-width:320px}
button,a{touch-action:manipulation}
button{cursor:pointer}
button:disabled{cursor:default;opacity:.35}
a:focus-visible,button:focus-visible,video:focus-visible{
  outline:3px solid var(--focus);
  outline-offset:3px;
}
.skip-link{
  position:fixed;left:16px;top:12px;z-index:1000;
  transform:translateY(-150%);
  background:#fff;color:var(--forest);
  border-radius:999px;padding:10px 16px;font-size:12px;font-weight:700;
  box-shadow:0 8px 30px rgba(0,0,0,.14)
}
.skip-link:focus{transform:translateY(0)}
.menu-toggle{
  display:none;width:42px;height:42px;border:0;border-radius:50%;
  background:var(--forest);position:relative;flex:0 0 42px
}
.menu-toggle span{
  position:absolute;left:12px;width:18px;height:1.5px;background:#fff;
  transition:transform var(--motion-fast) var(--ease-out),top var(--motion-fast) var(--ease-out)
}
.menu-toggle span:first-child{top:16px}
.menu-toggle span:last-child{top:24px}
.nav.menu-open .menu-toggle span:first-child{top:20px;transform:rotate(45deg)}
.nav.menu-open .menu-toggle span:last-child{top:20px;transform:rotate(-45deg)}
.eyebrow{
  display:inline-flex;align-items:center;gap:7px;
  margin-bottom:12px;color:var(--forest);font-size:10px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase
}
.eyebrow:before{content:"";width:18px;height:2px;border-radius:9px;background:var(--lime)}
.section-actions{display:flex;align-items:center;gap:12px}
.circle-arrows button{transition:background var(--motion-fast) var(--ease-out),color var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out)}
.circle-arrows button:not(:disabled):hover{background:var(--forest);color:#fff;transform:translateY(-2px)}
.outline-pill,.contact-pill,.round-link,.dark-button,.primary-pill,.secondary-pill,.green-pill,.email-pill{
  transition:transform var(--motion-fast) var(--ease-out),box-shadow var(--motion-fast) var(--ease-out),background var(--motion-fast) var(--ease-out),color var(--motion-fast) var(--ease-out)
}
.outline-pill:hover,.contact-pill:hover,.round-link:hover,.dark-button:hover,.primary-pill:hover,.secondary-pill:hover,.green-pill:hover,.email-pill:hover{
  transform:translateY(-2px)
}
.catalog-card,.related-card,.segment-card,.product-card-link .product-media,.photo-card img,.news-photo{
  transition:transform var(--motion-base) var(--ease-out),box-shadow var(--motion-base) var(--ease-out)
}
.catalog-card:hover,.related-card:hover,.segment-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(6,63,50,.10)}
.segment-card:hover img,.news article:hover .news-photo img{transform:scale(1.025)}

/* production slider */
.production-grid{
  grid-template-columns:minmax(220px,.76fr) minmax(0,3.24fr);
  gap:28px;align-items:end
}
.production-copy{padding-right:0}
.production-track{
  min-width:0;display:grid;grid-auto-flow:column;
  grid-auto-columns:calc((100% - 24px)/3);gap:12px;
  overflow-x:auto;overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px
}
.production-track::-webkit-scrollbar,.product-track::-webkit-scrollbar{display:none}
.production-track .photo-card{scroll-snap-align:start}
.production-track .photo-card img{height:300px}

/* product slider */
.products .section-row{gap:32px}
.products .section-row>div:first-child{max-width:720px}
.products .section-row h2{margin-top:0}
.product-track{
  display:grid;grid-auto-flow:column;
  grid-auto-columns:calc((100% - 28px)/3);grid-template-columns:none;
  gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 8px
}
.product-card{scroll-snap-align:start;min-width:0}
.product-card>a.product-card-link{
  position:static;width:auto;height:auto;border-radius:0;background:none;
  display:block;font-size:inherit;color:inherit
}
.product-card-link{position:relative}
.product-card-link .product-media{transition:transform .25s ease}
.product-card-link:hover .product-media{transform:translateY(-3px)}
.product-card .card-arrow{
  position:absolute;right:8px;top:225px;width:43px;height:43px;
  border-radius:50%;background:var(--cream);display:grid;place-items:center;
  font-size:18px;transition:transform .2s ease,background .2s ease
}
.product-card:first-child .card-arrow{background:var(--lime)}
.product-card-link:hover .card-arrow{transform:translate(2px,-2px);background:var(--lime)}
.news-head{align-items:flex-end}
.news-head h2{margin:0}
.news-photo img{transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.news article:hover .news-photo img{transform:scale(1.02)}

/* video modal */
.modal-open{overflow:hidden}
.video-modal[hidden]{display:none}
.video-modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:24px}
.video-modal-backdrop{position:absolute;inset:0;background:rgba(1,30,23,.82);backdrop-filter:blur(6px)}
.video-modal-dialog{
  position:relative;z-index:2;width:min(980px,94vw);border-radius:24px;
  background:#071e18;padding:10px;box-shadow:0 30px 100px rgba(0,0,0,.4)
}
.video-modal-dialog video{width:100%;max-height:80vh;border-radius:18px;background:#000}
.video-modal-close{
  position:absolute;z-index:3;right:18px;top:18px;width:42px;height:42px;
  border:0;border-radius:50%;background:#fff;color:var(--forest);font-size:26px;line-height:1
}

/* =========================================================
   INNER PAGES
   ========================================================= */
.inner-page{background:#fff;color:var(--text)}
.inner-header{
  padding:12px 20px 0;position:relative;z-index:30;background:#fff
}
.inner-nav{
  max-width:var(--container);margin:0 auto;height:62px;border:1px solid #eae9e5;
  border-radius:999px;background:#fff;display:flex;align-items:center;
  padding:6px 7px 6px 18px;gap:28px;box-shadow:0 8px 30px rgba(0,0,0,.035)
}
.inner-nav .brand{padding:0;background:transparent;min-width:145px}
.inner-nav .nav-links{display:flex}
.inner-nav .nav-actions{margin-left:auto}
.page-container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.breadcrumbs{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  font-size:10px;color:#617069;margin-bottom:26px
}
.breadcrumbs a:hover{text-decoration:underline}
.page-hero{
  width:min(1400px,calc(100% - 24px));margin:16px auto 0;border-radius:32px;
  min-height:520px;background:var(--cream);position:relative;overflow:hidden
}
.page-hero-inner{
  min-height:520px;padding:70px clamp(28px,6vw,82px);
  display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center
}
.page-hero-copy{position:relative;z-index:2}
.page-kicker{
  display:inline-flex;padding:8px 13px;border:1px solid rgba(6,63,50,.25);
  border-radius:999px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em
}
.page-hero h1{
  font-size:clamp(58px,6.8vw,98px);font-weight:500;line-height:.92;
  letter-spacing:-.06em;margin:20px 0 24px;max-width:800px
}
.page-hero p{max-width:610px;font-size:14px;line-height:1.7;color:#4e6259}
.page-hero-media{height:410px;border-radius:28px;overflow:hidden;background:#eae0d4}
.page-hero-media img{width:100%;height:100%;object-fit:cover}
.page-hero-media.product-clean img{object-fit:contain;padding:28px}
.page-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.primary-pill,.secondary-pill{
  min-height:48px;border-radius:999px;display:inline-flex;align-items:center;
  justify-content:center;padding:0 20px;font-size:11px;font-weight:700
}
.primary-pill{background:var(--forest);color:#fff}
.primary-pill span{margin-left:18px;color:var(--lime)}
.secondary-pill{border:1px solid var(--forest);color:var(--forest);background:transparent}
.page-section{padding:96px 0}
.page-section.compact{padding:70px 0}
.page-section.soft{background:var(--cream-2)}
.section-intro{
  display:grid;grid-template-columns:1fr .75fr;gap:80px;align-items:end;margin-bottom:44px
}
.section-intro h2{
  font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.05em;
  font-weight:510;margin:0
}
.section-intro p{font-size:13px;line-height:1.75;color:#5c6b65;margin:0;max-width:500px}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.catalog-card{position:relative;border-radius:26px;background:var(--cream);padding:12px;min-width:0}
.catalog-card-media{height:330px;border-radius:20px;background:#eee6dc;overflow:hidden}
.catalog-card-media img{width:100%;height:100%;object-fit:contain;padding:20px}
.catalog-card-copy{padding:20px 10px 12px}
.catalog-card-copy span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#6a766f}
.catalog-card h2,.catalog-card h3{margin:8px 0 8px;font-size:25px;letter-spacing:-.035em;font-weight:520}
.catalog-card p{font-size:11px;line-height:1.6;color:#627069;margin:0 50px 0 0}
.catalog-card-arrow{
  position:absolute;right:18px;bottom:18px;width:42px;height:42px;border-radius:50%;
  background:var(--lime);display:grid;place-items:center;font-size:18px
}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.value-card{padding:28px 24px;border-radius:22px;background:#fff;border:1px solid #ebe9e4}
.value-card b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--lime);margin-bottom:40px}
.value-card h3{font-size:18px;margin:0 0 8px;font-weight:540}
.value-card p{font-size:11px;line-height:1.65;color:#64716b;margin:0}
.story-split{display:grid;grid-template-columns:1.08fr .92fr;gap:20px;align-items:stretch}
.story-photo{min-height:500px;border-radius:28px;overflow:hidden}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-copy{border-radius:28px;background:var(--forest);color:#fff;padding:clamp(38px,5vw,70px)}
.story-copy .eyebrow{color:#fff}
.story-copy h2{font-size:clamp(42px,4.7vw,66px);line-height:.98;letter-spacing:-.05em;margin:18px 0 22px;font-weight:500}
.story-copy p{font-size:13px;line-height:1.75;color:rgba(255,255,255,.72)}
.segment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.segment-card{height:310px;border-radius:22px;position:relative;overflow:hidden}
.segment-card img{width:100%;height:100%;object-fit:cover}
.segment-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(2,35,25,.7))}
.segment-card strong{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:18px;font-weight:500}
.inner-cta{padding:0 0 28px}
.inner-cta-box{
  min-height:360px;border-radius:30px;background:var(--forest);color:#fff;
  display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding:60px;
  background-image:linear-gradient(90deg,rgba(4,63,48,.97),rgba(4,63,48,.76)),url('/images/avelino (8).jpeg');
  background-size:cover;background-position:center
}
.inner-cta-box h2{font-size:clamp(46px,5vw,72px);line-height:.96;letter-spacing:-.05em;margin:0;max-width:820px;font-weight:500}

/* product detail */
.product-detail-hero .page-hero-inner{grid-template-columns:.9fr 1.1fr}
.product-detail-hero .page-hero-media{height:440px;background:#eee7dd}
.product-detail-hero h1{font-size:clamp(52px,6vw,88px)}
.product-quantity{display:block;font-size:14px;font-weight:700;color:var(--forest);margin-bottom:4px}
.detail-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.detail-sticky{position:sticky;top:30px}
.detail-sticky .page-kicker{margin-bottom:18px}
.detail-grid h2{font-size:clamp(44px,4.4vw,64px);line-height:1;letter-spacing:-.05em;margin:0}
.detail-content>p{font-size:14px;line-height:1.8;color:#56665e;margin:0 0 32px}
.detail-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.detail-point{border-top:1px solid #d8ddd9;padding:20px 0}
.detail-point strong{display:block;font-size:17px;margin-bottom:8px;font-weight:540}
.detail-point p{font-size:11px;line-height:1.65;color:#65726c;margin:0}
.gallery-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:12px}
.gallery-main,.gallery-side{border-radius:24px;overflow:hidden;background:var(--cream)}
.gallery-main{height:520px}
.gallery-side{height:520px}
.gallery-main img,.gallery-side img{width:100%;height:100%;object-fit:cover}
.gallery-main.product-image img{object-fit:contain;padding:40px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.related-card{background:var(--cream);border-radius:22px;padding:10px;display:block}
.related-card img{height:230px;width:100%;object-fit:contain;background:#eee7dd;border-radius:17px;padding:14px}
.related-card div{padding:14px 8px 9px}
.related-card span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#6b776f}
.related-card strong{font-size:18px;display:block;margin-top:5px;font-weight:530}
.inner-footer{margin-top:0}

/* Motion — progressive enhancement, transform + opacity only */
.motion-enabled .hero .nav{
  opacity:0;transform:translateY(-10px);
  animation:agrorio-rise var(--motion-base) var(--ease-out) 60ms forwards
}
.motion-enabled .hero-title h1,
.motion-enabled .hero-title .round-link,
.motion-enabled .since-card,
.motion-enabled .hero-bottom{
  opacity:0;transform:translateY(18px);
  animation:agrorio-rise var(--motion-slow) var(--ease-out) forwards
}
.motion-enabled .hero-title h1{animation-delay:120ms}
.motion-enabled .hero-title .round-link{animation-delay:190ms}
.motion-enabled .since-card{animation-delay:220ms}
.motion-enabled .hero-bottom{animation-delay:280ms}
.motion-enabled .page-hero-copy,
.motion-enabled .page-hero-media{
  opacity:0;transform:translateY(18px);
  animation:agrorio-rise var(--motion-slow) var(--ease-out) forwards
}
.motion-enabled .page-hero-media{animation-delay:90ms}
.motion-enabled .motion-reveal{
  opacity:0;transform:translateY(20px);
  transition:opacity var(--motion-slow) var(--ease-out),transform var(--motion-slow) var(--ease-out);
  transition-delay:var(--motion-delay,0ms)
}
.motion-enabled .motion-reveal.is-visible{opacity:1;transform:none}
@keyframes agrorio-rise{to{opacity:1;transform:none}}

/* responsive */
@media(max-width:1080px){
  .menu-toggle{display:block}
  .nav .nav-links{
    display:flex;position:absolute;left:0;right:0;top:62px;
    border-radius:22px;background:#fff;padding:14px;
    box-shadow:0 16px 50px rgba(0,0,0,.15);flex-direction:column;align-items:stretch;gap:0;
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.985);
    transform-origin:top center;
    transition:opacity var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out),visibility 0s linear var(--motion-fast)
  }
  .nav.menu-open .nav-links{
    opacity:1;visibility:visible;pointer-events:auto;transform:none;
    transition-delay:0s
  }
  .nav .nav-links a{padding:12px 14px;border-radius:12px;font-size:13px}
  .nav .nav-links a:hover{background:var(--cream-2)}
  .inner-nav .nav-links{
    display:flex;position:absolute;left:20px;right:20px;top:76px;
    border:1px solid #e7e7e3
  }
  .inner-nav.menu-open .nav-links{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .production-grid{grid-template-columns:1fr}
  .production-copy{display:flex;align-items:end;justify-content:space-between}
  .production-track{grid-auto-columns:calc((100% - 24px)/3)}
  .catalog-grid{grid-template-columns:repeat(2,1fr)}
  .value-grid{grid-template-columns:repeat(2,1fr)}
  .segment-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero-inner{grid-template-columns:1fr;gap:36px}
  .page-hero-media{height:360px}
  .product-detail-hero .page-hero-inner{grid-template-columns:1fr}
}
@media(max-width:760px){
  .nav-actions .search{display:none}
  .menu-toggle{width:36px;height:36px;flex-basis:36px}
  .menu-toggle span{left:10px;width:16px}
  .menu-toggle span:first-child{top:13px}
  .menu-toggle span:last-child{top:21px}
  .nav.menu-open .menu-toggle span:first-child,.nav.menu-open .menu-toggle span:last-child{top:17px}
  .production-copy{display:block}
  .production-track{grid-auto-columns:82%}
  .production-track .photo-card img{height:280px}
  .products .section-row,.news-head{align-items:flex-start;flex-direction:column}
  .section-actions{width:100%;justify-content:space-between}
  .product-track{grid-auto-columns:84%;grid-template-columns:none}
  .product-card .card-arrow{top:175px}
  .inner-header{padding:8px 10px 0}
  .inner-nav{height:54px;padding-left:12px;gap:10px}
  .inner-nav .brand{min-width:112px}
  .inner-nav .brand img{width:108px}
  .inner-nav .nav-links{left:10px;right:10px;top:66px}
  .inner-nav .contact-pill{display:none}
  .page-container{width:min(100% - 32px,var(--container))}
  .page-hero{width:calc(100% - 16px);border-radius:24px}
  .page-hero-inner{min-height:auto;padding:54px 22px 22px;gap:30px}
  .page-hero h1{font-size:52px}
  .page-hero p{font-size:13px}
  .page-hero-media{height:300px;border-radius:21px}
  .page-section{padding:68px 0}
  .section-intro{grid-template-columns:1fr;gap:22px;margin-bottom:30px}
  .section-intro h2{font-size:44px}
  .catalog-grid{grid-template-columns:1fr}
  .catalog-card-media{height:290px}
  .value-grid{grid-template-columns:1fr}
  .value-card b{margin-bottom:24px}
  .story-split{grid-template-columns:1fr}
  .story-photo{min-height:360px}
  .segment-grid{grid-template-columns:1fr 1fr}
  .segment-card{height:230px}
  .inner-cta-box{grid-template-columns:1fr;padding:38px 24px;min-height:360px}
  .inner-cta-box h2{font-size:46px}
  .detail-grid{grid-template-columns:1fr;gap:28px}
  .detail-sticky{position:static}
  .detail-points{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-main,.gallery-side{height:340px}
  .related-grid{grid-template-columns:1fr}
  .related-card img{height:250px}
  .product-detail-hero .page-hero-media{height:320px}
}
@media(max-width:480px){
  .contact-pill{padding:0 10px}
  .product-track{grid-auto-columns:90%}
  .segment-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:45px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}
  .motion-enabled .hero .nav,
  .motion-enabled .hero-title h1,
  .motion-enabled .hero-title .round-link,
  .motion-enabled .since-card,
  .motion-enabled .hero-bottom,
  .motion-enabled .page-hero-copy,
  .motion-enabled .page-hero-media,
  .motion-enabled .motion-reveal{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}
}
.inner-nav{
  position:relative;left:auto;right:auto;top:auto;z-index:20;
  width:100%;
}

/* Accessibility contrast refinements */
.since-card,
.since-card strong,
.since-card > span{color:var(--forest)}
.product-media > span{
  background:var(--lime);
  color:var(--forest);
  font-weight:800;
}
.breadcrumbs{color:#3d5149}
.catalog-card-copy span,
.catalog-card p,
.related-card span{color:#3d5149}
.catalog-card-copy span,
.related-card span{font-weight:700}
[data-carousel]:focus-visible{
  outline:3px solid var(--focus);
  outline-offset:4px;
  border-radius:var(--radius-sm);
}


/* =========================================================
   AGRORIO — CATALOG / RECIPES / AGRONE-INSPIRED POLISH
   2026-09-18
   ========================================================= */

/* Header: same pill language as the visual reference, with more presence. */
.hero{
  min-height:880px;
  margin:14px;
  border-radius:36px;
}
.hero .nav{
  left:42px;right:42px;top:28px;height:64px;
  padding:7px 8px;
  gap:28px;
  border-radius:999px;
}
.hero .brand{
  height:50px;min-width:165px;padding:0 16px;
}
.hero .brand img{width:145px}
.hero .nav-links{gap:30px}
.hero .nav-links a{font-size:13px}
.hero .search,.hero .contact-pill{height:48px;font-size:12px}
.hero .search{min-width:170px}
.hero .contact-pill{padding-inline:23px}

.hero-title{left:72px;top:174px}
.hero-title h1{
  font-size:clamp(64px,6.6vw,104px);
  max-width:1040px;
}
.since-card{
  right:72px;top:176px;width:244px;height:244px;
  border-radius:30px;
}
.hero-bottom{
  left:72px;right:72px;bottom:42px;
  gap:18px;
}
.hero-product{
  height:218px;
  border-radius:28px;
}
.hero-product-image{width:47%;padding:11px}
.hero-product-image img{border-radius:22px}
.hero-product-copy{padding:34px 24px 22px}
.livestock{padding-right:190px}
.livestock>img{width:188px;border-radius:21px}
.hero-float-arrow{
  width:58px;height:58px;
  left:calc(51.2% - 29px);
  top:-27px;
  border:7px solid rgba(255,255,255,.96);
  box-shadow:0 8px 26px rgba(5,48,38,.14);
}
.hero-float-arrow svg{
  width:22px;
  height:22px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Clean concave meeting corners around the floating arrow. */
@supports ((-webkit-mask: radial-gradient(circle,#000 0,#000 100%)) or (mask: radial-gradient(circle,#000 0,#000 100%))){
  .hero-product.egg{
    -webkit-mask:radial-gradient(circle 38px at 100% 0,transparent 37px,#000 38px);
    mask:radial-gradient(circle 38px at 100% 0,transparent 37px,#000 38px);
  }
  .hero-product.livestock{
    -webkit-mask:radial-gradient(circle 38px at 0 0,transparent 37px,#000 38px);
    mask:radial-gradient(circle 38px at 0 0,transparent 37px,#000 38px);
  }
}

/* Responsibility image: remove polygon-looking cuts. */
.cut-photo{
  position:relative;
  clip-path:none;
  border-radius:30px 30px 30px 8px;
  overflow:hidden;
}
.cut-photo:before{
  content:"";
  position:absolute;z-index:2;left:0;top:0;
  width:58px;height:58px;
  background:#fff;
  border-radius:0 0 28px 0;
  pointer-events:none;
}

/* Product catalog expansion */
.catalog-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}
.catalog-card.animal-card .catalog-card-media img{
  object-fit:cover;padding:0;
}
.catalog-card.animal-card .catalog-card-media{
  background:#dfe7df;
}
.product-media.animal img{object-fit:cover;padding:0}
.related-grid-five{grid-template-columns:repeat(4,minmax(0,1fr))}
.related-card.animal-image img{
  object-fit:cover;padding:0;
}
.page-hero-media.animal-hero img{object-fit:cover;padding:0}
.gallery-main:not(.product-image) img,.gallery-side:not(.product-image) img{object-fit:cover;padding:0}

/* Products landing hero collage */
.product-collage{
  position:relative;
  background:linear-gradient(145deg,#ece5da,#dfe7dc);
  overflow:hidden;
}
.product-collage .collage-eggs{
  position:absolute;z-index:2;left:-4%;bottom:-7%;
  width:66%;height:75%;object-fit:contain;
  padding:0;
  filter:drop-shadow(0 22px 24px rgba(26,44,34,.10));
}
.product-collage .collage-pigs{
  position:absolute;right:0;top:0;
  width:58%;height:100%;object-fit:cover;
  padding:0;
  border-radius:34% 0 0 34%;
}
.product-collage:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(244,237,229,.22),transparent 54%);
  pointer-events:none;
}

/* Recipe landing */
.recipes-hero,.recipe-detail-hero{background:#f3eee7}
.recipe-hero-product{
  background:linear-gradient(145deg,#ece5da,#dfe7dc);
}
.recipe-hero-product img{
  object-fit:contain;
  padding:36px;
  filter:drop-shadow(0 24px 28px rgba(8,47,39,.10));
}
.recipe-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);
  gap:18px;
  align-items:stretch;
}
.recipe-card{
  background:var(--cream);
  border-radius:30px;
  overflow:hidden;
  position:relative;
}
.recipe-card>a{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  min-height:500px;
}
.recipe-card-media{position:relative;overflow:hidden;min-height:500px}
.recipe-card-media img{width:100%;height:100%;object-fit:cover}
.recipe-card-media:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(4,48,36,.36));
}
.recipe-card-media>span{
  position:absolute;z-index:2;left:20px;bottom:20px;
  padding:9px 13px;border-radius:999px;
  background:var(--lime);color:var(--forest);
  font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
}
.recipe-card-copy{
  position:relative;padding:54px 44px;display:flex;flex-direction:column;justify-content:center;
}
.recipe-card-copy small{
  color:#64716b;font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:700;
}
.recipe-card-copy h2{
  font-size:clamp(42px,4vw,64px);line-height:.95;letter-spacing:-.05em;
  margin:18px 0 20px;font-weight:510;
}
.recipe-card-copy p{font-size:13px;line-height:1.72;color:#5b6963;max-width:420px}
.recipe-arrow{
  position:absolute;right:26px;bottom:26px;
  width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;background:var(--lime);
  font-size:22px;
}
.recipe-card:hover .recipe-card-media img{transform:scale(1.025)}
.recipe-card-media img{transition:transform var(--motion-base) var(--ease-out)}

.recipe-note{
  border-radius:30px;background:var(--forest);color:#fff;
  padding:48px 38px;display:flex;flex-direction:column;justify-content:flex-end;
}
.recipe-note .eyebrow{color:#fff}
.recipe-note h3{
  font-size:clamp(32px,3.2vw,48px);line-height:1;letter-spacing:-.045em;
  margin:10px 0 18px;font-weight:500;
}
.recipe-note p{font-size:12px;line-height:1.75;color:rgba(255,255,255,.72);margin-bottom:28px}
.recipe-note .secondary-pill{border-color:rgba(255,255,255,.7);color:#fff;align-self:flex-start}

.recipe-link-section{padding-top:74px;padding-bottom:74px}
.recipe-product-link{
  min-height:300px;border-radius:30px;background:var(--lime);
  display:grid;grid-template-columns:1fr auto;align-items:end;gap:36px;
  padding:54px 58px;
}
.recipe-product-link .eyebrow{margin-bottom:18px}
.recipe-product-link h2{
  margin:0 0 16px;font-size:clamp(42px,4.8vw,70px);
  line-height:.95;letter-spacing:-.05em;font-weight:510;max-width:850px;
}
.recipe-product-link p{margin:0;max-width:680px;font-size:13px;line-height:1.7}

/* Recipe detail */
.recipe-detail-grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch;
}
.recipe-ingredients,.recipe-method{
  border-radius:30px;padding:50px;
}
.recipe-ingredients{background:var(--cream)}
.recipe-method{background:var(--forest);color:#fff}
.recipe-ingredients h2,.recipe-method h2{
  font-size:clamp(42px,4.6vw,66px);line-height:.98;letter-spacing:-.05em;
  font-weight:510;margin:20px 0 30px;
}
.recipe-ingredients ul{list-style:none;padding:0;margin:0}
.recipe-ingredients li{
  padding:15px 0;border-top:1px solid rgba(6,63,50,.16);
  font-size:16px;
}
.recipe-ingredients li:last-child{border-bottom:1px solid rgba(6,63,50,.16)}
.recipe-ingredients li a{display:flex;justify-content:space-between;gap:20px;align-items:center}
.recipe-ingredients li a span{font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.recipe-method .page-kicker{border-color:rgba(255,255,255,.35);color:#fff}
.recipe-method>p{font-size:19px;line-height:1.65;color:rgba(255,255,255,.83);max-width:620px}
.recipe-quote{
  margin:40px 0;padding:24px 0;border-block:1px solid rgba(255,255,255,.22);
  font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.035em;
}
.recipe-method .primary-pill{background:var(--lime);color:var(--forest)}
.recipe-method .primary-pill span{color:var(--forest)}
.recipe-product-feature{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center;
}
.recipe-product-visual{
  min-height:440px;border-radius:28px;background:#eee7dd;display:grid;place-items:center;
}
.recipe-product-visual img{width:90%;height:400px;object-fit:contain;padding:20px}
.recipe-product-feature h2{
  font-size:clamp(44px,5vw,72px);line-height:.96;letter-spacing:-.05em;font-weight:510;margin:16px 0;
}
.recipe-product-feature p{max-width:600px;font-size:13px;line-height:1.7;color:#596a62}
.recipe-product-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.recipe-product-actions a{
  display:inline-flex;align-items:center;min-height:44px;padding:0 15px;
  border-radius:999px;border:1px solid var(--forest);font-size:10px;font-weight:700;
}

/* Footer / final CTA — image card sits into the dark footer like the reference. */
.cta-wrap{position:relative;z-index:3;padding-bottom:0}
.cta{
  clip-path:none;
  border-radius:32px;
  overflow:hidden;
  margin-bottom:-88px;
}
.cta:before{
  content:"";
  position:absolute;z-index:4;right:0;top:0;
  width:112px;height:46px;
  background:#fff;
  border-radius:0 0 0 25px;
  pointer-events:none;
}
.cta-wrap + .site-footer{padding-top:170px}
.site-footer{
  min-height:610px;
  padding:76px max(7vw,28px) 0;
  border-radius:0;
}
.site-footer .footer-grid{
  width:min(var(--container),100%);
  margin-inline:auto;
  grid-template-columns:1.25fr .8fr .95fr 1.15fr;
  gap:clamp(32px,4vw,72px);
}
.site-footer .footer-brand img{width:190px}
.site-footer .footer-brand p,.site-footer .footer-grid>div>p{
  font-size:12px;line-height:1.75;
}
.site-footer .footer-grid h3{font-size:20px;margin-bottom:20px}
.site-footer .footer-grid a{font-size:11px;line-height:1.5}
.footer-location-title{margin-top:20px!important}
.site-footer .footer-word{
  width:min(var(--container),100%);margin:90px auto 0;
  font-size:clamp(140px,18vw,300px);
  line-height:.61;letter-spacing:-.075em;
}
.site-footer .to-top{
  right:max(7vw,28px);bottom:28px;
  min-height:46px;padding:0 10px 0 18px;gap:12px;
}
.site-footer .to-top span{
  display:grid;place-items:center;width:30px;height:30px;border-radius:50%;
  background:var(--forest);color:var(--lime);
}

/* Inner CTA keeps its own spacing; no overlap. */
.inner-cta + .site-footer.inner-footer{padding-top:76px}

/* Editorial header may now contain two action pills. */
.news-head{gap:14px;flex-wrap:wrap}
.news-head>div{margin-right:auto}

/* Motion hooks for newly-added components */
.motion-enabled .recipe-card,
.motion-enabled .recipe-note,
.motion-enabled .recipe-ingredients,
.motion-enabled .recipe-method,
.motion-enabled .recipe-product-feature{
  opacity:0;transform:translateY(20px);
  transition:opacity var(--motion-slow) var(--ease-out),transform var(--motion-slow) var(--ease-out);
  transition-delay:var(--motion-delay,0ms);
}
.motion-enabled .recipe-card.is-visible,
.motion-enabled .recipe-note.is-visible,
.motion-enabled .recipe-ingredients.is-visible,
.motion-enabled .recipe-method.is-visible,
.motion-enabled .recipe-product-feature.is-visible{
  opacity:1;transform:none;
}

@media(max-width:1180px){
  .hero .nav{left:28px;right:28px;gap:16px}
  .hero .nav-links{gap:20px}
  .hero .nav-links a{font-size:12px}
  .hero .search{min-width:140px}
  .catalog-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))}
  .related-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))}
  .recipe-grid{grid-template-columns:1fr}
  .recipe-note{min-height:330px}
}

@media(max-width:1080px){
  .hero{min-height:940px}
  .hero-title{left:48px;top:150px}
  .since-card{right:48px;top:155px}
  .hero-bottom{left:48px;right:48px}
  .hero .nav-links{gap:0}
  .recipe-product-link{grid-template-columns:1fr;align-items:start}
}

@media(max-width:760px){
  .hero{
    min-height:1020px;
    margin:8px;border-radius:26px;
  }
  .hero .nav{
    left:10px;right:10px;top:10px;height:54px;padding:5px 6px;
  }
  .hero .brand{height:42px;min-width:122px;padding:0 9px}
  .hero .brand img{width:112px}
  .hero-title{left:24px;right:24px;top:112px}
  .hero-title h1{font-size:48px}
  .since-card{left:24px;right:auto;top:355px;width:184px;height:174px}
  .hero-bottom{left:16px;right:16px;bottom:18px;gap:10px}
  .hero-product{height:176px}
  .hero-product-copy{padding:22px 16px}
  .livestock{padding-right:136px}
  .livestock>img{width:134px}
  .catalog-grid-five{grid-template-columns:1fr}
  .related-grid-five{grid-template-columns:1fr}
  .product-collage .collage-eggs{width:72%;left:-8%}
  .product-collage .collage-pigs{width:62%}
  .recipe-card>a{grid-template-columns:1fr;min-height:0}
  .recipe-card-media{min-height:330px}
  .recipe-card-copy{padding:38px 26px 76px}
  .recipe-note{padding:38px 28px;min-height:300px}
  .recipe-product-link{padding:38px 26px;min-height:320px}
  .recipe-detail-grid{grid-template-columns:1fr}
  .recipe-ingredients,.recipe-method{padding:34px 26px}
  .recipe-product-feature{grid-template-columns:1fr;gap:28px}
  .recipe-product-visual{min-height:330px}
  .recipe-product-visual img{height:300px}
  .cta{margin-bottom:-56px;border-radius:26px}
  .cta:before{width:72px;height:34px;border-radius:0 0 0 20px}
  .cta-wrap + .site-footer{padding-top:120px}
  .site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:36px 24px}
  .site-footer .footer-word{margin-top:58px;font-size:112px}
}

@media(max-width:480px){
  .hero{min-height:1040px}
  .hero-title h1{font-size:42px}
  .site-footer .footer-grid{grid-template-columns:1fr}
  .site-footer .footer-word{font-size:82px}
  .recipe-ingredients li a{align-items:flex-start;flex-direction:column;gap:6px}
}

@media(prefers-reduced-motion:reduce){
  .motion-enabled .recipe-card,
  .motion-enabled .recipe-note,
  .motion-enabled .recipe-ingredients,
  .motion-enabled .recipe-method,
  .motion-enabled .recipe-product-feature{
    opacity:1!important;transform:none!important;transition:none!important;
  }
}


/* =========================================================
   NAVIGATION V2 — SEGMENTED AGRONE-STYLE + COMPACT MEGA MENU
   ========================================================= */

.nav.nav-segmented{
  background:transparent;
  box-shadow:none;
  border:0;
  padding:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  height:auto;
}
.hero .nav.nav-segmented{
  left:42px;
  right:42px;
  top:26px;
  height:auto;
  padding:0;
  background:transparent;
  box-shadow:none;
}
.nav.nav-segmented .nav-brand-pill{
  height:58px;
  min-width:162px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(255,255,255,.97);
  box-shadow:0 7px 24px rgba(4,45,35,.08);
}
.nav.nav-segmented .nav-brand-pill img{width:140px}
.nav-menu-shell{
  min-width:0;
  position:relative;
}
.nav.nav-segmented .nav-menu-pill{
  min-height:58px;
  width:100%;
  padding:0 24px;
  border-radius:999px;
  background:rgba(255,255,255,.97);
  box-shadow:0 7px 24px rgba(4,45,35,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(15px,1.7vw,28px);
}
.nav.nav-segmented .nav-menu-pill>a,
.products-trigger{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  color:#173b31;
  font:inherit;
  font-size:12px;
  font-weight:650;
  line-height:1;
  white-space:nowrap;
}
.products-nav{position:relative;display:flex;align-items:center}
.products-trigger{
  border:0;
  background:transparent;
  padding:0;
  gap:6px;
  cursor:pointer;
}
.products-trigger span{
  font-size:14px;
  transform:translateY(-1px);
  transition:transform var(--motion-fast) var(--ease-out);
}
.products-trigger[aria-expanded="true"] span{transform:translateY(1px) rotate(180deg)}

.nav.nav-segmented .nav-actions{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
}
.nav-action-pill,
.nav.nav-segmented .contact-pill{
  min-height:58px;
  height:58px;
  padding:0 20px;
  border-radius:999px;
  background:rgba(255,255,255,.97);
  border:0;
  box-shadow:0 7px 24px rgba(4,45,35,.08);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#173b31;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.nav-action-pill span{font-size:15px}
.nav.nav-segmented .contact-pill{
  padding-inline:23px;
  border:1px solid rgba(6,63,50,.08);
}
.nav.nav-segmented .contact-pill:hover,
.nav-action-pill:hover{
  background:var(--lime);
}
.nav.nav-segmented .menu-toggle{
  box-shadow:0 7px 24px rgba(4,45,35,.12);
}

/* Mega menu */
.mega-menu{
  position:absolute;
  z-index:90;
  top:calc(100% + 11px);
  left:50%;
  width:min(720px,78vw);
  transform:translateX(-50%);
  padding:14px;
  border:1px solid rgba(6,63,50,.08);
  border-radius:24px;
  background:rgba(255,255,255,.985);
  box-shadow:0 28px 70px rgba(4,45,35,.18);
}
.mega-menu[hidden]{display:none!important}
.mega-menu:before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:14px;
  height:14px;
  transform:translateX(-50%) rotate(45deg);
  background:#fff;
  border-left:1px solid rgba(6,63,50,.06);
  border-top:1px solid rgba(6,63,50,.06);
}
.mega-menu-top{
  min-height:30px;
  padding:2px 5px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.mega-menu-top>span{
  color:#718079;
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.mega-menu-top>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--forest);
  font-size:10px;
  font-weight:800;
}
.mega-products{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.mega-product{
  min-width:0;
  padding:8px;
  border-radius:17px;
  background:#f7f4ef;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:10px;
  align-items:center;
  transition:background var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out);
}
.mega-product:hover{
  background:#eef5e6;
  transform:translateY(-2px);
}
.mega-thumb{
  width:72px;
  height:64px;
  border-radius:13px;
  overflow:hidden;
  background:#e3e8df;
}
.mega-thumb img{width:100%;height:100%;object-fit:cover}
.mega-thumb-clean img{object-fit:contain;padding:5px;background:#eee8de}
.mega-product>span:last-child{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.mega-product strong{
  color:var(--forest);
  font-size:12px;
  line-height:1.1;
}
.mega-product small{
  color:#69766f;
  font-size:9px;
  line-height:1.3;
}

/* Inner pages use the same segmented language, not a continuous pill. */
.inner-header{
  padding:14px 20px 6px;
  background:#fff;
  position:relative;
  z-index:40;
}
.inner-nav.nav-segmented{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  width:min(var(--container),100%);
  max-width:var(--container);
  margin:0 auto;
  height:auto;
  padding:0;
  gap:10px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.inner-nav.nav-segmented .nav-brand-pill{
  padding:0 18px;
  min-width:162px;
  background:#f8f7f3;
  border:1px solid #ebe9e4;
  box-shadow:none;
}
.inner-nav.nav-segmented .nav-menu-pill,
.inner-nav.nav-segmented .nav-action-pill,
.inner-nav.nav-segmented .contact-pill{
  background:#f8f7f3;
  border:1px solid #ebe9e4;
  box-shadow:none;
}

/* Product-family overview */
.family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.family-card{
  min-width:0;
  overflow:hidden;
  border-radius:30px;
  background:var(--cream);
  position:relative;
}
.family-card>a{display:block;height:100%}
.family-media{
  height:300px;
  overflow:hidden;
  background:#e9e3da;
}
.family-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform var(--motion-base) var(--ease-out);
}
.family-eggs .family-media img,
.family-shrimp .family-media img{
  object-fit:contain;
  padding:24px;
}
.family-card:hover .family-media img{transform:scale(1.025)}
.family-copy{
  min-height:260px;
  padding:30px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.family-copy>span{
  color:#425a50;
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.family-copy h2{
  margin:13px 0 12px;
  color:var(--forest);
  font-size:clamp(31px,2.6vw,44px);
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:520;
}
.family-copy p{
  margin:0;
  color:#465e54;
  font-size:11px;
  line-height:1.65;
}
.family-copy b{
  margin-top:auto;
  padding-top:26px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--forest);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.family-copy b i{
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--lime);
  display:grid;
  place-items:center;
  font-style:normal;
  font-size:15px;
}

/* Restored eggs category page */
.eggs-category-hero .eggs-farm-hero img{
  object-fit:cover;
  padding:0;
}
.eggs-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.eggs-other-products{grid-template-columns:repeat(3,minmax(0,1fr))}
.eggs-other-products .segment-card:nth-child(1) img{object-fit:contain;padding:18px;background:#eee8de}
.product-family-track{
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-flow:initial;
  overflow:visible;
}

/* Large desktop fine-tuning */
@media(max-width:1280px){
  .nav.nav-segmented .nav-menu-pill{gap:16px;padding-inline:18px}
  .nav.nav-segmented .nav-menu-pill>a,.products-trigger{font-size:11px}
  .nav-action-pill{display:none}
}

/* Tablet / mobile collapses the center capsule into the hamburger menu. */
@media(max-width:1080px){
  .hero .nav.nav-segmented{
    left:28px;
    right:28px;
    top:22px;
    grid-template-columns:auto 1fr auto;
  }
  .nav-menu-shell{position:static}
  .nav.nav-segmented .nav-menu-pill{
    position:absolute;
    left:0;
    right:0;
    top:68px;
    min-height:0;
    padding:12px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 18px 50px rgba(4,45,35,.18);
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
  }
  .nav.nav-segmented .nav-menu-pill>a,
  .products-trigger{
    min-height:44px;
    width:100%;
    padding:0 13px;
    border-radius:12px;
    justify-content:flex-start;
    font-size:13px;
  }
  .nav.nav-segmented .nav-menu-pill>a:hover,
  .products-trigger:hover{background:var(--cream-2)}
  .products-nav{
    width:100%;
    display:block;
  }
  .products-trigger{justify-content:space-between}
  .mega-menu{
    position:static;
    width:100%;
    transform:none;
    margin:2px 0 6px;
    padding:9px;
    border-radius:17px;
    box-shadow:none;
    border:1px solid #e8e6df;
    background:#fbfaf7;
  }
  .mega-menu:before{display:none}
  .mega-menu-top{padding:1px 4px 8px}
  .mega-products{grid-template-columns:1fr}
  .mega-product{
    grid-template-columns:62px 1fr;
    padding:6px;
  }
  .mega-thumb{width:62px;height:52px}
  .inner-nav.nav-segmented .nav-menu-pill{
    left:0;
    right:0;
    top:68px;
  }
  .family-grid{grid-template-columns:1fr 1fr}
  .family-card:last-child{grid-column:1/-1}
  .product-family-track{
    grid-template-columns:repeat(3,minmax(260px,1fr));
    overflow-x:auto;
  }
}

@media(max-width:760px){
  .hero .nav.nav-segmented{
    left:10px;
    right:10px;
    top:10px;
    gap:7px;
  }
  .nav.nav-segmented .nav-brand-pill{
    height:50px;
    min-width:128px;
    padding:0 11px;
  }
  .nav.nav-segmented .nav-brand-pill img{width:108px}
  .nav.nav-segmented .contact-pill,
  .nav-action-pill{display:none}
  .nav.nav-segmented .nav-actions{gap:0}
  .nav.nav-segmented .menu-toggle{
    display:block;
    width:50px;
    height:50px;
    flex-basis:50px;
    background:#fff;
  }
  .nav.nav-segmented .menu-toggle span{background:var(--forest);left:15px;width:20px}
  .nav.nav-segmented .menu-toggle span:first-child{top:18px}
  .nav.nav-segmented .menu-toggle span:last-child{top:29px}
  .nav.nav-segmented.menu-open .menu-toggle span:first-child,
  .nav.nav-segmented.menu-open .menu-toggle span:last-child{top:24px}
  .nav.nav-segmented .nav-menu-pill{top:58px}
  .inner-header{padding:8px 10px 4px}
  .inner-nav.nav-segmented{
    grid-template-columns:auto 1fr auto;
    gap:7px;
  }
  .inner-nav.nav-segmented .nav-brand-pill{
    height:48px;
    min-width:126px;
    padding:0 10px;
  }
  .inner-nav.nav-segmented .nav-menu-pill{
    top:57px;
    left:0;
    right:0;
  }
  .family-grid{grid-template-columns:1fr}
  .family-card:last-child{grid-column:auto}
  .family-media{height:260px}
  .family-copy{min-height:220px;padding:25px}
  .eggs-catalog-grid{grid-template-columns:1fr}
  .eggs-other-products{grid-template-columns:1fr}
  .product-family-track{
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:84%;
    overflow-x:auto;
  }
}


/* =========================================================
   ROUND 2026-09-18 — narrative scroll, autoplay, farm expansion
   ========================================================= */

@media(min-width:1081px){
  .hero .nav.nav-segmented .nav-menu-shell{
    width:min(100%,760px);
    justify-self:center;
  }
}

.hero-float-arrow{top:-31px}

.mega-menu{width:min(740px,78vw)}
.mega-products{grid-template-columns:repeat(3,minmax(0,1fr))}
.mega-feature{
  margin-top:8px;
  min-height:72px;
  padding:8px 10px;
  border-radius:17px;
  background:var(--forest);
  color:#fff;
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:12px;
  align-items:center;
  transition:transform var(--motion-fast) var(--ease-out),background var(--motion-fast) var(--ease-out);
}
.mega-feature:hover{transform:translateY(-2px);background:#0a4b3c}
.mega-feature-thumb{
  width:64px;height:54px;border-radius:12px;overflow:hidden;
  background:#f1ece4;display:grid;place-items:center;
}
.mega-feature-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}
.mega-feature>span:nth-child(2){display:flex;flex-direction:column;gap:4px}
.mega-feature small{font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.mega-feature strong{font-size:12px}
.mega-feature b{
  width:31px;height:31px;border-radius:50%;display:grid;place-items:center;
  background:var(--lime);color:var(--forest);font-size:14px;font-weight:500;
}
.mega-thumb-honey img{object-fit:contain;padding:4px;background:#eee8de}

.production-track{scroll-behavior:smooth}
.photo-card-honey img{object-fit:contain;background:#f1ece4;padding:12px}

.responsibility-scroll{
  height:auto;
  padding-top:92px;
  padding-bottom:92px;
}
.responsibility-sticky{
  position:relative;
  min-height:0;
  display:block;
  padding:0;
}
.responsibility-scroll .center-title{margin-bottom:48px}
.responsibility-scroll .responsibility-grid{
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.42fr);
  gap:64px;
  align-items:center;
}
.responsibility-steps{
  border-left:0;
  padding-left:0;
}
.responsibility-step{
  position:relative;
  padding:0;
  opacity:.42;
  transition:opacity var(--motion-base) var(--ease-out);
}
.responsibility-step.is-active{opacity:1}
.responsibility-step button{
  width:100%;min-height:66px;padding:12px 0;
  border:0;background:transparent;color:var(--forest);
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  text-align:left;cursor:pointer;
}
.responsibility-step button strong{
  font-size:clamp(20px,1.65vw,27px);
  line-height:1.08;font-weight:520;letter-spacing:-.025em;
}
.responsibility-step button span{
  flex:0 0 auto;font-size:10px;letter-spacing:.12em;
  color:#84948d;font-weight:700;
}
.responsibility-step p{
  margin:0;
  max-height:0;overflow:hidden;opacity:0;
  transform:translateY(-5px);
  font-size:12px;line-height:1.7;color:#52635b;
  max-width:480px;
  transition:max-height var(--motion-base) var(--ease-out),
             opacity var(--motion-base) var(--ease-out),
             transform var(--motion-base) var(--ease-out),
             padding var(--motion-base) var(--ease-out);
}
.responsibility-step.is-active p{
  max-height:110px;opacity:1;transform:none;padding:0 0 22px;
}
.responsibility-visual{
  position:relative;
  height:min(52vh,470px);
  min-height:360px;
  overflow:hidden;
}
.responsibility-media{
  position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;
  opacity:0;transform:scale(1.035);
  transition:opacity 520ms var(--ease-soft),transform 760ms var(--ease-out);
}
.responsibility-media.is-active{opacity:1;transform:scale(1)}
.responsibility-progress{display:none}

.milk-gallery{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
}
.milk-gallery>div{
  min-height:340px;border-radius:24px;overflow:hidden;background:#eee8de;
  display:grid;place-items:center;
}
.milk-gallery img{width:100%;height:340px;object-fit:contain;padding:18px}
.honey-hero{background:#eee8de}
.honey-hero img{object-fit:contain!important;padding:22px}
.milk-product-feature{
  min-height:500px;border-radius:32px;background:var(--cream);
  padding:clamp(34px,5vw,70px);
  display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;
}
.milk-product-copy h2{
  margin:8px 0 18px;font-size:clamp(46px,5vw,72px);
  line-height:.94;letter-spacing:-.055em;font-weight:510;
}
.milk-product-copy p{max-width:560px;font-size:13px;line-height:1.72;color:#53635c;margin-bottom:28px}
.milk-product-visual{
  min-height:370px;border-radius:28px;background:#fff;display:grid;place-items:center;overflow:hidden;
}
.milk-product-visual img{width:100%;height:370px;object-fit:contain;padding:18px}

.recipes-page .recipe-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.recipes-page .recipe-card>a{
  grid-template-columns:1fr;
  min-height:0;
}
.recipes-page .recipe-card-media{min-height:330px;height:330px}
.recipes-page .recipe-card-copy{min-height:270px;padding:34px 32px 76px;justify-content:flex-start}
.recipes-page .recipe-card-copy h2{font-size:clamp(38px,3.2vw,54px)}
.recipe-note-wide{margin-top:18px;min-height:290px}
.recipe-food-photo{background:#ece5da}
.recipe-food-photo img{
  width:100%;height:100%;object-fit:cover!important;padding:0!important;filter:none!important;
}
.recipe-meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}
.recipe-meta span{
  padding:8px 12px;border-radius:999px;background:#e8efe4;
  color:var(--forest);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
}
.recipe-steps{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:0}
.recipe-steps li{
  display:grid;grid-template-columns:38px 1fr;gap:13px;
  padding:16px 0;border-bottom:1px solid rgba(255,255,255,.15);
  font-size:12px;line-height:1.6;color:rgba(255,255,255,.82);
}
.recipe-steps b{
  width:30px;height:30px;border-radius:50%;display:grid;place-items:center;
  background:var(--lime);color:var(--forest);font-size:9px;
}
.recipe-source{
  border:1px solid #e4e6e1;border-radius:24px;padding:30px;
  display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;
}
.recipe-source>span{
  font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#67766f;
}
.recipe-source p{margin:0;font-size:11px;line-height:1.6;color:#52635b}
.recipe-source a{font-size:10px;font-weight:800;color:var(--forest)}

.socials a{transition:background var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out)}
.socials a:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.socials svg{
  width:16px;height:16px;display:block;
  fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;
}
.socials .social-dot{fill:currentColor;stroke:none}

@media(max-width:1080px){
  .hero .nav.nav-segmented .nav-menu-shell{width:auto}
  .mega-feature{grid-template-columns:54px 1fr auto;min-height:64px}
  .mega-feature-thumb{width:54px;height:48px}
  .responsibility-scroll{height:auto;padding-top:72px;padding-bottom:72px}
  .responsibility-sticky{position:static;min-height:0;padding:0}
  .responsibility-scroll .responsibility-grid{grid-template-columns:1fr;gap:34px}
  .responsibility-visual{height:420px;min-height:0}
  .milk-product-feature{grid-template-columns:1fr;gap:34px}
}
@media(max-width:760px){
  .responsibility-scroll{padding-top:55px;padding-bottom:55px}
  .responsibility-step{padding-left:0}
  .responsibility-step button{min-height:52px}
  .responsibility-step button strong{font-size:19px}
  .responsibility-visual{height:300px}
  .milk-gallery{grid-template-columns:1fr}
  .milk-gallery>div,.milk-gallery img{min-height:280px;height:280px}
  .milk-product-feature{padding:30px 24px;border-radius:26px}
  .milk-product-visual,.milk-product-visual img{min-height:300px;height:300px}
  .recipes-page .recipe-grid{grid-template-columns:1fr}
  .recipes-page .recipe-card-media{height:290px;min-height:290px}
  .recipe-source{grid-template-columns:1fr;gap:12px}
}
@media(prefers-reduced-motion:reduce){
  .production-track{scroll-behavior:auto}
  .responsibility-scroll{height:auto;padding-top:72px;padding-bottom:72px}
  .responsibility-sticky{position:static;min-height:0;padding:0}
  .responsibility-media,.responsibility-step,.responsibility-step p{transition:none!important}
}

.story-split>*{min-width:0}
.milk-related{width:100%;max-width:100%}
.family-honey .family-media img{object-fit:contain;padding:20px;background:#eee8de}

.story-copy h2{overflow-wrap:anywhere}


/* =========================================================
   V1 FINAL POLISH — hero, navigation and production mega menu
   ========================================================= */

/* New hero is shown without the previous green color overlay. */
.hero-overlay{display:none}
.hero-bg{object-position:center center}

/* Use the center capsule better without changing logo/actions. */
@media(min-width:1081px){
  .hero .nav.nav-segmented .nav-menu-shell{
    width:min(830px,calc(100vw - 430px));
    justify-self:center;
  }
  .hero .nav.nav-segmented .nav-menu-pill{
    justify-content:space-between;
    gap:0;
    padding-inline:38px;
  }
}

/* Larger, clearer production menu. */
.mega-menu{
  width:min(900px,calc(100vw - 32px));
  padding:18px;
  border-radius:28px;
  box-shadow:0 30px 86px rgba(4,45,35,.20);
}
.mega-menu-top{
  min-height:34px;
  padding:1px 7px 13px;
}
.mega-products{gap:10px}
.mega-product{
  min-height:94px;
  padding:10px;
  grid-template-columns:86px minmax(0,1fr);
  gap:13px;
  border-radius:20px;
}
.mega-thumb{
  width:86px;
  height:74px;
  border-radius:16px;
}
.mega-product strong{font-size:13px}
.mega-product small{font-size:9px;line-height:1.4}
.mega-thumb-eggs img{
  object-fit:cover;
  object-position:center;
  padding:0;
  background:#e3e8df;
}
.mega-thumb-shrimp img{
  object-fit:cover;
  padding:0;
  transform:scale(1.12);
  transform-origin:center;
}
.mega-thumb-honey img{
  object-fit:contain;
  padding:3px;
  background:#eee8de;
}

.mega-secondary-features{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.mega-secondary-features .mega-feature,
.mega-production-feature{
  min-height:82px;
  padding:8px 10px;
  border-radius:19px;
  display:grid;
  grid-template-columns:76px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  transition:transform var(--motion-fast) var(--ease-out),background var(--motion-fast) var(--ease-out);
}
.mega-secondary-features .mega-feature{
  margin-top:0;
  background:var(--forest);
  color:#fff;
}
.mega-production-feature{
  background:#eaf3df;
  color:var(--forest);
}
.mega-production-feature:hover,
.mega-secondary-features .mega-feature:hover{transform:translateY(-2px)}
.mega-production-feature:hover{background:#dfeecf}
.mega-secondary-features .mega-feature:hover{background:#0a4b3c}
.mega-secondary-features .mega-feature-thumb{
  width:76px;
  height:64px;
  border-radius:14px;
}
.mega-production-feature .mega-feature-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  padding:0;
}
.mega-secondary-features .mega-feature .mega-feature-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:1px;
  transform:scale(1.14);
}
.mega-secondary-features a>span:nth-child(2){
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.mega-secondary-features small{
  font-size:8px;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:800;
}
.mega-secondary-features strong{
  font-size:14px;
  line-height:1.05;
}
.mega-secondary-features em{
  font-style:normal;
  font-size:8.5px;
  line-height:1.35;
}
.mega-production-feature small{color:#5e776a}
.mega-production-feature strong{color:var(--forest)}
.mega-production-feature em{color:#4f685c}
.mega-secondary-features .mega-feature small{color:rgba(255,255,255,.72)}
.mega-secondary-features .mega-feature strong{color:#fff!important}
.mega-secondary-features .mega-feature em{color:rgba(255,255,255,.86)}
.mega-production-feature b,
.mega-secondary-features .mega-feature b{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:600;
}
.mega-production-feature b{
  background:var(--forest);
  color:#fff;
}
.mega-secondary-features .mega-feature b{
  background:var(--lime);
  color:var(--forest);
}

/* Aviculture is a production front; eggs remain the commercial product connection. */
.poultry-feature{
  min-height:520px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:54px;
  align-items:center;
  padding:clamp(28px,4vw,58px);
  border-radius:32px;
  background:#edf3e7;
}
.poultry-feature-media{
  min-height:410px;
  border-radius:27px;
  overflow:hidden;
}
.poultry-feature-media img{
  width:100%;
  height:410px;
  object-fit:cover;
}
.poultry-feature-copy h2{
  margin:9px 0 18px;
  color:var(--forest);
  font-size:clamp(43px,4.5vw,68px);
  line-height:.96;
  letter-spacing:-.052em;
  font-weight:510;
}
.poultry-feature-copy p{
  margin:0 0 28px;
  max-width:560px;
  color:#4d6258;
  font-size:12px;
  line-height:1.72;
}
.photo-card-product img{
  object-fit:contain;
  padding:14px;
  background:#f1ece4;
}

@media(max-width:1080px){
  .mega-menu{width:100%;padding:10px}
  .mega-secondary-features{grid-template-columns:1fr}
  .mega-secondary-features .mega-feature,
  .mega-production-feature{
    grid-template-columns:62px minmax(0,1fr) auto;
    min-height:68px;
  }
  .mega-secondary-features .mega-feature-thumb{
    width:62px;
    height:52px;
  }
  .poultry-feature{
    grid-template-columns:1fr;
    gap:30px;
  }
}
@media(max-width:760px){
  .poultry-feature{
    min-height:0;
    padding:24px;
    border-radius:25px;
  }
  .poultry-feature-media,
  .poultry-feature-media img{min-height:280px;height:280px}
}


/* Final mega-menu geometry correction after viewport inspection. */
@media(min-width:1201px){
  .mega-menu{
    left:auto;
    right:-40px;
    width:min(820px,calc(100vw - 64px));
    transform:none;
  }
  .mega-menu:before{
    left:auto;
    right:62px;
    transform:rotate(45deg);
  }
}
@media(min-width:1081px) and (max-width:1200px){
  .mega-menu{
    left:auto;
    right:-24px;
    width:min(700px,calc(100vw - 48px));
    transform:none;
  }
  .mega-menu:before{
    left:auto;
    right:48px;
    transform:rotate(45deg);
  }
}
