@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#153f32;--green-dark:#102f27;--green-soft:#eaf0ec;--orange:#ee8b3c;--ink:#1b3028;--muted:#64716a;--line:#dce3dd;--paper:#f5f7f4;--white:#fff;--font:'DM Sans',Arial,sans-serif;--heading:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--white);font-size:16px;line-height:1.55}button,input,textarea,select{font:inherit}button,a,input,textarea{ -webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--orange);outline-offset:4px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:var(--heading);line-height:1.18;letter-spacing:-.035em}h1{font-size:clamp(2.6rem,4.4vw,4.2rem);font-weight:750}h2{font-size:clamp(2rem,3vw,2.8rem);font-weight:750}h3{font-size:1.15rem;letter-spacing:-.025em}p{color:var(--muted)}.container{max-width:1400px;margin:auto;padding:0 56px}.topbar{background:var(--green);color:#dae6df;font-size:12px;padding:9px 0;letter-spacing:.025em}.topbar .container{display:flex;justify-content:space-between;gap:20px}.header{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;gap:38px;min-height:94px}.brand{display:flex;gap:11px;align-items:center;flex-shrink:0}.brand-mark{display:grid;place-items:center;width:41px;height:44px;background:var(--green);color:white;font:800 32px/1 var(--heading);border-radius:2px;border-top:4px solid var(--orange)}.brand strong{display:block;font:800 28px/1 var(--heading);letter-spacing:.015em}.brand small{font-size:9px;letter-spacing:.28em;font-weight:700;display:block;margin-top:5px}.brand-accent{color:var(--orange)}nav{display:flex;gap:30px;margin-left:auto;align-items:center}nav a{font-size:14px;font-weight:600;white-space:nowrap;padding:35px 0 31px;border-bottom:3px solid transparent}nav a.active{color:var(--green);border-color:var(--orange)}.list-link{display:flex;align-items:center;gap:9px;border:1px solid var(--line);padding:10px 14px;font-size:14px;font-weight:600;border-radius:3px;white-space:nowrap}.count{background:var(--green);color:white;min-width:23px;padding:2px 5px;text-align:center;border-radius:3px;font-size:12px}.list-icon{font-size:24px;line-height:1}.menu-button{display:none;background:none;border:0;font-size:25px}.skip-link{position:absolute;top:-60px;left:12px;z-index:100;background:white;padding:12px}.skip-link:focus{top:8px}.hero{position:relative;background:var(--green);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;min-height:515px}.hero-copy{padding:62px 50px 64px 0;position:relative;z-index:2}.eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.17em;display:block;margin-bottom:20px;color:var(--green)}.hero .eyebrow{color:#d5dfb3;display:flex;align-items:center;gap:12px}.hero .eyebrow:before{content:'';height:2px;width:27px;background:var(--orange)}.hero h1{margin-bottom:23px;max-width:620px}.hero h1 em{font-style:normal;color:#cbdba8}.hero p{max-width:450px;font-size:17px;line-height:1.8;color:#d2ded6}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;border:1px solid transparent;background:var(--green);color:white;padding:13px 21px;min-height:48px;font-size:14px;font-weight:650;border-radius:3px;line-height:1.4}.button:hover{background:#21513f}.button.orange{background:var(--orange);color:#152f25}.button.orange:hover{background:#f6a35c}.button.outline{background:transparent;color:var(--ink);border-color:var(--line)}.button.outline:hover{background:var(--paper)}.hero .button.outline{border-color:#7c9385;color:white}.hero .button.outline:hover{background:#254c3d}.hero-footnote{display:flex;gap:22px;margin-top:32px;font-size:12px;color:#cad7ce}.hero-footnote span+span{border-left:1px solid #5b7666;padding-left:22px}.hero-visual{position:relative;min-width:0;background:#43654b;margin-right:calc((min(1400px,100vw) - 100vw)/2 - 56px)}.hero-visual img{height:100%;width:100%;position:absolute;object-fit:cover;object-position:center}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,63,50,.18),transparent 40%),linear-gradient(0deg,rgba(9,33,23,.75),transparent 55%)}.hero-caption{position:absolute;left:40px;right:40px;bottom:39px;z-index:1;border-top:1px solid #ffffff80;padding-top:19px;display:flex;justify-content:space-between;color:white;gap:20px}.hero-caption span{font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hero-caption strong{font:500 23px/1.4 var(--heading)}.stage-section{padding:42px 0 46px;background:var(--paper);border-bottom:1px solid var(--line)}.section-line{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.section-line h2{font-size:21px;margin:0}.section-line p{font-size:14px;margin:0}.stage-track{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);background:#fff;border-radius:4px;overflow:hidden}.stage-step{position:relative;display:block;padding:22px 20px;min-height:125px;border-right:1px solid var(--line);transition:background .15s}.stage-step:last-child{border:0}.stage-step:hover{background:var(--green-soft)}.stage-number{font:600 12px var(--heading);color:#7b877d;display:flex;justify-content:space-between;margin-bottom:15px}.stage-number b{font-size:17px;font-weight:400;color:#5c6d60}.stage-step strong{display:block;font-size:14px;line-height:1.5}.stage-step small{font-size:12px;color:var(--muted)}.section{padding:70px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-heading h2{margin-bottom:12px}.section-heading p{margin:0;max-width:620px}.section-heading .eyebrow{margin-bottom:13px}.text-link{display:inline-flex;align-items:center;gap:16px;font-weight:600;font-size:14px;border-bottom:1px solid var(--green);padding:8px 0;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:4px;background:white;overflow:hidden;transition:box-shadow .2s,border-color .2s;min-width:0}.product-card:hover{border-color:#9bb3a1;box-shadow:0 6px 16px #153f3210}.product-card.is-selected{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.product-image{display:flex;aspect-ratio:1.25;align-items:center;justify-content:center;flex-direction:column;background:#f0f3ef;position:relative;border-bottom:1px solid var(--line);color:#687d6c;text-align:center;gap:7px}.product-image:before,.product-image:after{content:'';position:absolute;width:17px;height:17px;border-color:#c4cfc2;border-style:solid}.product-image:before{left:19px;top:19px;border-width:1px 0 0 1px}.product-image:after{right:19px;bottom:19px;border-width:0 1px 1px 0}.placeholder-number{font:500 24px/1.4 var(--heading);letter-spacing:.06em}.placeholder-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase}.image-ref{position:absolute;top:15px;right:14px;font:500 10px var(--font);color:#7e8b81}.product-info{padding:17px 16px 13px}.product-stage{font-size:11px;color:#5c705f;margin-bottom:6px;display:block;text-transform:uppercase;letter-spacing:.055em}.product-info h3{font-size:16px;margin-bottom:9px;line-height:1.45}.product-info p{font-size:13px;line-height:1.65;margin-bottom:14px}.product-bottom{border-top:1px solid var(--line);padding:12px;display:flex;justify-content:space-between;align-items:center;gap:6px}.select-product{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;cursor:pointer}.select-product input{width:17px;height:17px;accent-color:var(--green);margin:0}.quantity{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:3px;background:#fff;flex-shrink:0}.quantity button{border:0;background:none;width:27px;min-height:30px;line-height:1;padding:0;font-size:17px}.quantity input{appearance:textfield;-moz-appearance:textfield;text-align:center;border:0;width:30px;padding:0;font-size:13px;color:var(--ink);min-height:30px;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.catalogue-note{font-size:12px;color:#738074;margin-top:22px}.buying-section{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.buying-grid{display:grid;grid-template-columns:1fr 2fr;gap:60px}.buying-grid h2{font-size:34px}.buying-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-top:6px}.buying-steps .step-num{display:block;font:500 32px var(--heading);color:#a5b5a2;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:22px}.buying-steps h3{font-size:18px;margin-bottom:12px}.buying-steps p{font-size:14px}.about-strip{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:50px 0}.about-strip h2{font-size:27px;margin-bottom:12px}.about-strip p{max-width:700px;margin:0;font-size:15px}.footer{background:var(--green-dark);color:white;padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer p{font-size:13px;color:#b9c9bf;margin-bottom:7px}.footer h3{font-family:var(--font);font-size:14px;letter-spacing:0;color:#d5e0d8;margin-bottom:17px}.footer-grid>div>a:not(.brand),.footer .text-button,.footer-note{display:block;margin:10px 0;font-size:13px;color:#bccdc2}.text-button{background:none;border:0;padding:0;text-align:left;font:inherit;cursor:pointer}.footer-note{color:#95ad9e!important}.footer-bottom{display:flex;justify-content:space-between;gap:22px;border-top:1px solid #3c5749;padding-top:21px;margin-top:35px;font-size:11px;color:#a6baad}.support-launcher{position:fixed;right:24px;bottom:22px;z-index:25;background:var(--green);color:white;border:1px solid #ffffff55;padding:12px 18px;border-radius:40px;font-size:14px;box-shadow:0 4px 20px #0002;display:flex;align-items:center;gap:9px}.support-launcher>span:first-child{font-size:20px;line-height:1}.toast{position:fixed;top:115px;left:50%;transform:translateX(-50%);z-index:70;background:var(--green-dark);color:white;border-radius:4px;padding:12px 20px;max-width:90vw;box-shadow:0 4px 24px #0002;opacity:0;pointer-events:none;transition:opacity .15s;font-size:14px}.toast.visible{opacity:1}.muted{color:var(--muted)}
@media(min-width:1500px){.hero-visual{margin-right:calc((1400px - 100vw)/2 - 56px)}}
@media(max-width:1150px){.container{padding:0 32px}.nav-wrap{gap:24px}nav{gap:20px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hero-visual{margin-right:-32px}.hero-copy{padding-right:30px}.hero h1{font-size:48px}.stage-step{padding:20px 14px}.product-bottom{flex-wrap:wrap}.buying-grid{gap:35px}.hero-grid{min-height:485px}}
@media(max-width:900px){nav{gap:18px}nav a{font-size:13px}.nav-wrap{gap:18px;min-height:80px}.brand strong{font-size:24px}.brand-mark{width:35px;height:39px;font-size:27px}.list-link{padding:9px 10px}.list-icon{display:none}.hero-grid{grid-template-columns:1.15fr 1fr}.hero h1{font-size:42px}.hero-copy{padding-top:48px;padding-bottom:48px}.hero-actions{gap:10px}.hero p{font-size:15px}.hero-caption{left:24px;right:24px}.hero-caption strong{font-size:19px}.hero-caption span{display:none}.hero-footnote{gap:12px;flex-wrap:wrap}.hero-footnote span+span{padding-left:12px}.stage-track{grid-template-columns:repeat(3,1fr)}.stage-step{min-height:110px}.stage-step:nth-child(3){border-right:0}.stage-step:nth-child(-n+3){border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.buying-grid{grid-template-columns:1fr;gap:15px}.buying-grid>div:first-child{max-width:500px}.footer-grid{grid-template-columns:1.7fr 1fr 1fr;gap:25px}}
@media(max-width:700px){.container{padding:0 20px}.topbar{font-size:11px}.topbar .container>span:last-child{display:none}.nav-wrap{min-height:74px;gap:13px}.brand{gap:8px}.brand strong{font-size:23px}.brand small{font-size:8px}.brand-mark{width:33px;height:37px}.list-link{margin-left:auto;font-size:12px;gap:6px}.menu-button{display:block;padding:5px}nav{display:none;position:absolute;left:0;right:0;top:100%;background:white;box-shadow:0 10px 12px #0001;padding:12px 20px;align-items:stretch}nav.open{display:flex;flex-direction:column;gap:0}nav a{padding:14px 8px;border:0;font-size:15px}nav a.active{background:var(--paper)}.hero-grid{display:flex;flex-direction:column}.hero-copy{padding:40px 0}.hero h1{font-size:43px;max-width:520px}.hero p{font-size:16px;max-width:520px}.hero .eyebrow{font-size:11px}.hero-footnote{margin-top:24px}.hero-visual{height:245px;min-height:245px;margin:0 -20px}.hero-caption{left:24px;right:24px;bottom:22px}.hero-caption strong{font-size:21px}.hero-caption span{display:block}.stage-section{padding:32px 0}.section-line{display:block;margin-bottom:20px}.section-line p{margin-top:8px;font-size:13px}.stage-step{padding:15px 12px;min-height:105px}.stage-step strong{font-size:12px}.stage-step small{font-size:11px}.stage-number{margin-bottom:10px;font-size:11px}.section{padding:45px 0}.section-heading{align-items:start;gap:14px;flex-direction:column;margin-bottom:24px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}.section-heading .eyebrow{font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-info{padding:13px 12px 10px}.product-info h3{font-size:14px}.product-info p{font-size:12px;margin-bottom:5px}.product-stage{font-size:10px}.product-bottom{padding:10px;gap:10px}.placeholder-number{font-size:19px}.placeholder-label{font-size:8px}.image-ref{font-size:8px;right:10px;top:10px}.select-product{font-size:12px;gap:5px}.quantity button{width:26px;min-height:32px}.quantity input{width:28px;min-height:32px}.product-image:before{left:12px;top:12px}.product-image:after{right:12px;bottom:12px}.buying-steps{grid-template-columns:1fr;gap:16px}.buying-steps>div{display:grid;grid-template-columns:43px 1fr;gap:0 18px}.buying-steps .step-num{grid-row:span 2;border:0;padding:0;margin:0}.buying-steps h3{margin:3px 0 8px}.buying-steps p{grid-column:2;margin-bottom:6px}.about-strip{flex-direction:column;align-items:start;padding:40px 0;gap:24px}.about-strip h2{font-size:25px}.footer-grid{grid-template-columns:1fr 1fr;gap:26px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block;font-size:10px;padding-bottom:55px}.footer-bottom span{display:block;margin:6px 0}.support-launcher{right:15px;bottom:16px;padding:11px 14px;font-size:12px}.toast{top:91px}.button{padding:13px 18px}.hero-actions .button{font-size:13px}}
.page-heading{background:var(--paper);border-bottom:1px solid var(--line);padding:0 0 42px}.page-heading h1{font-size:clamp(2.3rem,3.8vw,3.4rem);margin-bottom:18px}.page-heading p{max-width:740px;margin-bottom:0}.page-heading .eyebrow{margin-top:12px;margin-bottom:15px}.breadcrumb{display:flex;gap:11px;align-items:center;flex-wrap:wrap;padding:28px 0;font-size:13px;color:var(--muted)}.breadcrumb a:hover{text-decoration:underline}.catalogue-layout{display:grid;grid-template-columns:225px minmax(0,1fr);gap:38px;padding-top:35px}.category-sidebar h2{font-size:17px;letter-spacing:-.02em;margin-bottom:22px}.category-sidebar>a{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 11px;margin:3px -11px;border-radius:3px;font-size:14px}.category-sidebar>a small{font-size:11px;color:#8a978d;margin-right:7px}.category-sidebar>a b{font-size:11px;font-weight:500;padding:2px 5px;border:1px solid var(--line);border-radius:3px}.category-sidebar>a.active{background:var(--green);color:white}.category-sidebar>a.active small{color:#bdcfc1}.category-sidebar>a.active b{border-color:#648271}.sidebar-tip{border-top:1px solid var(--line);padding-top:26px;margin-top:24px}.sidebar-tip p{font-size:14px}.sidebar-tip h3{font-size:18px}.catalogue-toolbar{display:flex;justify-content:space-between;gap:14px;margin-bottom:23px;font-size:14px}.catalogue-toolbar span{color:var(--muted)}.catalogue-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:10px 0 48px}.detail-image{aspect-ratio:1;min-height:350px;border:1px solid var(--line);border-radius:4px}.detail-image .placeholder-number{font-size:42px}.detail-image .placeholder-label{font-size:13px}.detail-image .image-ref{font-size:13px;top:25px;right:25px}.detail-copy{padding-top:15px}.detail-copy h1{font-size:48px;margin-bottom:12px}.detail-copy .eyebrow{margin-bottom:13px}.detail-reference{font-size:13px;margin-bottom:25px}.detail-specs{border-top:1px solid var(--line);margin-top:26px;padding-top:22px}.detail-specs h2{font-size:18px}.detail-specs dl{margin:0}.detail-specs dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.detail-specs dt{color:var(--muted)}.detail-specs dd{margin:0;text-align:right}.detail-selection{display:flex;gap:36px;align-items:end;padding:27px 0}.field-label{display:block;font-size:14px;font-weight:500;margin-bottom:10px}.detail-selection .quantity button,.inquiry-table .quantity button{min-height:40px;width:34px}.detail-selection .quantity input,.inquiry-table .quantity input{min-height:40px;width:44px;font-size:15px}.detail-selection .select-product{padding-bottom:11px;font-size:15px}.detail-actions{display:flex;gap:12px;flex-wrap:wrap}.product-support-note{margin-top:28px;background:var(--paper);border-left:3px solid #d3dccd;padding:15px 18px;font-size:13px}.product-support-note p{margin:5px 0 0}.related-section{border-top:1px solid var(--line)}.selection-bar{position:fixed;z-index:28;bottom:20px;left:50%;transform:translateX(-50%);background:var(--green-dark);color:white;padding:13px 15px 13px 23px;border-radius:5px;box-shadow:0 8px 30px #0003;display:flex;gap:65px;align-items:center;border:1px solid #ffffff50}.selection-bar strong{font-size:15px;white-space:nowrap}.selection-bar>div>span{font-size:12px;display:block;color:#bfcebe;margin-top:3px}.selection-bar .button{white-space:nowrap;font-size:13px}.has-selection-bar .support-launcher{bottom:119px}.has-selection-bar .footer{padding-bottom:110px}.inquiry-progress{display:flex;gap:30px;flex-wrap:wrap;margin-top:32px;font-size:13px;color:#7d877f}.inquiry-progress .done{color:var(--green)}.inquiry-progress .current{color:var(--green);font-weight:700;border-bottom:2px solid var(--orange);padding-bottom:8px}.inquiry-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:38px;padding-top:38px}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:4px}.inquiry-table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}.inquiry-table th{background:var(--paper);padding:16px 14px;font-weight:600;font-size:12px;white-space:nowrap}.inquiry-table td{border-top:1px solid var(--line);padding:19px 14px}.table-product{font-weight:600;display:block}.inquiry-table small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.remove-button{width:32px;height:32px;flex-shrink:0;display:grid;place-items:center;border:0;background:transparent;border-radius:3px;font-size:23px;color:#738476}.remove-button:hover{background:#f7e9e4;color:#8c3228}.inquiry-summary{background:var(--paper);border:1px solid var(--line);border-radius:4px;padding:28px;height:max-content;position:sticky;top:122px}.inquiry-summary h2{font-size:24px}.inquiry-summary .eyebrow{font-size:10px;margin-bottom:14px}.summary-row{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.summary-row strong{font-size:16px}.inquiry-summary .button{width:100%;margin-top:25px}.inquiry-summary>p{font-size:12px;margin-top:19px}.preview-note{background:#fff8e9;border:1px solid #efdfbd;border-radius:3px;padding:14px 15px;font-size:13px;color:#68532f;line-height:1.6}.preview-note strong,.preview-note span{display:block}.preview-note strong{margin-bottom:4px}.empty-state{text-align:center;padding:60px 20px 90px}.empty-state h1{font-size:clamp(32px,4vw,47px);margin-bottom:20px}.empty-state p{margin:0 0 28px}.empty-symbol{display:grid;place-items:center;width:80px;height:80px;background:var(--green-soft);margin:0 auto 25px;border-radius:50%;font-size:50px;font-weight:400;color:#69816f}.form-field{display:flex;flex-direction:column;gap:8px;font-size:14px;margin-bottom:18px}.form-field>span{font-weight:500}.form-field b{color:#a35425}.form-field input,.form-field textarea{border:1px solid #cbd6cc;border-radius:3px;padding:12px;min-width:0;width:100%;background:white;color:var(--ink);font-size:16px}.form-field textarea{resize:vertical;min-height:110px;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.inquiry-form{border-top:1px solid var(--line);margin-top:40px;padding-top:36px}.inquiry-form h2{font-size:30px}.inquiry-form>p{font-size:13px}.inquiry-form>.button{margin-top:22px}.inquiry-form>.eyebrow{margin-bottom:14px}.question-summary{margin:30px 0}.question-summary h2{font-size:23px}.question-summary>div{display:flex;justify-content:space-between;gap:18px;background:var(--paper);border-left:3px solid #adbfac;padding:16px;margin-bottom:12px;overflow-wrap:anywhere}.question-summary p{margin:0;font-size:14px}.question-summary strong{color:var(--ink)}.guide-intro{margin-bottom:65px}.guide-details{display:grid;grid-template-columns:1fr 1fr;gap:40px 70px;margin-bottom:35px}.guide-details>section{border-top:1px solid var(--line);padding-top:27px}.guide-details>section>span{font-size:12px;letter-spacing:.08em;color:var(--muted)}.guide-details h2{font-size:25px;margin:15px 0}.guide-details p{line-height:1.9}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:80px}.about-content h2{font-size:32px}.about-content p{line-height:1.9}.about-content .button{margin-top:12px}.company-panel{padding:30px;border:1px solid var(--line);background:var(--paper)}.company-panel h2{font-size:24px}.company-panel dl{margin:0}.company-panel dt{font-size:12px;color:var(--muted);margin-top:24px}.company-panel dd{font-size:16px;margin:7px 0 0}.company-panel .catalogue-note{margin-bottom:0}dialog{border:1px solid var(--line);padding:0;border-radius:7px;box-shadow:0 12px 60px #0004;color:var(--ink);max-height:90vh;overflow-y:auto;width:min(460px,calc(100vw - 30px));max-width:none}dialog::backdrop{background:#102f2780;backdrop-filter:blur(3px)}.support-dialog{margin:auto 24px 90px auto}.dialog-heading{padding:25px;display:flex;align-items:start;justify-content:space-between;gap:15px;background:var(--green);color:white}.dialog-heading .eyebrow{color:#cfdcbb;margin-bottom:9px;font-size:11px}.dialog-heading h2{font-size:25px;margin:0}.close-button{border:0;background:none;font-size:27px;padding:0 4px;line-height:1;color:inherit}.support-body{padding:25px}.support-body>p{font-size:14px;line-height:1.7}.status-label{display:inline-block;color:#746036;background:#fff3d8;font-size:12px;border-radius:3px;padding:5px 8px;margin-bottom:14px}.chat-product{border:1px solid var(--line);border-left:3px solid var(--green);padding:13px 16px;margin:18px 0}.chat-product small,.chat-product strong{display:block}.chat-product small{color:var(--muted);font-size:12px;margin-bottom:5px}.support-body .button{width:100%}.support-disclaimer{font-size:12px!important;margin:20px 0 0}.draft-dialog{width:min(560px,calc(100vw - 30px))}.draft-reference{font:600 17px var(--heading);padding:17px;background:var(--paper);border:1px solid var(--line);margin:20px 0;overflow-wrap:anywhere}.dialog-actions{display:flex;gap:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Golden field hero: the landscape leads, with a restrained green identity. */
.hero{background:#524630;min-height:565px}.hero-grid{position:relative;display:block;min-height:565px}.hero-copy{width:650px;max-width:65%;padding:78px 20px 76px 0;position:relative;z-index:2}.hero h1{font-size:clamp(46px,4.8vw,68px);line-height:1.1;text-shadow:0 2px 20px #0001}.hero h1 em{color:#f8dca2}.hero .eyebrow{color:#fff0d1}.hero p{color:#fff6e6;font-size:17px;text-shadow:0 1px 8px #0004}.hero-visual{position:absolute;inset:0;margin:0;z-index:0;min-height:0;width:100vw;left:calc((min(1400px,100vw) - 100vw)/2)}.hero-visual img{object-position:center 55%}.hero-visual:after{background:linear-gradient(90deg,rgba(25,31,21,.81) 0%,rgba(25,31,21,.65) 35%,rgba(30,34,24,.1) 78%),linear-gradient(0deg,rgba(35,33,21,.28),transparent 45%)}.hero-caption{left:auto;right:max(56px,calc((100vw - 1288px)/2));bottom:40px;width:230px;border-color:#fff9}.hero-caption span{display:none}.hero-caption strong{font-size:24px}.hero-footnote{color:#fff1d8}.hero .button.outline{border-color:#fff9}.hero .button.outline:hover{background:#ffffff20}.hero .button.orange{background:#f2a94f}.product-info p{font-size:14px}.product-info h3{font-size:17px}.product-stage{font-size:12px}.select-product{font-size:14px}.placeholder-label{font-size:12px;letter-spacing:.06em}.stage-step strong{font-size:15px}.product-bottom{flex-wrap:wrap}.main:focus{outline:none}
@media(min-width:1450px){.hero-visual{left:calc((1400px - 100vw)/2)}}
@media(max-width:1150px){.catalogue-layout{grid-template-columns:195px minmax(0,1fr);gap:28px}.catalogue-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.catalogue-toolbar{font-size:13px}.detail-grid{gap:35px}.inquiry-layout{grid-template-columns:minmax(0,1fr) 280px;gap:25px}.inquiry-summary{padding:22px}.inquiry-table td{padding:16px 10px}.inquiry-table td:nth-child(2),.inquiry-table th:nth-child(2){display:none}.hero-copy{max-width:74%}.about-content{gap:40px}}
@media(max-width:900px){.catalogue-layout{display:block}.category-sidebar{margin-bottom:28px;display:flex;flex-wrap:wrap;gap:8px}.category-sidebar h2{width:100%;margin-bottom:6px}.category-sidebar>a{margin:0;padding:10px 12px;background:var(--paper)}.category-sidebar>a small{display:none}.sidebar-tip{display:none}.catalogue-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inquiry-layout{grid-template-columns:1fr}.inquiry-summary{position:static;max-width:none}.detail-grid{gap:25px}.detail-copy h1{font-size:38px}.detail-image{min-height:0}.detail-copy>.eyebrow{font-size:10px}.detail-specs dl>div{display:block}.detail-specs dd{text-align:left;margin-top:5px}.detail-selection{gap:20px}.detail-selection .select-product{font-size:13px}.detail-actions .button{width:100%}.hero-caption{right:32px;width:160px}.hero-caption strong{font-size:20px}.hero-copy{max-width:78%}.selection-bar{gap:35px}.about-content{grid-template-columns:1fr}.guide-details{gap:25px 40px}.inquiry-table td:nth-child(2),.inquiry-table th:nth-child(2){display:table-cell}}
@media(max-width:700px){.hero,.hero-grid{min-height:560px}.hero-copy{width:100%;max-width:none;padding:54px 0 66px}.hero h1{font-size:43px;max-width:440px}.hero p{max-width:350px;font-size:16px;line-height:1.8}.hero-visual{inset:0;left:0;height:100%;min-height:100%;margin:0}.hero-visual img{object-position:62% center}.hero-visual:after{background:linear-gradient(90deg,rgba(28,30,21,.76),rgba(28,30,21,.3)),linear-gradient(0deg,rgba(28,30,21,.3),transparent)}.hero-caption{display:none}.hero .eyebrow{font-size:11px}.hero-footnote{margin-top:32px}.product-info p{font-size:13px}.product-info h3{font-size:16px}.product-stage{font-size:10px}.placeholder-label{font-size:10px}.stage-step strong{font-size:13px}.select-product{font-size:13px}.page-heading{padding-bottom:30px}.page-heading h1{font-size:34px}.page-heading p{font-size:15px}.breadcrumb{padding:22px 0;font-size:12px;gap:8px}.catalogue-layout{padding-top:26px}.category-sidebar>a{font-size:12px}.category-sidebar>a b{font-size:10px}.catalogue-toolbar{flex-direction:column;gap:4px;font-size:13px}.catalogue-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.detail-grid{grid-template-columns:1fr;gap:18px}.detail-image{aspect-ratio:1.2}.detail-copy{padding-top:0}.detail-copy>.eyebrow{font-size:11px}.detail-specs dl>div{display:flex}.detail-specs dd{margin:0;text-align:right}.detail-selection{gap:28px}.detail-selection .select-product{font-size:14px}.detail-actions{display:grid;grid-template-columns:1fr}.selection-bar{left:10px;right:10px;bottom:10px;transform:none;justify-content:space-between;padding:11px 12px;gap:10px}.selection-bar strong{font-size:13px}.selection-bar>div>span{font-size:10px}.selection-bar .button{font-size:12px;padding:10px 12px;gap:7px;min-height:42px}.has-selection-bar .support-launcher{bottom:91px}.has-selection-bar .footer{padding-bottom:105px}.inquiry-progress{gap:14px;font-size:11px;margin-top:22px}.inquiry-layout{padding-top:28px}.inquiry-layout .section-line h2{font-size:20px}.inquiry-layout .section-line .text-link{font-size:12px;margin-top:8px}.inquiry-table th{padding:13px 10px;font-size:11px}.inquiry-table td{padding:15px 10px;font-size:13px}.inquiry-table td:nth-child(2),.inquiry-table th:nth-child(2){display:none}.inquiry-table .quantity button{width:25px;min-height:36px}.inquiry-table .quantity input{width:32px;min-height:36px;font-size:14px}.inquiry-table td:last-child{padding-left:0;padding-right:5px}.inquiry-table .remove-button{width:25px}.form-grid{grid-template-columns:1fr}.inquiry-form h2{font-size:27px}.guide-details{grid-template-columns:1fr;gap:24px}.guide-intro{margin-bottom:40px}.guide-details h2{font-size:24px}.about-content{gap:28px}.company-panel{padding:24px}.support-dialog{margin:auto 15px 18px}.dialog-heading,.support-body{padding:21px}.dialog-heading h2{font-size:23px}.dialog-actions{flex-direction:column}.support-launcher>span:last-child{display:none}.support-launcher{width:46px;height:46px;display:grid;place-items:center;padding:0}.support-launcher>span:first-child{font-size:24px}}
@media(max-width:370px){.container{padding:0 15px}.nav-wrap{gap:8px}.list-link>span:nth-child(2){display:none}.hero h1{font-size:38px}.stage-step{padding:14px 8px}.stage-step strong{font-size:12px}.product-grid,.catalogue-products .product-grid{gap:10px}.product-info{padding:12px 10px}}
/* Original white HANS logo, compact inquiry control, balanced type scale. */
.topbar{background:#17231e;color:#cbd2ca;padding:7px 0}.header{background:#29362f;border-color:#ffffff16;color:#fff}.nav-wrap{min-height:85px;gap:35px}.brand-logo{display:block;width:176px;height:auto;max-height:68px;object-fit:contain}.header nav a{font-size:14px;font-weight:500;padding:30px 0 26px;color:#e5e9e4}.header nav a.active{color:#fff;border-color:#eab579}.header nav a:hover{color:#f4d8b1}.list-link{border:1px solid #ffffff35;border-radius:6px;height:36px;min-height:36px;padding:0 10px;gap:8px;background:#ffffff08;color:#fff;font-size:13px;line-height:1;box-shadow:none}.list-link:hover{border-color:#d7b98a;background:#ffffff13}.list-icon{display:block;flex-shrink:0;width:16px;height:16px}.list-link .count{display:grid;place-items:center;border-radius:50%;background:#ecd3ab;color:#28342d;min-width:19px;width:19px;height:19px;padding:0;font-size:11px;font-weight:700;line-height:1}.hero,.hero-grid{min-height:530px}.hero-copy{padding:72px 0 66px;width:610px;max-width:63%}.hero h1{font-size:clamp(42px,4vw,56px);line-height:1.16;letter-spacing:-.04em;font-weight:650;margin-bottom:22px}.hero p{font-size:16px;line-height:1.8;max-width:455px}.hero .eyebrow{font-size:12px;letter-spacing:.13em;font-weight:600;margin-bottom:21px}.hero h1 em{color:#f7d8a2}.hero-visual img{object-position:50% 49%}.hero-visual:after{background:linear-gradient(90deg,rgba(32,32,24,.71),rgba(33,34,27,.5) 34%,rgba(31,29,22,.08) 76%)}.hero-actions{margin-top:27px}.hero-footnote{font-size:12px;margin-top:29px}.hero-caption strong{font-size:21px;line-height:1.45}.section-heading h2{font-size:34px;line-height:1.25;letter-spacing:-.035em}.section-heading p{font-size:15px;line-height:1.7}.section-line h2{font-size:20px}.buying-grid h2{font-size:31px;line-height:1.25}.about-strip h2{font-size:25px}.product-info h3{font-size:16px}.product-info p{font-size:14px;line-height:1.65}.footer{background:#223028}.eyebrow{line-height:1.6}.footer .eyebrow{color:#d8e3cf}#main:focus{outline:none}
@media(max-width:1150px){.nav-wrap{gap:25px}.brand-logo{width:156px}.hero-copy{max-width:70%}.hero h1{font-size:48px}.section-heading h2{font-size:32px}}
@media(max-width:900px){.nav-wrap{gap:20px}.brand-logo{width:138px}.header nav{gap:17px}.header nav a{font-size:13px}.list-link{font-size:12px;gap:6px;padding:0 8px}.hero-copy{max-width:77%}.hero h1{font-size:44px}.hero p{max-width:420px}.hero,.hero-grid{min-height:510px}}
@media(max-width:700px){.nav-wrap{min-height:70px;gap:12px}.brand-logo{width:129px;max-height:52px}.header nav{background:#29362f}.header nav a{padding:14px 8px;font-size:15px}.header nav a.active{background:#ffffff0b}.menu-button{color:#fff;font-size:23px}.list-link{height:32px;min-height:32px;font-size:12px;padding:0 9px;border-radius:5px;gap:6px}.list-link .count{width:18px;min-width:18px;height:18px;font-size:10px}.list-icon{display:none}.hero,.hero-grid{min-height:510px}.hero-copy{width:100%;max-width:none;padding:51px 0 57px}.hero h1{font-size:39px;line-height:1.17;max-width:400px;letter-spacing:-.04em;margin-bottom:20px}.hero .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:18px}.hero p{font-size:15px;line-height:1.8;max-width:345px}.hero-visual img{object-position:58% 49%}.hero-visual:after{background:linear-gradient(90deg,rgba(31,30,23,.74),rgba(34,32,24,.2))}.hero-footnote{font-size:11px;margin-top:26px}.hero-actions .button{font-size:12px;min-height:44px;padding:12px 16px;gap:13px}.section-heading h2{font-size:28px}.section-heading p{font-size:14px}.section-heading .eyebrow{font-size:11px}.section-line h2{font-size:19px}.buying-grid h2{font-size:28px}.about-strip h2{font-size:24px}.product-info p{font-size:13px}.product-info h3{font-size:15px}}
@media(max-width:370px){.brand-logo{width:116px}.hero h1{font-size:34px}.list-link>span:nth-child(2){display:inline}.list-link{font-size:11px;padding:0 6px}.nav-wrap{gap:8px}.hero-actions{gap:8px}.hero-actions .button{padding:11px 13px}}
/* A bright harvest palette, spacious catalogue rhythm, and whole-card selection. */
:root{--green:#495b36;--green-dark:#303e2b;--green-soft:#f3f5e9;--orange:#edb84d;--ink:#343c2e;--muted:#717565;--line:#e7e6d9;--paper:#faf9f2}
body{background:#fffefa}.topbar{background:#37432d;color:#f3f2dc}.header{background:#424b36}.header nav a.active{border-color:#f3ce70}.hero-visual img{filter:brightness(1.16) saturate(1.08)}.hero-visual:after{background:linear-gradient(90deg,rgba(37,39,28,.53),rgba(38,37,28,.3) 38%,transparent 75%)}.hero h1{font-weight:600;line-height:1.16;max-width:660px}.hero-copy{width:700px;max-width:74%;padding-top:76px}.hero p{font-size:16px;max-width:435px;color:white}.hero h1 em{color:#ffdf9b}.hero-caption{border-color:#fff9}.hero-caption strong{font-weight:500}.hero .button.orange{background:#f2c467}.button{background:#5d703f}.button:hover{background:#4f6234}.button.orange{background:#efbd56;color:#3c3f24}.button.orange:hover{background:#f6cd79}.stage-section{background:#fbf8eb;padding:35px 0 38px}.stage-track{border-color:#e8e0c9;box-shadow:0 4px 20px #7a652004}.stage-step{padding:20px;min-height:119px}.stage-step:hover{background:#fff7da}.stage-number{color:#ab8539}.stage-number b{color:#8d945f}.stage-step strong{font-size:14px;font-weight:600;margin-bottom:2px}.section{padding-top:58px;padding-bottom:58px}.section-heading{margin-bottom:29px}.section-heading h2{font-size:32px;font-weight:650;margin-bottom:10px}.section-heading .eyebrow{color:#947336;font-size:11px;letter-spacing:.13em}.section-heading p{font-size:15px;line-height:1.6}.product-grid{gap:22px}.product-card{cursor:pointer;border-radius:6px;box-shadow:0 3px 12px #6b613405}.product-card:hover{border-color:#ceb67b;box-shadow:0 7px 22px #7a652014}.product-image{width:100%;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:0;background:#f7f6ed;aspect-ratio:1.28;color:#99977c;cursor:pointer}.product-image:before,.product-image:after{border-color:#d4d2bd}.placeholder-number{font-size:21px;font-weight:500;letter-spacing:.04em}.placeholder-label{font-size:11px;color:#8e8e79}.product-info{padding:18px 17px 16px}.product-stage{font-size:10px;letter-spacing:.09em;color:#857546;margin-bottom:6px}.product-info h3{font-size:17px;font-weight:650;margin-bottom:9px}.product-info p{font-size:13px;line-height:1.65;margin-bottom:13px;color:#77796a}.product-details-link{font-size:12px;font-weight:600;display:inline-flex;gap:11px;align-items:center;border-bottom:1px solid #c8c8ac;padding-bottom:2px;color:#55633e}.product-details-link:hover{color:#91712d;border-color:#91712d}.product-bottom{padding:13px 15px;border-color:#e8e5d5;gap:10px}.select-product{font-size:13px;cursor:pointer}.select-product input{accent-color:#8a6a22}.quantity{border-color:#dedecd}.quantity button{width:28px;min-height:32px}.quantity input{min-height:32px;width:32px;border-color:#dedecd}.selected-badge{display:none;position:absolute;left:12px;top:12px;background:#8b6a22;color:white;border-radius:50%;width:24px;height:24px;place-items:center;font-size:15px;line-height:1;z-index:2}.product-card.is-selected{border-color:#bd942f;box-shadow:0 0 0 1px #bd942f;background:#fff0bf}.product-card.is-selected .product-image{background:#f5df95;color:#765e25;border-color:#ddc273}.product-card.is-selected .product-image:before,.product-card.is-selected .product-image:after{border-color:#ccb066}.product-card.is-selected .product-info,.product-card.is-selected .product-bottom{background:#fff0bf}.product-card.is-selected .product-bottom{border-color:#e3ce8d}.product-card.is-selected .selected-badge{display:grid}.product-card.is-selected .product-stage{color:#856326}.product-card.is-selected .placeholder-label,.product-card.is-selected .image-ref{color:#83692e}.product-card.is-selected .select-product{color:#71571f;font-weight:650}.buying-section{background:#f4f5e8}.buying-grid h2{font-size:30px;font-weight:600}.buying-steps .step-num{color:#b8ae77}.buying-steps h3{font-size:17px;font-weight:650}.about-strip{padding:44px 0}.about-strip h2{font-size:25px;font-weight:600}.footer{background:#3c4730}.footer-grid>div>a:not(.brand),.footer .text-button,.footer-note,.footer p{color:#e0e2ca}.footer-bottom{border-color:#ffffff20;color:#ccd1b8}.support-launcher{background:#626f45}.selection-bar{background:#48543a}.detail-image{cursor:default}.detail-image .selected-badge{display:none}.category-sidebar>a.active{background:#687849}.inquiry-summary{background:#faf8ed}.preview-note{background:#fff6d9}.hero-visual{overflow:hidden}.hero-visual img{animation:field-drift 24s ease-in-out infinite alternate;transform-origin:center}@keyframes field-drift{from{transform:scale(1)}to{transform:scale(1.035)}}
@media(max-width:1150px){.product-grid{gap:18px}.hero-copy{max-width:77%}.hero h1{font-size:46px}.stage-step{padding:19px 14px}.product-bottom{padding:12px}.product-info{padding:15px}.section-heading h2{font-size:30px}}
@media(max-width:900px){.hero h1{font-size:43px}.hero-copy{max-width:86%}.product-grid{gap:18px}.hero-caption{width:130px}.hero-caption strong{font-size:18px}.stage-step{min-height:105px}.header nav a{font-size:12px}}
@media(max-width:700px){.hero-copy{max-width:100%;width:auto;padding:52px 0}.hero h1{font-size:37px;line-height:1.18;max-width:360px}.hero p{font-size:15px;max-width:330px}.hero,.hero-grid{min-height:492px}.hero-visual:after{background:linear-gradient(90deg,rgba(37,35,26,.65),rgba(34,33,24,.13))}.hero-visual img{filter:brightness(1.2) saturate(1.08)}.header nav{background:#424b36}.header nav a{font-size:14px}.section{padding-top:42px;padding-bottom:42px}.stage-section{padding:28px 0}.stage-step{padding:15px 11px;min-height:102px}.stage-step strong{font-size:12px}.section-heading h2{font-size:27px}.section-heading p{font-size:14px}.section-line h2{font-size:18px}.product-grid,.catalogue-products .product-grid{gap:15px 12px}.product-info{padding:13px 12px}.product-info h3{font-size:16px}.product-info p{font-size:12px;line-height:1.7;margin-bottom:11px}.product-stage{font-size:9px;letter-spacing:.04em}.product-bottom{padding:11px 10px;gap:10px}.product-image{aspect-ratio:1.2}.placeholder-number{font-size:18px}.placeholder-label{font-size:9px}.product-details-link{font-size:11px}.selected-badge{width:21px;height:21px;font-size:13px;left:9px;top:9px}.buying-grid h2{font-size:27px}.quantity button{width:27px}.quantity input{width:31px}.product-bottom .select-product{font-size:12px}.about-strip h2{font-size:24px}.hero-visual img{animation:none}.detail-image .placeholder-number{font-size:34px}.detail-image .placeholder-label{font-size:12px}}
@media(max-width:370px){.hero h1{font-size:33px}.product-info{padding:12px 10px}.stage-step strong{font-size:11px}}
.hero-actions{gap:12px}.hero-actions .button{min-height:34px;height:34px;padding:0 15px;font-size:12px;font-weight:600;line-height:1;border-radius:3px;gap:14px}.hero .button.outline{border-color:#ffffffa6;border-width:1px}.hero-actions .button.orange{border-color:#f2c467}
@media(max-width:700px){.hero-actions{gap:10px}.hero-actions .button{min-height:33px;height:33px;font-size:11px;padding:0 13px;gap:11px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}

/* Native 4500 × 3000 harvest photograph; no animated resampling or blur. */
.hero-visual img{object-position:50% 85%;filter:none;animation:none;transform:none}.hero-visual:after{background:linear-gradient(90deg,rgba(24,37,37,.47),rgba(24,37,37,.22) 38%,transparent 74%)}.hero h1{text-shadow:0 2px 14px #10252135}.hero p{text-shadow:0 1px 8px #10252155}.hero-caption{background:#14271e18;padding:15px 0 0}.hero h1 em{color:#ffe5a4}
@media(max-width:700px){.hero-visual img{object-position:55% 80%;filter:none}.hero-visual:after{background:linear-gradient(90deg,rgba(22,35,35,.55),rgba(22,35,35,.12))}}

/* Keep catalogue content off the screen edges at every breakpoint. */
.section.container{padding-left:56px;padding-right:56px}.hero-caption{display:none}
@media(max-width:1150px){.section.container{padding-left:32px;padding-right:32px}}
@media(max-width:700px){.section.container{padding-left:20px;padding-right:20px}.product-bottom{flex-direction:column;align-items:flex-start;gap:10px;min-height:89px}.product-info p{font-size:13px}.product-stage{font-size:10px}.product-details-link{font-size:12px}.product-bottom .select-product{font-size:13px}}
@media(max-width:370px){.section.container{padding-left:15px;padding-right:15px}}

/* Production stages use distinct farming scenes with consistent text contrast. */
.stage-track:has(.has-photo){gap:12px;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.stage-step.has-photo{position:relative;isolation:isolate;height:174px;border:0;border-radius:5px;overflow:hidden;padding:15px;display:flex;flex-direction:column;justify-content:space-between;background:#747752;color:white}.stage-step.has-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(21,29,17,.88),rgba(21,29,17,.18) 65%,rgba(21,29,17,.12));transition:background .2s}.stage-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .3s}.stage-step.has-photo:hover .stage-photo{transform:scale(1.045)}.stage-step.has-photo .stage-number{position:relative;z-index:2;color:#fff8dd;font-size:12px;font-weight:600;text-shadow:0 1px 4px #0008;margin-bottom:0}.stage-step.has-photo .stage-number b{color:white}.stage-copy{position:relative;z-index:2}.stage-step.has-photo strong{font-size:15px;font-weight:600;color:#fff;line-height:1.4;letter-spacing:-.015em}.stage-step.has-photo small{color:#e5e7d7;font-size:11px;line-height:1.5}.stage-step.has-photo:focus-visible{outline-offset:4px}.stage-step.has-photo[href*="grain-processing"] .stage-photo{object-position:50% 55%}
@media(max-width:1150px){.stage-step.has-photo{padding:13px;height:164px}.stage-step.has-photo strong{font-size:13px}.stage-track:has(.has-photo){gap:10px}}
@media(max-width:900px){.stage-step.has-photo{height:154px;padding:15px}.stage-step.has-photo strong{font-size:15px}}
@media(max-width:700px){.stage-track:has(.has-photo){gap:10px}.stage-step.has-photo{height:136px;padding:11px}.stage-step.has-photo strong{font-size:12px;line-height:1.4}.stage-step.has-photo small{font-size:10px}.stage-step.has-photo .stage-number{font-size:10px}.stage-step.has-photo .stage-number b{font-size:16px}}
@media(max-width:370px){.stage-track:has(.has-photo){gap:8px}.stage-step.has-photo{padding:9px;height:131px}.stage-step.has-photo strong{font-size:11px}}

.stage-step.has-photo[href*="land-leveling"] .stage-photo{object-position:60% 30%}.stage-step.has-photo[href*="tillage"] .stage-photo{object-position:60% 58%}.stage-step.has-photo[href*="fertilizing"] .stage-photo{object-position:50% 60%}.stage-step.has-photo[href*="seeding"] .stage-photo{object-position:58% 50%}.stage-step.has-photo[href*="harvesting"] .stage-photo{object-position:50% 56%}.stage-step.has-photo[href*="grain-processing"] .stage-photo{object-position:50% 49%}.footer-bottom a{text-decoration:underline;text-underline-offset:3px}.list-link .count{width:auto;min-width:19px;padding:0 5px;border-radius:10px}

.support-launcher{width:48px;height:48px;display:grid;place-items:center;padding:0;border-radius:50%;right:20px;gap:0}.support-launcher svg{display:block;pointer-events:none}.support-launcher>span{display:none}
@media(max-width:700px){.support-launcher{width:44px;height:44px;right:15px}}

/* Slim procurement bar with a quieter, compact confirmation action. */
.selection-bar{padding:7px 9px 7px 14px;gap:28px;min-height:48px;border-radius:6px;border-color:#ffffff36;box-shadow:0 3px 16px #26341c26}
.selection-bar>div{min-width:0}
.selection-bar strong{display:block;font-size:13px;font-weight:600;line-height:1.25}
.selection-bar>div>span{font-size:11px;line-height:1.2;margin-top:2px;color:#d2dac9}
.selection-bar .button{height:32px;min-height:32px;padding:0 13px;gap:12px;border-radius:3px;font-size:12px;font-weight:600;line-height:1;flex-shrink:0}
.has-selection-bar .support-launcher{bottom:84px}
.has-selection-bar .footer{padding-bottom:82px}
@media(max-width:700px){
  .selection-bar{padding:6px 8px 6px 11px;gap:12px;min-height:46px}
  .selection-bar strong{font-size:12px;line-height:1.25}
  .selection-bar>div>span{font-size:10px;line-height:1.2;margin-top:2px}
  .selection-bar .button{height:32px;min-height:32px;padding:0 10px;gap:8px;font-size:11px}
  .has-selection-bar .support-launcher{bottom:71px}
  .has-selection-bar .footer{padding-bottom:77px}
}

/* A light harvest notice above a sky-toned navigation surface. */
.topbar{background:#fbf5e8;color:#75674e;padding:6px 0;border-bottom:1px solid #e9dfca;letter-spacing:.015em}
.header{background-color:#355466;background-image:linear-gradient(105deg,#263f4fe8,#527184cc),url('hero-wheat-hd.jpg');background-position:center,center 14%;background-size:cover;border-bottom:1px solid #ffffff36;box-shadow:0 2px 10px #2038460a}
.header nav a{color:#edf3f5}
.header nav a:hover{color:#ffe8b4}
.header nav a.active{color:#fff;border-color:#f2cf83}
.header .list-link{background:#ffffff0d;border-color:#ffffff42;color:#fff}
.header .list-link:hover{background:#ffffff1c;border-color:#f2cf83}
.header .list-link .count{background:#f1dbaa;color:#344b58}
@media(max-width:700px){
  .header nav{background:#344f60;box-shadow:0 8px 16px #1d34432b}
  .header nav a.active{background:#ffffff0d}
  .topbar{font-size:10px;padding:6px 0}
}

/* Mobile: a slimmer navigation row and a lower hero action group. */
@media(max-width:700px){
  .header .nav-wrap{min-height:54px;gap:10px}
  .header .brand-logo{width:116px;max-height:42px}
  .header .menu-button{font-size:21px;padding:4px}
  .hero-actions{margin-top:59px}
}

/* Six compact stage links stay available while browsing on a phone. */
.mobile-stage-nav{display:none}
@media(max-width:700px){
  .mobile-stage-nav:not([hidden]){display:block;position:absolute;inset:100% 0 auto;background:#faf7ef;border-bottom:1px solid #e9e1d2;box-shadow:0 3px 9px #493c1a0b;color:#6a624f}
  .mobile-stage-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 6px;padding-top:5px;padding-bottom:5px}
  .mobile-stage-links a{display:flex;align-items:center;justify-content:center;min-height:27px;padding:3px 4px;border:1px solid #e7e0d3;border-radius:5px;background:#fffefa;font-size:11px;font-weight:500;line-height:1.35;white-space:nowrap;text-align:center;letter-spacing:0;transition:background .15s,border-color .15s,color .15s}
  .mobile-stage-links a:hover{background:#fff6e2;border-color:#d9c397;color:#5e4822}
  .mobile-stage-links a.active{background:#f7e7bd;border-color:#cfac66;color:#634b20;font-weight:650;box-shadow:inset 0 1px #fff8e3}
  .mobile-stage-links a:active{background:#f0dbab}
  .mobile-stage-links a:focus-visible{outline:2px solid #ad7d25;outline-offset:1px}
  .has-mobile-stage-nav #main{padding-top:69px}
  .has-mobile-stage-nav .category-sidebar h2,.has-mobile-stage-nav .category-sidebar>a[href^="#/products/"]{display:none}
  .has-mobile-stage-nav .category-sidebar{margin-bottom:16px}
  html{scroll-padding-top:130px}
}

/* Category photography follows the selected production stage. */
.category-banner{position:relative;isolation:isolate;overflow:hidden;background:#596456;color:#fff}
.category-banner-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--category-focus,50% 55%);z-index:-2}
.category-banner:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#182727b8,#1827276b 45%,#18272705 85%),linear-gradient(0deg,#18252373,transparent 75%)}
.catalogue-heading{padding-top:30px}
.category-banner-inner{min-height:268px;padding-top:32px;padding-bottom:32px;display:flex;flex-direction:column;justify-content:flex-end}
.category-banner-copy{max-width:610px}
.category-banner h1{font-family:var(--font);font-size:44px;line-height:1.15;font-weight:500;letter-spacing:-.025em;margin:0 0 13px;color:#fff;text-shadow:0 1px 8px #17201c20}
.category-banner p{font-size:15px;font-weight:400;line-height:1.65;color:#fff9ec;max-width:480px;margin:0;text-shadow:0 1px 4px #17201c35}
.category-banner[data-stage="land-leveling"]{--category-focus:50% 28%}
.category-banner[data-stage="tillage"]{--category-focus:57% 58%}
.category-banner[data-stage="fertilizing"]{--category-focus:48% 60%}
.category-banner[data-stage="seeding"]{--category-focus:60% 55%}
.category-banner[data-stage="harvesting"]{--category-focus:51% 44%}
@media(min-width:1600px){.category-banner[data-stage="harvesting"]{--category-focus:51% 42%}}
.category-banner[data-stage="grain-processing"]{--category-focus:52% 48%}
@media(max-width:700px){
  .category-banner-inner{min-height:234px;padding-top:23px;padding-bottom:23px}
  .category-banner:after{background:linear-gradient(0deg,#182727d4,#1827275c 58%,#18272717),linear-gradient(90deg,#18272738,transparent)}
  .category-banner h1{font-size:clamp(28px,7.5vw,34px);line-height:1.2;margin-bottom:10px;font-weight:500;letter-spacing:-.025em}
  .category-banner p{font-size:13px;line-height:1.65;max-width:340px}
}

/* A small floating inquiry card with visible space on every side. */
@media(max-width:700px){
  .selection-bar{left:50%;right:auto;bottom:calc(22px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);width:calc(100% - 48px);max-width:360px;min-height:48px;padding:7px 8px 7px 11px;gap:8px;border-radius:11px;border:1px solid #ffffff75;box-shadow:0 8px 24px #24301f30,0 2px 6px #24301f1c}
  .selection-bar .button{border-radius:6px;padding:0 10px;gap:7px}
  .has-selection-bar .support-launcher{bottom:calc(86px + env(safe-area-inset-bottom,0px))}
  .has-selection-bar .footer{padding-bottom:calc(97px + env(safe-area-inset-bottom,0px))}
}
