:root{--paper:#fafaf6;--ink:#173f33;--body:#344d43;--muted:#53695e;--sage:#eef3e6;--line:#d4ddd2;--forest:#163f32;--citrus-action:#d5e477;--content:1180px;--gutter:48px}
body{font-size:14px;line-height:1.7}
h1,h2,h3{color:var(--ink)}
h2{font-size:34px}
::selection{background:#d5e477;color:#163f32}
.header-inner{min-height:76px}.brand{width:192px}#main-nav{font-size:13px;gap:32px}
.site-header{background:var(--paper)}
.button,.btn{font-size:14px;min-height:46px;border-radius:3px}
.button:not(.secondary),.btn:not(.btn-secondary){background:var(--citrus-action);border-color:var(--citrus-action);color:#183c30}
.button:not(.secondary):hover,.btn:not(.btn-secondary):hover{background:#e3edaa;border-color:#e3edaa}
.text-link{font-size:14px}
.section{padding-block:48px}.section-heading{margin-bottom:24px}
.fc-dark-hero,.fc-home-hero{background:var(--forest);color:#eef4ec}
.fc-dark-hero h1,.fc-home-hero h1{color:#fafbf5}
.fc-dark-hero p{color:#e0e9df}
.fc-dark-hero a:focus-visible,.fc-home-hero a:focus-visible,.fc-home-hero button:focus-visible,.fc-trade-band a:focus-visible{outline-color:var(--citrus-action)}
.fc-home-hero{position:relative;isolation:isolate;overflow:hidden;min-height:440px;display:flex;align-items:center}
.fc-home-visual{position:absolute;inset:0;z-index:-1;overflow:hidden;container-type:size}
.fc-home-scene{position:absolute;inset:auto 0 auto auto;top:50%;width:min(100%,300cqh);height:auto;aspect-ratio:3/1;transform:translateY(-50%)}
.fc-home-art{width:100%;height:100%;max-width:none;object-fit:contain;mask-image:linear-gradient(90deg,transparent,#000 16%)}
.fc-home-copy{padding-block:37px 56px;pointer-events:none}
.home-page .fc-home-copy h1{font-size:44px;line-height:1.09;max-width:620px;letter-spacing:-.028em}
.fc-home-copy>p{font-size:16px;line-height:1.6;max-width:49%;margin-top:24px}
.fc-home-copy .actions{pointer-events:auto;width:fit-content;max-width:52%;margin-top:19px;gap:22px}
.fc-home-copy .text-link{color:#f8fbf4;text-decoration-color:#9ebcad}
.fc-home-benefits{display:flex;gap:0;font-size:14px;margin-top:18px;width:fit-content;max-width:52%}
.fc-home-benefits li+li{padding-left:20px;margin-left:20px;border-left:1px solid #749987}
.fc-motion-row{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:flex-end;pointer-events:none}
.fc-motion-toggle{pointer-events:auto;display:flex;align-items:center;gap:7px;border:1px solid #9bb6a8;background:#163f32cc;color:#f5f8ef;border-radius:3px;min-height:36px;padding:6px 10px;font-size:11px}
.fc-motion-toggle:hover{background:#244e40}
.fc-play-icon{display:none}.fc-motion-toggle[aria-pressed="true"] .fc-pause-icon{display:none}.fc-motion-toggle[aria-pressed="true"] .fc-play-icon{display:block}
.fc-bubble{--tint:182 220 159;--label:#173d2b;position:absolute;left:var(--x);top:var(--y);width:var(--size);aspect-ratio:1;display:grid;place-items:center;border-radius:50%;border:1px solid rgb(236 255 239 / .62);background:radial-gradient(ellipse at 30% 16%,rgb(255 255 255 / .92),rgb(255 255 255 / .06) 27%,transparent 44%),radial-gradient(circle at 62% 68%,rgb(var(--tint) / .83),rgb(var(--tint) / .46) 56%,rgb(242 255 246 / .83) 87%);box-shadow:inset 2px 3px 8px rgb(255 255 255 / .45),inset -3px -4px 8px rgb(var(--tint) / .7),0 5px 15px rgb(4 28 19 / .12);color:var(--label);font:500 25px/1 var(--sans);transform:translate(-50%,-50%);pointer-events:none}
.fc-bubble::after{content:"";position:absolute;top:9%;left:22%;width:37%;height:12%;border-radius:50%;background:rgb(255 255 255 / .55);transform:rotate(-25deg)}
.fc-bubble.mg{--tint:143 199 230;--label:#173e52;font-size:22px}.fc-bubble.p{--tint:211 168 214;--label:#542654}.fc-bubble.k{--tint:236 189 147;--label:#583c21}.fc-bubble.fe{--tint:226 168 178;--label:#5b2831;font-size:22px}.fc-bubble.clear{--tint:158 207 199;--bubble-opacity:.72;opacity:.72}
.fc-motion-ready .fc-bubble{animation:fc-nutrient-release var(--duration,9s) linear var(--delay) infinite;will-change:transform,opacity}
@keyframes fc-nutrient-release{
  0%{opacity:0;transform:translate(-50%,-50%) translate(var(--launch-x),var(--launch-y)) scale(.12)}
  12%{opacity:var(--bubble-opacity,1);transform:translate(-50%,-50%) translate(calc(var(--launch-x)*.91),calc(var(--launch-y)*.89)) scale(.32)}
  38%{opacity:var(--bubble-opacity,1);transform:translate(-50%,-50%) translate(calc(var(--launch-x)*.61 + var(--sway)),calc(var(--launch-y)*.59)) scale(.7)}
  76%{opacity:var(--bubble-opacity,1);transform:translate(-50%,-50%) translate(calc(var(--launch-x)*.2 + var(--sway)*.5),calc(var(--launch-y)*.16 - 5px)) scale(1)}
  100%{opacity:0;transform:translate(-50%,-50%) translate(0,-12px) scale(1.04)}
}
.fc-animation-paused .fc-bubble{animation-play-state:paused;will-change:auto}
.fc-benefit-band{background:var(--sage)}
.fc-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-block:19px;gap:24px}
.fc-benefits li{display:flex;gap:16px;align-items:center}
.fc-benefits li+li{border-left:1px solid var(--line);padding-left:30px}
.fc-benefits h2{font-size:22px;line-height:1.25;letter-spacing:-.02em}.fc-benefits p{font-size:13px;margin-top:3px}
.fc-benefit-icon{width:58px;height:58px;background:#dde8cc;border-radius:50%;display:grid;place-items:center;flex:none;color:var(--forest)}
.fc-benefit-icon svg{width:30px;height:30px}
.fc-science{display:grid;grid-template-columns:.95fr 1.1fr;align-items:center;gap:51px;padding-block:29px;border-bottom:1px solid var(--line)}
.fc-science .science-visual{width:100%;max-width:390px;margin:auto}
.fc-science>div:last-child{border-left:1px solid var(--line);padding-left:52px}
.fc-science h2{font-size:38px;margin-bottom:12px}.fc-science p{font:500 19px/1.45 var(--sans);margin-bottom:8px}
.science-label{font-size:12px}.science-visual img{max-height:230px;object-fit:contain}
.fc-range-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 24px}
.fc-range-tile{min-width:0;display:block;border-radius:4px;overflow:hidden}
.fc-range-tile img{width:100%;aspect-ratio:2.45;object-fit:cover;transition:filter .2s}
.fc-range-tile>span{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:43px;padding:9px 13px;background:var(--product);color:#fff;font:500 13px/1.4 var(--sans)}
.fc-range-tile:hover img{filter:brightness(1.08)}
.fc-range-tile:hover>span{text-decoration:underline;text-underline-offset:4px}
.fc-range-tile[aria-current="page"]>span{box-shadow:inset 0 -3px 0 rgb(255 255 255 / .7)}
.fc-range-tile:focus-visible{outline-offset:4px}
.coming-link{font-size:12px;background:#f8ebe3;padding:7px 13px;border-radius:4px;min-height:36px;color:#7c421b}
.fc-application-wrap{padding-bottom:40px}
.application{padding:19px 24px;grid-template-columns:.9fr 2.4fr;gap:28px}
.application h2{font-size:30px}.application-visual{height:112px}.application-caption p{font-size:12px}
.trial-editorial{padding-block:36px 48px}.trial-editorial-story{gap:36px}
.trial-editorial-copy{background:#f7ece5;padding:26px}
.trial-editorial-copy h3{font-size:28px}.trial-retail-display{background:transparent;padding:10px 0 0;grid-template-columns:90px 1fr}
.trial-editorial-pack img{width:90px;height:145px}.trial-editorial-photo{aspect-ratio:1.5}
.trial-photo-navigation button{min-width:44px;min-height:44px}
.home-trade{padding-block:36px}.trade-showcase{grid-template-columns:1.15fr .85fr;gap:28px 48px}
.trade-benefits{grid-template-columns:1fr 1fr;gap:20px}.trade-benefits h3{font-size:15px}
.store-photo img{max-height:340px}.trade-faq{padding-block:19px 38px;gap:48px}
.gardening-page .garden-range-hero{padding-block:28px 32px}
.gardening-page .garden-range-inner{grid-template-columns:1fr 1.05fr;gap:48px}
.gardening-page .garden-range-copy h1{font-size:42px;max-width:22ch}
.gardening-page .garden-range-lead{font-size:15px;line-height:1.65}
.garden-range-visual img{border-radius:4px}
.gardening-page #range{padding-block:34px;border-top:0}
.gardening-page #range .section-heading{display:block}.gardening-page #range .section-heading p{margin-top:8px;font-size:17px}
.refined-catalogue{gap:26px 22px;align-items:stretch}
.catalogue-card{display:flex;flex-direction:column}.catalogue-card .detail-copy{border:0;padding-top:0;display:flex;flex:1;flex-direction:column;align-items:start}
.product-photo{margin-bottom:10px;border-radius:4px}.product-photo img{aspect-ratio:1.72}
.detail-copy h3{font:500 21px/1.18 var(--sans);min-height:0;display:block;letter-spacing:-.02em}.detail-copy h3 i{display:none}
.detail-copy p{font-size:13px;min-height:0;margin:10px 0 14px}
.catalogue-card .fc-product-button{margin-top:auto;background:var(--product);border-color:var(--product);color:white;padding:9px 16px;font-size:13px;min-height:40px}
.catalogue-card .fc-product-button:hover{background:var(--product);border-color:var(--product);filter:brightness(.9)}
.fc-tech-hero{position:relative;overflow:hidden;isolation:isolate;min-height:355px;display:flex;align-items:center}
.fc-tech-art{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;z-index:-1}
.fc-tech-inner{padding-block:34px}.fc-tech-inner .tech-intro-copy{max-width:48%}
.fc-tech-inner h1{font-size:43px}.fc-tech-inner .technology-lead{font-size:14px;line-height:1.65;margin:18px 0 22px}
.fc-tech-nav-band{background:var(--sage)}.technical-page .tech-page-nav{margin:0;padding:11px 0;border:0}
.technical-page .tech-page-nav a{font-size:14px}
.technical-page .tech-mechanism{padding-block:44px}
.technical-page .tech-mechanism-panel{grid-template-columns:.85fr 1.85fr;gap:28px 44px}
.technical-page .tech-process{gap:30px}.technical-page .tech-process li+li{border-left:0;padding-left:0}
.technical-page .tech-step-title{margin:0 0 10px}.technical-page .tech-step-title h3{font-size:22px}
.technical-page .tech-process figure{margin-top:18px}.technical-page .tech-process img{mix-blend-mode:normal;border-radius:3px;aspect-ratio:1400/764}
.technical-page .tech-note{grid-column:1/-1;text-align:center;font-size:11px}
.technical-page .tech-profile{width:100%;border-radius:0;padding:36px 0}
.technical-page .tech-profile-panel{width:min(var(--content),calc(100% - var(--gutter)*2));margin-inline:auto;grid-template-columns:.8fr 1.7fr}
.tech-chart svg{max-height:195px}.tech-chart-curve{stroke:#26874b}.tech-chart-area{fill:#dde9cc}
.technical-page .tech-advantages{padding-block:42px}
.technical-page .tech-advantages-panel{grid-template-columns:.8fr 1.7fr;gap:24px 44px}
.technical-page .tech-advantage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.technical-page .tech-advantage-list>div{display:block;border-top:1px solid var(--line);border-bottom:0;padding:16px 0 0}
.technical-page .tech-advantage-list dt{font:500 20px/1.3 var(--sans);margin-bottom:9px}
.technical-page .tech-support-panel{padding-block:32px 44px}
.fc-split-hero{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding-block:30px 34px}
.fc-split-hero h1{font-size:42px;margin-bottom:20px}.fc-split-hero p{font-size:16px;max-width:44ch;margin-bottom:24px}
.fc-split-hero figure{min-width:0}.fc-split-hero img{width:100%;max-height:310px;object-fit:cover;object-position:50% 45%;border-radius:4px}
.trade-range{padding-block:42px}
.igc-retail-stories{background:var(--sage);padding-block:40px}
.igc-stories-grid{grid-template-columns:1fr 1fr;gap:40px}
.igc-story{display:grid;grid-template-columns:.65fr 1fr;gap:19px;align-items:center}
.igc-story>img{height:250px;width:100%;object-fit:cover;margin:0;border-radius:3px}
.igc-story h2{font-size:27px}.igc-story p{font-size:13px}
.igc-story-note{margin-top:13px;font-size:12px}.igc-story-note strong{font-size:13px}
.igc-kit{padding-block:44px}.igc-kit-details{gap:56px}.igc-section-heading{margin-bottom:28px}
.igc-range-details{margin-top:32px}.igc-range-details table{font-size:13px}
.fc-contact-hero{position:relative;padding-block:32px;background:linear-gradient(90deg,#163f32 42%,#163f3299),url('assets/img/plant-tile-houseplants.jpg') right 46%/60% auto no-repeat}
.fc-contact-hero h1{font-size:48px}.fc-contact-hero p{font-size:20px;line-height:1.5;margin-top:12px}
.contact-body{display:grid;grid-template-columns:1.9fr .85fr;gap:32px;padding-block:36px 44px}
.fc-form-stack{display:block}.fc-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 26px}
.fc-contact-fields h2{grid-column:1/-1;margin:0;font-size:30px}
.fc-contact-fields .field{margin:0}.fc-contact-fields .field:last-child{grid-column:1/-1}
.field label{font-size:13px;margin-bottom:6px}.field input,.field select,.field textarea{background:var(--paper);border-color:#abbcaf;font-size:14px;border-radius:3px;min-height:44px}
.field input::placeholder,.field textarea::placeholder{color:#617569;opacity:1}
.fc-product-interest{padding:19px 0 0;border:0}
.fc-product-interest fieldset{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px}
.fc-product-interest legend{font:500 14px/1.5 var(--sans);margin-bottom:4px}
.fc-product-interest fieldset>p{grid-column:1/-1;font-size:12px;margin-bottom:12px}
.fc-product-interest .product-choice{display:grid;grid-template-columns:18px 14px 1fr;gap:9px;min-height:44px;padding-block:6px;font-size:12px;line-height:1.4}
.fc-product-interest .product-choice input{width:17px;height:17px;accent-color:var(--forest)}
.fc-product-interest .choice-dot{width:14px;height:14px;border-radius:3px}
.fc-product-interest .product-choice small{grid-column:3;font-size:11px;margin:-5px 0 0;color:var(--muted)}
.fc-direct-contact{border-left:1px solid var(--line);padding-left:36px}
.fc-direct-contact .direct-contact{border:0;padding:0;margin:0}.direct-contact h3{font-size:29px;line-height:1.2;margin-bottom:26px}
.direct-contact a{font-size:15px;min-height:44px;display:block;width:fit-content;text-decoration:underline}
.direct-contact address{font:400 15px/1.6 var(--sans);margin-top:14px;max-width:29ch}
.form-actions{display:block;margin-top:24px}.form-actions .button{min-width:280px}.form-actions p{font-size:12px;margin-top:8px;max-width:none}
.form-status{margin-top:16px;padding:14px 18px;background:var(--sage)}
.fc-product-main{width:100%;padding-top:0;margin:0}
.fc-product-main>.product-back{display:flex;width:min(var(--content),calc(100% - var(--gutter)*2));margin:0 auto;min-height:48px;font-size:12px}
.fc-product-main>.product-hero{padding:0;margin:0;display:block}
.fc-product-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center;padding-block:32px 36px}
.fc-product-hero-inner h1{font-size:40px;line-height:1.13;margin-bottom:14px;max-width:22ch}
.fc-product-hero-inner .lead{font-size:15px;line-height:1.65}
.fc-product-hero-inner .facts{border-color:#507566;margin-block:16px;padding-block:13px;gap:22px}
.fc-product-hero-inner .facts b{color:#f7faef;font-size:18px}.fc-product-hero-inner .facts span{color:#d2e1d3;font-size:12px;line-height:1.4}
.fc-product-hero-inner .btn-secondary{color:#f8fbf3;border-color:#a1baab;background:transparent;text-decoration:none}
.fc-product-hero-inner .btn-secondary:hover{background:#2c5443}
.fc-product-hero-inner .pack-info{color:#d4e1d6;font-size:12px;margin-top:14px}
.fc-product-hero-inner .product-portrait{width:100%;min-width:0;position:relative}
.fc-product-hero-inner .product-portrait img{width:100%;max-height:360px;aspect-ratio:1.4;object-fit:contain;border-radius:4px}
.fc-product-hero-inner .product-portrait img[src$="/citrus.jpeg"]{object-fit:cover}
.fc-coming-label{display:inline-block;border:1px solid #dabe98;border-radius:3px;padding:3px 10px;margin:0 0 11px;font-size:13px;color:#f4d6b0!important}
.fc-product-main>.product-sections,.fc-product-main>.product-section,.fc-product-main>.product-closing,.fc-product-main>.range-return,.fc-product-main>.product-handling{width:min(var(--content),calc(100% - var(--gutter)*2));margin-inline:auto}
.product-sections{gap:42px}.product-sections a{font-size:14px;padding-block:18px}
.product-section{grid-template-columns:.82fr 1.8fr;gap:42px;padding-block:44px}
.product-section .section-title h2{font-size:32px;max-width:17ch}.section-lead{font-size:15px;line-height:1.65}
.needs{gap:22px 28px}.needs>li{font-size:14px}.needs b{font-size:14px}
.analysis,.calc{background:var(--sage)}.analysis summary{font-size:14px}
.calc-title{font-size:23px}.calc-controls label{font-size:13px}.calc-controls input,.calc-controls select{font-size:15px}
.calc output{font-size:18px}.calc small{font-size:12px}
.application-art img{max-height:170px;aspect-ratio:1.4}.application-instruction h3{font-size:16px}.application-instruction p{font-size:13px}
.product-closing{margin-top:29px;padding:28px 32px}.product-closing h2{font-size:30px}.trade-options h3{font-size:16px}
.fc-trade-band{background:var(--forest);color:#eef4e9}
.fc-trade-band>.container{display:flex;align-items:center;justify-content:space-between;gap:26px;padding-block:24px}
.fc-trade-band h2{color:#f5f8ed;font-size:27px;line-height:1.2}.fc-trade-band p{font-size:12px;padding-left:28px;border-left:1px solid #749381}
.fc-trade-band .button{color:#f5f8ed;border-color:#a9bfb0;background:transparent;min-width:180px}
.fc-trade-band .button:hover{background:#2e5644}
.site-footer{background:var(--paper);color:var(--body);padding-block:34px 20px}
.site-footer .footer-grid{grid-template-columns:1fr .8fr 1fr 1.3fr;gap:34px}
.site-footer .footer-grid h2{color:var(--ink);font:500 17px/1.3 var(--sans);text-transform:none;letter-spacing:-.015em;margin-bottom:10px}
.site-footer .footer-brand img{width:175px;margin-bottom:10px}.site-footer .footer-brand p{font-size:13px}
.site-footer .footer-grid>div>a:not(:has(img)){font-size:13px;min-height:32px;padding-block:3px}
.site-footer .footer-legal{color:var(--muted);border-color:var(--line);margin-top:19px;padding-top:13px;font-size:11px}
.site-footer .footer-address address{font-size:13px;margin-top:8px}
.site-footer a:focus-visible{outline-color:var(--forest)}
@media(min-width:1600px){:root{--content:1280px}.fc-home-hero{min-height:500px}.home-page .fc-home-copy h1{font-size:48px}.fc-home-copy>p{font-size:17px}.fc-tech-hero{min-height:405px}}
@media(max-width:1100px){:root{--gutter:32px}.header-inner{min-height:70px}.brand{width:176px}.fc-home-hero{min-height:390px}.home-page .fc-home-copy h1{font-size:38px;max-width:52%}.fc-home-copy>p{font-size:14px;max-width:48%}.fc-home-benefits{font-size:12px}.fc-home-benefits li+li{margin-left:12px;padding-left:12px}.fc-home-copy .actions{gap:14px}.fc-bubble{width:calc(var(--size)*.8);font-size:21px}.fc-bubble.mg,.fc-bubble.fe{font-size:18px}.fc-benefits{gap:18px}.fc-benefits li{gap:14px}.fc-benefits li+li{padding-left:18px}.fc-benefit-icon{width:48px;height:48px}.fc-benefits h2{font-size:19px}.fc-benefits p{font-size:12px}.fc-science{gap:30px}.fc-science>div:last-child{padding-left:30px}.fc-range-grid{gap:16px 20px}.fc-range-tile>span{padding-inline:10px;font-size:12px}.fc-tech-inner h1,.gardening-page .garden-range-copy h1,.fc-split-hero h1{font-size:36px}.fc-product-hero-inner{gap:30px}.fc-product-hero-inner h1{font-size:34px}.fc-product-hero-inner .lead{font-size:14px}.fc-product-hero-inner .facts b{font-size:16px}.fc-product-hero-inner .facts{gap:12px}.igc-story{grid-template-columns:.6fr 1fr;gap:18px}.igc-story h2{font-size:24px}.contact-body{grid-template-columns:1.9fr 1fr;gap:28px}.fc-direct-contact{padding-left:26px}.fc-product-interest fieldset{grid-template-columns:1fr 1fr}.fc-product-interest .product-choice{font-size:12px}.fc-trade-band p{display:none}.fc-trade-band h2{font-size:25px}}
@media(max-width:800px){:root{--gutter:24px}.header-inner{min-height:68px}#main-nav{gap:8px}.brand{width:160px}h2{font-size:29px}.fc-home-hero{display:block;min-height:0}.fc-home-copy{padding-block:34px 16px}.home-page .fc-home-copy h1{font-size:36px;max-width:100%;line-height:1.15}.fc-home-copy>p{max-width:54ch;font-size:15px;margin-top:20px}.fc-home-benefits{max-width:100%;font-size:13px;margin-top:18px}.fc-home-copy .actions{max-width:100%;gap:18px;margin-top:22px}.fc-home-visual{position:relative;height:310px;inset:auto;z-index:0;order:2}.fc-home-hero{display:flex;flex-direction:column;align-items:stretch}.fc-home-scene{width:930px;height:310px;left:calc(50% - 670px);inset-block:0}.fc-home-art{width:930px;height:310px}.fc-home-copy{order:1;pointer-events:auto}.fc-motion-row{z-index:2;bottom:12px}.fc-bubble{width:calc(var(--size)*.8)}.fc-benefits{gap:10px;padding-block:20px}.fc-benefits li{display:block}.fc-benefit-icon{margin-bottom:8px;width:42px;height:42px}.fc-benefit-icon svg{width:24px;height:24px}.fc-benefits li+li{padding-left:16px}.fc-benefits h2{font-size:18px}.fc-benefits p{font-size:11px}.fc-science{gap:19px;padding-block:28px}.fc-science h2{font-size:29px}.fc-science p{font-size:16px}.fc-science>div:last-child{padding-left:24px}.fc-range .section-heading{display:block}.coming-link{margin-top:14px}.fc-range-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.fc-range-tile>span{font-size:13px}.fc-range-tile img{aspect-ratio:2.2}.section{padding-block:34px}.application{grid-template-columns:1fr;gap:20px}.application h2{font-size:28px;max-width:none}.application .section-heading{margin:0}.trial-editorial-story{grid-template-columns:1fr 1fr;gap:22px}.trial-editorial-copy{padding:20px}.trial-retail-display{grid-template-columns:1fr}.home-trade{padding-block:30px}.trade-benefits{grid-template-columns:1fr}.trade-showcase{gap:28px}.gardening-page .garden-range-inner{grid-template-columns:1fr;gap:28px}.gardening-page .garden-range-copy h1{font-size:36px;max-width:24ch}.gardening-page .garden-range-visual{max-width:none}.refined-catalogue{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px}.detail-copy h3{font-size:21px}.fc-tech-hero{display:flex;flex-direction:column}.fc-tech-inner{order:1;padding-block:32px 16px}.fc-tech-inner .tech-intro-copy{max-width:100%}.fc-tech-inner h1{font-size:36px}.fc-tech-inner .technology-lead{font-size:15px;max-width:60ch}.fc-tech-art{position:relative;order:2;width:200%;height:275px;max-width:none;align-self:flex-end;object-fit:fill}.technical-page .tech-page-nav a{font-size:12px}.technical-page .tech-mechanism-panel{grid-template-columns:1fr;gap:28px}.technical-page .tech-note{grid-column:auto;text-align:left}.technical-page .tech-profile-panel{grid-template-columns:1fr;gap:28px}.technical-page .tech-advantages-panel{grid-template-columns:1fr;gap:24px}.technical-page .tech-handling-note{grid-column:auto}.fc-split-hero{grid-template-columns:1fr;gap:28px}.fc-split-hero h1{font-size:36px}.fc-split-hero img{max-height:330px;aspect-ratio:1.8}.igc-stories-grid{grid-template-columns:1fr;gap:34px}.igc-story{grid-template-columns:.55fr 1fr;gap:28px}.igc-story>img{height:270px}.igc-story h2{font-size:29px}.fc-contact-hero{padding-block:30px}.fc-contact-hero h1{font-size:40px}.fc-contact-hero p{font-size:17px}.contact-body{grid-template-columns:1fr;gap:34px}.fc-direct-contact{border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.direct-contact h3{font-size:27px;margin-bottom:20px}.fc-product-hero-inner{grid-template-columns:1fr;gap:26px}.fc-product-hero-inner h1{font-size:36px;max-width:25ch}.fc-product-hero-inner .product-portrait{max-width:540px;justify-self:center}.fc-product-hero-inner .product-portrait img{max-height:290px;aspect-ratio:1.6}.fc-product-hero-inner .lead{font-size:15px;max-width:64ch}.fc-product-hero-inner .facts b{font-size:18px}.product-section{grid-template-columns:1fr;gap:18px;padding-block:34px}.product-section .section-title h2{font-size:29px;max-width:none}.fc-trade-band>.container{gap:22px}.fc-trade-band h2{font-size:24px;max-width:22ch}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:28px 36px}.fc-contact-fields{gap:18px 22px}.fc-product-interest fieldset{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:580px){.home-page .fc-home-copy h1{font-size:32px}.fc-home-copy>p{font-size:14px;max-width:37ch}.fc-home-benefits{font-size:11px;max-width:100%}.fc-home-benefits li+li{padding-left:10px;margin-left:10px}.fc-home-copy .actions{gap:20px}.fc-home-copy .button{padding-inline:16px}.fc-home-copy .text-link{font-size:13px}.fc-home-visual{height:270px}.fc-home-scene{width:810px;height:270px;left:calc(50% - 583px)}.fc-home-art{width:810px;height:270px}.fc-bubble{width:calc(var(--size)*.67);font-size:20px}.fc-bubble.mg,.fc-bubble.fe{font-size:17px}.fc-benefits{gap:10px}.fc-benefits li+li{padding-left:12px}.fc-benefits h2{font-size:17px}.fc-benefits p{display:none}.fc-benefit-icon{width:40px;height:40px}.fc-science{grid-template-columns:1fr;gap:14px;padding-block:24px}.fc-science .science-visual{max-width:310px}.fc-science>div:last-child{border:0;padding-left:0}.fc-science h2{font-size:30px}.fc-science p{font-size:17px}.fc-range-grid{gap:16px 14px}.fc-range-tile>span{font-size:12px;padding:9px 10px;min-height:46px}.fc-range-tile svg{display:none}.fc-range-tile img{aspect-ratio:1.9}.application{padding:22px}.application-steps{gap:18px}.application-steps>li{display:grid;grid-template-columns:82px 1fr;gap:18px}.application-steps>li+li{padding-left:0;border-left:0;border-top:1px solid var(--line);padding-top:16px}.application-visual{height:86px;margin:0}.application-caption{display:block}.application-caption h3{font-size:15px}.application-number{display:none}.trial-editorial-story{grid-template-columns:1fr;gap:22px}.trial-editorial-copy{padding:24px}.trial-retail-display{grid-template-columns:86px 1fr;gap:14px}.trial-editorial-actions{align-items:start}.trial-editorial-copy h3{font-size:27px}.trial-editorial-actions .button{font-size:12px;gap:8px;padding-inline:12px}.trial-categories{flex-wrap:wrap;gap:16px}.trade-showcase{grid-template-columns:1fr}.trade-showcase-footer{display:block}.palm-story{max-width:none;margin-bottom:24px}.trade-faq{padding-top:0;gap:22px}.gardening-page .garden-range-copy h1{font-size:32px}.gardening-page .garden-range-lead{font-size:14px}.refined-catalogue{gap:28px 18px}.product-photo img{aspect-ratio:1.2;object-fit:cover}.detail-copy h3{font-size:19px}.detail-copy p{font-size:12px;line-height:1.6}.catalogue-card .fc-product-button{font-size:12px;gap:8px;padding-inline:13px;width:100%}.gardening-page #range .section-heading p{font-size:15px}.fc-tech-inner h1{font-size:32px}.fc-tech-inner .technology-lead{font-size:14px}.fc-tech-art{height:210px;width:220%}.technical-page .tech-page-nav{gap:0}.technical-page .tech-page-nav a{font-size:13px;min-height:42px}.technical-page .tech-process{grid-template-columns:1fr;gap:28px}.technical-page .tech-process li+li{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.technical-page .tech-process img{width:100%;aspect-ratio:1400/764}.technical-page .tech-process p{font-size:14px}.technical-page .tech-mechanism,.technical-page .tech-advantages{padding-block:32px}.technical-page .tech-advantage-list{grid-template-columns:1fr;gap:20px}.technical-page .tech-support-panel{display:block}.technical-page .tech-support-panel .button{margin-top:24px}.fc-split-hero h1{font-size:32px}.fc-split-hero p{font-size:15px}.fc-split-hero img{aspect-ratio:1.5}.igc-story{grid-template-columns:.68fr 1fr;gap:20px}.igc-story>img{height:260px}.igc-story h2{font-size:24px}.igc-story p{font-size:13px}.igc-stories-grid{gap:28px}.igc-kit{padding-block:32px}.igc-kit-details{gap:28px}.fc-contact-hero h1{font-size:36px}.fc-contact-hero p{font-size:16px}.fc-contact-fields{grid-template-columns:1fr;gap:18px}.fc-contact-fields .field:last-child,.fc-contact-fields h2{grid-column:auto}.fc-contact-fields .field input,.fc-contact-fields .field select,.fc-contact-fields .field textarea{font-size:16px}.fc-product-interest fieldset{grid-template-columns:1fr 1fr;gap:2px 18px}.fc-product-interest .product-choice{font-size:12px}.form-actions .button{width:100%;min-width:0}.fc-contact-hero{background-size:auto,100% auto}.fc-product-hero-inner h1{font-size:32px}.fc-product-hero-inner .lead{font-size:14px}.fc-product-hero-inner .facts b{font-size:16px}.fc-product-hero-inner .facts span{font-size:11px}.fc-product-hero-inner .facts{gap:16px}.fc-product-hero-inner{padding-block:26px 30px}.fc-product-hero-inner .btn{font-size:13px}.product-section .section-title h2{font-size:28px}.section-lead{font-size:14px}.needs>li{font-size:14px}.product-sections{justify-content:space-between;gap:22px}.product-sections a{font-size:13px}.calc{padding:22px}.calc-controls input,.calc-controls select{font-size:16px}.calc output{font-size:17px}.application-guide>li{grid-template-columns:85px 1fr;gap:18px}.product-closing{padding:24px}.product-closing h2{font-size:28px}.fc-trade-band>.container{display:block;padding-block:26px}.fc-trade-band h2{font-size:26px;max-width:25ch;margin-bottom:20px}.fc-trade-band .button{min-width:0}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px}.site-footer .footer-grid>div>a:not(:has(img)){min-height:40px}.site-footer .footer-grid .footer-brand,.site-footer .footer-grid .footer-address{grid-column:1/-1}.site-footer .footer-brand p{font-size:13px}.site-footer .footer-legal{display:block}.site-footer .footer-legal>span{display:block;margin-top:10px}}
@media(prefers-reduced-motion:reduce){.fc-motion-ready .fc-bubble{animation:none;will-change:auto}.fc-motion-toggle{display:none}.fc-range-tile img{transition:none}}

/* Shared product composition: garden hero, facts strip, and paired information. */
.fc-product-main>.product-hero{position:relative;overflow:hidden}
.fc-product-hero-inner{display:block;position:relative;z-index:2;min-height:400px;padding-block:19px 27px;pointer-events:none}
.fc-product-hero-inner .product-back{display:flex;gap:10px;min-height:30px;margin-bottom:11px;color:#e4eee0;font-size:12px;pointer-events:auto}
.fc-product-hero-inner .hero-copy{max-width:48%;pointer-events:auto}
.fc-product-hero-inner h1{font-size:40px;line-height:1.12;max-width:24ch;margin-bottom:18px}
.fc-product-hero-inner .lead{font-size:15px;line-height:1.6;margin-bottom:22px}
.fc-product-hero-inner .btn:not(.btn-secondary){background:var(--sku-deep);border-color:var(--sku-deep);color:white}
.fc-product-scene{position:absolute;inset:0 0 0 auto;width:54%;margin:0;isolation:isolate;overflow:hidden}
.fc-product-garden{width:100%;height:100%;object-fit:contain;object-position:center}
.fc-product-scene::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--forest),transparent 25%);pointer-events:none}
.fc-product-facts{background:var(--sage)}
.fc-product-facts .facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding-block:18px;gap:32px}
.fc-product-facts .facts li+li{border-left:1px solid var(--line);padding-left:32px}
.fc-product-facts .facts b{font:500 22px/1.3 var(--sans);color:var(--ink)}
.fc-product-facts .facts span{font-size:13px;margin-top:5px}
.product-section.fc-formula-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:26px;align-items:start;padding-block:30px}
.fc-formula-grid .section-title h2,.fc-dose-grid .section-title h2{max-width:none;margin-bottom:10px}
.fc-formula-grid .needs{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-block:20px}
.fc-formula-grid .needs>li{border:0;padding:0;font-size:13px}
.fc-formula-grid .needs b{font-size:13px}
.fc-formula-grid .product-best-for{background:var(--sku-tint);border-radius:3px;padding:10px 15px;font-size:13px}
.fc-formula-grid>.analysis{margin:0;background:transparent;border:1px solid var(--line);padding:0 20px}
.fc-formula-grid>.analysis summary{font:500 21px/1.3 var(--sans);color:var(--ink)}
.fc-formula-grid .ga table{background:var(--sage)}
.product-section.fc-dose-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:29px;align-items:start;padding-block:30px}
.fc-dose-grid>.calc{margin:0;padding:24px}
.fc-dose-grid .dose-table{margin-top:20px}
.product-section.fc-application{display:block;padding-block:28px}
.fc-application>.section-title{display:flex;gap:18px;align-items:baseline;margin-bottom:20px}
.fc-application>.section-title h2{max-width:none}
.fc-application .application-intro{margin:0;font-size:13px}
.fc-application .application-intro br{display:none}
.fc-application .application-guide{gap:26px}
.fc-application .application-guide>li{display:grid;grid-template-columns:.8fr 1fr;gap:13px;align-items:start}
.fc-application .application-art{margin:0}
.fc-application .application-art img{aspect-ratio:1;max-height:160px;width:100%;object-fit:contain}
.fc-application .application-index{font-size:11px;margin-bottom:5px}
.fc-application .application-instruction h3{font-size:14px}
.fc-application .application-instruction p{font-size:12px}
.fc-application-pending .application-guide>li{display:block;padding-top:11px;border-top:1px solid var(--line)}
.fc-product-main>.product-closing:has(.trade-options){display:grid;grid-template-columns:1fr 2fr;gap:24px;margin-top:0;padding:24px}
.fc-product-main>.product-closing>header{display:block;margin:0}
.fc-product-main>.product-closing h2{font-size:25px;line-height:1.2;margin-bottom:12px}
.fc-product-main>.product-closing .trade-options{gap:26px}
.fc-product-main>.product-closing .trade-options>div{border-left:1px solid var(--line);padding-left:26px}
.fc-product-main>.range-return{margin-block:20px}
.fc-product-main>.product-handling{margin-block:13px;font-size:11px}
.fc-product-main>.fc-range{padding-block:24px 32px}
.fc-product-main .fc-range-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.fc-product-main .fc-range-tile>span{font-size:11px;padding:8px 8px;min-height:46px}
.fc-product-main .fc-range-tile svg{display:none}
.fc-product-main .fc-range-tile img{aspect-ratio:1.3}
@media(max-width:1100px){.fc-product-hero-inner h1{font-size:34px}.fc-product-hero-inner{min-height:385px}.fc-product-hero-inner .hero-copy{max-width:48%}.fc-formula-grid .needs{grid-template-columns:1fr;gap:14px}.fc-application .application-guide>li{grid-template-columns:1fr}.fc-product-main .fc-range-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:800px){.fc-product-main>.product-hero{display:flex;flex-direction:column}.fc-product-hero-inner{min-height:0;padding-block:22px 24px}.fc-product-hero-inner .hero-copy{max-width:none}.fc-product-hero-inner h1{font-size:36px}.fc-product-scene{position:relative;inset:auto;width:100%;height:320px}.fc-product-scene::after{background:linear-gradient(180deg,var(--forest),transparent 18%)}.fc-product-facts .facts{gap:14px;padding-block:20px}.fc-product-facts .facts li+li{padding-left:18px}.fc-product-facts .facts b{font-size:19px}.fc-product-facts .facts span{font-size:12px}.product-section.fc-formula-grid,.product-section.fc-dose-grid{grid-template-columns:1fr;gap:24px}.fc-formula-grid .needs{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-application .application-guide>li{grid-template-columns:.8fr 1fr}.fc-application .application-guide{grid-template-columns:1fr;gap:24px}.fc-product-main>.product-closing:has(.trade-options){grid-template-columns:1fr}.fc-product-main>.product-closing .trade-options>div{border-left:0;padding-left:0}.fc-application-pending .application-guide>li{display:block}}
@media(max-width:580px){.fc-product-hero-inner h1{font-size:32px}.fc-product-scene{height:280px}.fc-product-facts .facts{gap:10px}.fc-product-facts .facts li+li{padding-left:10px}.fc-product-facts .facts b{font-size:17px}.fc-product-facts .facts span{font-size:11px}.fc-formula-grid .needs{grid-template-columns:1fr}.fc-formula-grid>.analysis{padding-inline:16px}.fc-dose-grid>.calc{padding:20px}.fc-application>.section-title{display:block}.fc-application .application-intro{margin-top:8px}.fc-product-main>.product-closing .trade-options{grid-template-columns:1fr;gap:24px}.fc-product-main .fc-range-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.fc-product-main .fc-range-tile>span{font-size:12px}.fc-product-main .fc-range-tile img{aspect-ratio:1.8}}
.fc-application .fc-application-photo{overflow:hidden;position:relative;aspect-ratio:1}
.fc-application .fc-application-photo img{position:absolute;width:300%;height:100%;max-width:none;max-height:none;aspect-ratio:auto;object-fit:fill;left:0;top:0}
.fc-application .fc-application-photo-2 img{left:-100%}.fc-application .fc-application-photo-3 img{left:-200%}
.fc-contact-hero{background:var(--forest) url('assets/img/forest-dew-leaf.png') center/cover no-repeat;min-height:240px;display:flex;align-items:center}
.fc-contact-hero h1{max-width:75%}.fc-contact-hero p{max-width:55%}
.fc-direct-contact .direct-contact h3{font-family:var(--sans);font-weight:500}
.fc-trade-hero{position:relative;overflow:hidden}
.fc-trade-hero .fc-split-hero{display:block;min-height:380px;position:relative;padding-block:44px}
.fc-trade-hero .fc-split-hero>div{position:relative;z-index:2;max-width:58%}
.fc-trade-hero figure{position:absolute;inset:0 calc((min(var(--content),100vw - var(--gutter)*2) - 100vw)/2) 0 auto;width:48%;margin:0}
.fc-trade-hero figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--forest),transparent 22%)}
.fc-trade-hero .fc-split-hero img{height:100%;max-height:none;width:100%;object-fit:cover;object-position:center 38%;border-radius:0}
.igc-kit{background:var(--paper);padding-block:30px}
.fc-kit-grid{display:grid;grid-template-columns:1fr .8fr 1.1fr;gap:24px;background:var(--sage);padding:21px 26px;border-radius:4px}
.fc-kit-grid>.igc-section-heading{margin:0}.fc-kit-grid>.igc-section-heading h2{font-size:34px}
.fc-kit-grid>.igc-kit-inclusions,.fc-kit-grid>.igc-kit-request{border-left:1px solid var(--line);padding-left:28px}
.fc-kit-grid h3{font:500 23px/1.25 var(--sans);margin-bottom:14px}.fc-kit-grid p,.fc-kit-grid dd{font-size:13px}
.fc-kit-grid .igc-kit-inclusions dl{display:grid;gap:12px}.fc-kit-grid .igc-kit-inclusions dl>div{display:block;padding:0;border:0}.fc-kit-grid dt{font-size:13px}
.igc-kit .igc-range-details{margin-top:11px;background:transparent}.igc-kit .igc-range-details summary{padding-block:12px}
.igc-kit .igc-range-details th,.igc-kit .igc-range-details td{padding:9px 12px;font-size:12px}
.igc-retail-stories{background:var(--paper);padding-block:30px}
.fc-tech-callouts{position:absolute;inset:0;pointer-events:none;color:white;font:400 13px/1.3 var(--sans)}
.fc-tech-callouts span{position:absolute;text-shadow:0 1px 5px #173f33}
.fc-core-label{left:68%;top:11%}.fc-coating-label{left:84%;top:26%}
.fc-tech-callouts span::after{content:"";position:absolute;height:57px;width:1px;background:#edf5df;left:0;top:23px;transform:rotate(33deg);transform-origin:top}
.fc-tech-callouts span::before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#edf5df;top:70px;left:-32px}
.technical-page .tech-profile-panel{grid-template-columns:.85fr 1.3fr .8fr;gap:24px;align-items:start}
.fc-chart-explanation h3{font:500 21px/1.3 var(--sans);margin-bottom:12px}.fc-chart-explanation p{font-size:13px;line-height:1.6}
.technical-page .tech-advantages{padding-block:30px}
.technical-page .tech-advantages-panel{grid-template-columns:1fr 2fr;gap:24px 28px}
.technical-page .tech-advantage-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.technical-page .tech-advantage-list>div{border-top:0;border-left:1px solid var(--line);padding:0 0 0 16px}
.technical-page .tech-advantage-list dt{font-size:20px}.technical-page .tech-advantage-list dd{font-size:12px;line-height:1.65}
.technical-page main>.fc-range{padding-block:24px}
.technical-page .fc-range-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.technical-page .fc-range-tile>span{font-size:11px;padding:8px 8px;min-height:46px}.technical-page .fc-range-tile svg{display:none}.technical-page .fc-range-tile img{aspect-ratio:1.3}
.technical-page .tech-support{width:100%;max-width:none;background:var(--sage);margin:0}
.technical-page .tech-support-panel{display:grid;grid-template-columns:.7fr 1.1fr 1fr;gap:24px;align-items:center;padding:0 var(--gutter) 0 0}
.tech-support-panel>div{grid-column:2}.tech-support-panel>.button{grid-column:3;justify-self:end}
.fc-support-leaf{grid-column:1;grid-row:1;height:165px;width:100%;object-fit:cover;object-position:90%}
@media(min-width:801px){.home-page .fc-home-copy h1{font-size:clamp(40px,4vw,56px);max-width:51%}.fc-home-hero{min-height:460px}.fc-product-hero-inner h1{font-size:clamp(38px,3.8vw,52px)}.fc-product-hero-inner{min-height:430px}.fc-tech-inner h1,.fc-contact-hero h1,.fc-split-hero h1,.gardening-page .garden-range-copy h1{font-size:clamp(40px,4.1vw,56px)}.fc-split-hero h1{max-width:20ch}.fc-tech-hero{min-height:380px}.fc-tech-inner{padding-block:38px}.fc-tech-inner .tech-intro-copy{max-width:48%}.fc-science h2,main .section-heading h2,.product-section .section-title h2,.technical-page .tech-section-heading h2,.technical-page .tech-profile-copy h2,.contact-body h2{font-size:38px}}
@media(max-width:1100px){.technical-page .tech-advantages-panel{grid-template-columns:1fr}.technical-page .fc-range-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fc-kit-grid{gap:16px;padding:22px}.fc-kit-grid>.igc-kit-inclusions,.fc-kit-grid>.igc-kit-request{padding-left:20px}.fc-kit-grid>.igc-section-heading h2{font-size:28px}.fc-tech-callouts{font-size:11px}.fc-core-label{left:66%;top:8%}.fc-coating-label{left:82%;top:22%}}
@media(max-width:800px){.fc-contact-hero{min-height:240px;background-position:60%;background-size:auto 100%}.fc-contact-hero h1{max-width:90%}.fc-contact-hero p{max-width:65%;font-size:16px}.fc-trade-hero .fc-split-hero{padding-block:26px 0;min-height:0;display:flex;flex-direction:column;gap:22px}.fc-trade-hero .fc-split-hero>div{max-width:none}.fc-trade-hero figure{position:relative;inset:auto;width:calc(100% + var(--gutter)*2);height:300px}.fc-trade-hero figure::after{background:linear-gradient(180deg,var(--forest),transparent 18%)}.fc-kit-grid{grid-template-columns:1fr}.fc-kit-grid>.igc-kit-inclusions,.fc-kit-grid>.igc-kit-request{border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.fc-kit-grid>.igc-section-heading h2{font-size:32px}.technical-page .tech-profile-panel{grid-template-columns:1fr}.technical-page .tech-advantage-list{grid-template-columns:1fr 1fr}.technical-page .tech-support-panel{grid-template-columns:1fr;gap:18px;padding:0 var(--gutter) 24px}.tech-support-panel>div,.tech-support-panel>.button,.fc-support-leaf{grid-column:1;grid-row:auto}.fc-support-leaf{grid-row:1;width:calc(100% + var(--gutter)*2);max-width:none;margin-left:calc(-1*var(--gutter));height:150px;object-fit:cover;object-position:90% 65%}.tech-support-panel>.button{justify-self:start}.fc-tech-callouts{top:auto;height:275px;bottom:0;font-size:12px}.fc-core-label{left:48%;top:7%}.fc-coating-label{left:64%;top:23%}}
@media(max-width:580px){.fc-contact-hero{background-position:65%;background-image:linear-gradient(90deg,rgb(22 63 50 / .6),transparent),url('assets/img/forest-dew-leaf.png')}.fc-contact-hero h1,.fc-contact-hero p{max-width:100%}.technical-page .tech-advantage-list{grid-template-columns:1fr}.technical-page .tech-advantage-list>div{border-left:0;border-top:1px solid var(--line);padding:16px 0 0}.technical-page .fc-range-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.technical-page .fc-range-tile>span{font-size:12px}.technical-page .fc-range-tile img{aspect-ratio:1.8}.fc-tech-callouts{font-size:10px}.fc-core-label{left:38%;top:9%}.fc-coating-label{left:63%;top:24%}}
@media(min-width:801px){.fc-core-label::after{height:142px;transform:rotate(25deg)}.fc-core-label::before{top:150px;left:-60px}.fc-coating-label::after{height:105px;left:20px;transform:rotate(-40deg)}.fc-coating-label::before{top:104px;left:85px}.fc-home-hero{min-height:clamp(370px,32.2vw,480px)}}
@media(min-width:801px){:root{--gutter:6.1vw}.header-inner{min-height:clamp(57px,5.25vw,76px)}.brand{width:clamp(176px,18.2vw,235px)}.fc-home-copy{padding-block:32px 40px}.fc-home-copy>p{margin-top:20px}.fc-home-benefits{margin-top:18px}.fc-home-copy .actions{margin-top:20px}.fc-science{padding-block:13px;gap:32px;grid-template-columns:.9fr 1.1fr}.fc-science .science-visual{max-width:330px}.fc-science .science-visual img{max-height:180px}.home-page .fc-range{padding-block:24px}.home-page .fc-range .section-heading{margin-bottom:14px}.home-page .fc-range-grid{gap:14px 24px}.home-page .fc-application-wrap{padding-bottom:20px}.home-page .application{padding:20px}.home-page .application-visual{height:100px}}
.fc-kit-grid>.igc-section-heading{display:block}
@media(min-width:801px){.fc-trade-hero .fc-split-hero>div{max-width:61%}.fc-trade-hero .fc-split-hero h1{max-width:none}}
@media(max-width:580px){.fc-tech-callouts{height:210px}.fc-core-label{left:25%;top:9%}.fc-coating-label{left:62%;top:17%}.fc-core-label::after{height:66px;transform:rotate(18deg)}.fc-core-label::before{top:84px;left:-21px}.fc-coating-label::after{height:47px;transform:rotate(-30deg)}.fc-coating-label::before{top:63px;left:23px}.fc-contact-hero{background-image:linear-gradient(90deg,rgb(22 63 50 / .93),rgb(22 63 50 / .74)),url('assets/img/forest-dew-leaf.png')}}

/* Keep complete product photographs and the tablet in their original proportions. */
.gardening-page .product-photo img{aspect-ratio:1800/1005;object-fit:contain;background:var(--sage);transform:none}
@media(max-width:800px){.fc-home-scene{transform:none;top:0;right:auto;aspect-ratio:auto}}

/* Balance the desktop navigation between the wordmark and contact action. */
@media(max-width:380px){
  .fc-benefits{grid-template-columns:1fr;gap:20px}
  .fc-benefits li{display:flex;align-items:center;gap:16px}
  .fc-benefits li+li{border-left:0;padding-left:0}
  .fc-benefits h2{font-size:18px}
  .fc-benefits p{display:block}
}
@media(min-width:801px){
  .header-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:19px;min-height:76px}
  .header-inner>.brand{grid-column:1;grid-row:1;justify-self:start}
  #main-nav{grid-column:2;grid-row:1;justify-self:center;gap:clamp(24px,2.3vw,36px)}
  #main-nav .nav-contact{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0}
}
