:root{--ink:#18372b;--muted:#637069;--green:#006a3c;--green-deep:#004f2c;--lime:#9bcb38;--gold:#c99a34;--cream:#f6f4ea;--paper:#fffef9;--line:#18372b24}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif}.language-redirect{text-align:center;min-height:100vh;color:var(--ink);background:var(--paper);place-content:center;gap:12px;padding:24px;display:grid}.language-redirect p{margin:0}.language-redirect a{color:var(--green);text-underline-offset:4px;text-decoration:underline}body.menu-open{overflow:hidden}button{color:inherit;font:inherit}a{color:inherit;text-decoration:none}.site{overflow:clip}.site-enter{animation:.42s both page-enter}.shell{width:min(1180px,100% - 48px);margin:0 auto}.topline{background:var(--green-deep);color:#ffffffd1;letter-spacing:.14em;font-size:11px}.topline-inner{justify-content:space-between;align-items:center;height:34px;display:flex}.topline-contact{letter-spacing:.05em}.header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#fffef9eb;transition:background .25s,box-shadow .25s;position:sticky;top:0}.header-compact{background:#fffef9f7;box-shadow:0 12px 30px #18372b12}.header-inner{align-items:center;gap:42px;height:96px;transition:height .25s;display:flex}.header-compact .header-inner{height:82px}.brand{flex:none;align-items:center;width:170px;height:90px;transition:width .25s,height .25s;display:flex}.brand img{object-fit:contain;width:170px;height:auto;transition:width .25s;display:block}.header-compact .brand{width:150px;height:79px}.header-compact .brand img{width:150px}.nav{align-items:center;gap:36px;margin-left:auto;font-size:14px;font-weight:600;display:flex}.nav>a,.nav-product>a{padding:12px 0;position:relative}.nav>a:after,.nav-product>a:after{content:"";background:var(--lime);height:2px;transition:right .25s;position:absolute;bottom:5px;left:0;right:100%}.nav>a:hover:after,.nav>a:focus-visible:after,.nav>a.is-active:after,.nav-product:hover>a:after,.nav-product:focus-within>a:after,.nav-product.is-active>a:after{right:0}.nav>a.is-active,.nav-product.is-active>a{color:var(--green)}.nav-product{padding:0;position:relative}.product-dropdown{opacity:0;visibility:hidden;border:1px solid var(--line);background:#fffef9fc;border-radius:8px;width:250px;padding:10px;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%,-8px);box-shadow:0 22px 50px #18372b1f}.product-dropdown:before{content:"";height:22px;position:absolute;top:-22px;left:0;right:0}.nav-product:hover .product-dropdown,.nav-product:focus-within .product-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.product-dropdown a{border-bottom:1px solid var(--line);align-items:center;gap:16px;min-height:56px;padding:0 14px;transition:background .18s,color .18s;display:flex}.product-dropdown a:last-child{border-bottom:0}.product-dropdown a:hover,.product-dropdown a:focus-visible{color:var(--green);background:#f4f7e9}.product-dropdown small{color:var(--gold);letter-spacing:.12em;font-size:9px}.header-actions{align-items:center;gap:10px;display:flex}.language-switch{border:1px solid var(--line);letter-spacing:.08em;border-radius:999px;place-items:center;min-width:54px;height:44px;padding:0 13px;font-size:12px;font-weight:800;transition:border-color .2s,color .2s,background .2s;display:grid}.language-switch:hover{border-color:var(--green);color:var(--green)}.menu-toggle{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:none}.menu-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:22px;height:22px}.mobile-menu,.menu-backdrop{display:none}:where(a,button):focus-visible{outline-offset:3px;outline:3px solid #9bcb38b8}.hero{background:radial-gradient(circle at 10% 78%,#c99a3414,#0000 29%),#faf8f0;padding:82px 0 0;position:relative}.hero:after{content:"";background:var(--line);height:1px;position:absolute;inset:auto 0 0}.hero-glow{filter:blur(3px);opacity:.55;border-radius:50%;position:absolute}.hero-glow-one{background:radial-gradient(circle,#9bcb3873,#0000 68%);width:360px;height:360px;top:-100px;right:-90px}.hero-glow-two{background:radial-gradient(circle,#c99a342e,#0000 70%);width:330px;height:330px;bottom:-160px;left:-160px}.hero-grid{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;min-height:510px;padding-bottom:92px;display:grid;position:relative}.hero-copy>*{opacity:0;animation:.56s cubic-bezier(.2,.65,.25,1) both hero-enter}.hero-copy>:first-child{animation-delay:60ms}.hero-copy>:nth-child(2){animation-delay:.13s}.hero-copy>:nth-child(3){animation-delay:.2s}.hero-copy>:nth-child(4){animation-delay:.27s}.hero-map-enter{opacity:0;animation:.68s cubic-bezier(.2,.65,.25,1) .22s both map-enter}.product-tree{width:min(100%,530px);margin:0 0 0 auto}.product-tree img{mix-blend-mode:multiply;width:100%;height:auto;display:block}.eyebrow{color:var(--green);letter-spacing:.18em;margin:0 0 20px;font-size:11px;font-weight:800;line-height:1.5}.hero h1{letter-spacing:-.04em;text-wrap:balance;max-width:690px;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(50px,5.3vw,78px);font-weight:500;line-height:1.07}.hero h1 span{color:var(--green);display:block}.site-en .hero h1{max-width:740px;font-size:clamp(52px,5.7vw,82px)}.hero-text{max-width:630px;color:var(--muted);text-wrap:pretty;margin:28px 0 0;font-size:17px;line-height:1.9}.hero-actions{gap:14px;margin-top:36px;display:flex}.button{border-radius:4px;justify-content:center;align-items:center;gap:20px;min-height:50px;padding:0 24px;font-size:14px;font-weight:750;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:var(--green-deep)}.button-ghost{border:1px solid #18372b40}.ingredient-map{aspect-ratio:1;background:#ffffff94;border:1px solid #006a3c52;border-radius:50%;width:min(100%,485px);margin-left:auto;position:relative;box-shadow:inset 0 0 80px #ffffffad,0 28px 70px #004f2c14}.map-label{color:var(--muted);letter-spacing:.14em;white-space:nowrap;margin:0;font-size:10px;font-weight:800;position:absolute;top:26px;left:50%;transform:translate(-50%)}.map-orbit{border:1px dashed #006a3c42;border-radius:50%;position:absolute;inset:16%}.orbit-two{border-style:solid;border-color:#c99a343b;inset:31%}.map-core{background:var(--green);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:35%;box-shadow:0 24px 70px #004f2c40}.map-core span{letter-spacing:.06em;font-family:Georgia,serif;font-size:18px;font-weight:700}.map-core small{opacity:.7;letter-spacing:.08em;margin-top:5px;font-size:9px}.ingredient-chip{background:var(--paper);border:1px solid var(--line);min-width:58px;height:58px;color:var(--green);border-radius:50%;place-items:center;padding:0 10px;font-family:Georgia,serif;font-size:13px;font-weight:700;display:grid;position:absolute;box-shadow:0 10px 30px #18372b14}.chip-a{top:24%;left:10%}.chip-b{top:30%;right:7%}.chip-c{bottom:12%;right:18%}.chip-d{bottom:13%;left:14%}.chip-e{top:52%;left:-1%}.chip-f{top:57%;right:2%}.stat-row{z-index:2;border:1px solid var(--line);background:var(--paper);border-bottom:0;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.stat{border-right:1px solid var(--line);flex-direction:column;gap:8px;min-height:94px;padding:25px 28px;display:flex}.stat:last-child{border-right:0}.stat span{color:var(--gold);letter-spacing:.15em;font-size:10px;font-weight:800}.stat strong{font-size:15px}.section{padding:112px 0}#products,#applications,#about,#contact,[id^=application-]{scroll-margin-top:96px}.section-heading{grid-template-columns:1.15fr .85fr;align-items:end;gap:90px;margin-bottom:54px;display:grid}.section-heading h2,.fruit-intro h2,.about-copy h2,.contact h2{letter-spacing:-.035em;text-wrap:balance;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(36px,4vw,55px);font-weight:500;line-height:1.22}.section-heading>p{color:var(--muted);text-wrap:pretty;margin:0 0 4px;font-size:15px;line-height:1.9}.system-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.system-card{border-radius:8px;flex-direction:column;min-height:430px;padding:34px;display:flex;position:relative;overflow:hidden}.system-functional{color:#fff;background:linear-gradient(145deg,#005a34,#003f24)}.system-fruit{color:var(--ink);background:linear-gradient(145deg,#e8f0ce,#cfdf9e)}.system-index{z-index:2;letter-spacing:.15em;opacity:.65;font-size:11px;font-weight:800;position:relative}.system-visual{position:absolute;inset:0}.functional-visual span{border:1px solid #fff3;border-radius:50%;place-items:center;width:132px;height:132px;font-family:Georgia,serif;font-size:24px;display:grid;position:absolute}.functional-visual span:first-child{background:#ffffff0f;top:34px;right:80px}.functional-visual span:nth-child(2){color:#cbe978;width:160px;height:160px;top:118px;right:10px}.functional-visual span:nth-child(3){color:#e6c15e;width:105px;height:105px;top:150px;right:168px}.fruit-visual span{filter:saturate(.9);border-radius:50% 46% 52% 44%;position:absolute}.fruit-visual span:first-child{background:linear-gradient(145deg,#9dcc36,#4d9f2e);width:172px;height:172px;top:42px;right:70px;transform:rotate(22deg)}.fruit-visual span:nth-child(2){background:linear-gradient(145deg,#deaa40,#c87c25);width:125px;height:125px;top:152px;right:22px}.fruit-visual span:nth-child(3){background:linear-gradient(145deg,#8b345b,#54213f);width:92px;height:92px;top:176px;right:190px}.system-content{z-index:2;max-width:68%;margin-top:auto;position:relative}.system-content>p{letter-spacing:.16em;opacity:.7;margin:0 0 12px;font-size:10px;font-weight:800}.system-content h3{margin:0 0 12px;font-family:Georgia,Songti SC,serif;font-size:32px;font-weight:500}.system-content>span{opacity:.78;font-size:14px;line-height:1.75}.system-link{z-index:3;opacity:.82;border-top:1px solid;justify-content:space-between;align-items:center;min-height:46px;margin-top:22px;padding-top:16px;font-size:12px;font-weight:750;display:flex;position:relative}.system-link .button-icon{width:16px;height:16px}.applications{background:#f3f3eb}.section-heading.compact{margin-bottom:44px}.category-shortcuts{display:none}.category-grid{background:#18372b29;border:1px solid #18372b29;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.category-card{background:var(--paper);flex-direction:column;min-height:315px;padding:30px;transition:background .25s,transform .25s;display:flex}.category-card:hover{z-index:2;background:#fbfdf3;position:relative;transform:translateY(-4px);box-shadow:0 15px 30px #18372b14}.category-top{color:var(--gold);letter-spacing:.14em;align-items:center;gap:12px;font-size:10px;font-weight:800;display:flex}.category-top i{background:currentColor;width:36px;height:1px;display:block}.category-card h3{margin:42px 0 14px;font-family:Georgia,Songti SC,serif;font-size:25px;font-weight:500}.category-card>p{color:var(--muted);text-wrap:pretty;margin:0;font-size:14px;line-height:1.75}.ingredient-term{white-space:nowrap}.category-use{border-top:1px solid var(--line);margin-top:auto;padding-top:24px}.category-use small{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.category-use span{font-size:12px;line-height:1.6}.fruit-section{background:var(--green-deep);color:#fff}.fruit-layout{grid-template-columns:.72fr 1.28fr;gap:90px;display:grid}.fruit-intro{align-self:start;position:sticky;top:132px}.fruit-intro .eyebrow{color:#c5e678}.fruit-intro>p:not(.eyebrow){color:#ffffffa8;margin:24px 0 0;font-size:15px;line-height:1.9}.pack-spec{border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e;margin-top:48px;padding:24px 0}.pack-spec small{color:#c5e678;letter-spacing:.12em;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.pack-spec strong{font-size:14px;font-weight:650}.button-fruit{color:#fff;border:1px solid #ffffff57;width:fit-content;margin-top:22px}.fruit-groups{gap:10px;display:grid}.fruit-group{background:#ffffff0b;border:1px solid #ffffff24;grid-template-columns:54px 1fr;align-items:center;gap:22px;min-height:138px;padding:24px 28px;display:grid}.fruit-marker{background:var(--marker,#97c63b);border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.fruit-marker span{color:#00361edb;font-size:10px;font-weight:900}.fruit-group h3{margin:0 0 8px;font-family:Georgia,Songti SC,serif;font-size:21px;font-weight:500}.fruit-group p{color:#ffffff9e;text-wrap:pretty;margin:0;font-size:13px;line-height:1.65}.fruit-group.berry{--marker:#9e5674}.fruit-group.citrus{--marker:#e3a847}.fruit-group.gold{--marker:#d6bd54}.fruit-group.leaf{--marker:#75ad56}.fruit-group.blush{--marker:#c98783}.about{background:var(--paper)}.about-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:95px;display:grid}.about-visual{aspect-ratio:.9;background:linear-gradient(155deg,#dae5a7,#76af48 70%,#126940);border-radius:48% 48% 8px 8px;max-height:600px;position:relative;overflow:hidden}.about-visual:after{content:"";background:radial-gradient(circle at 35% 25%,#ffffff6b,#0000 35%),linear-gradient(#0000,#00452740);position:absolute;inset:0}.grain{z-index:2;transform-origin:bottom;background:#c59432;border-radius:50%;width:10px;height:230px;position:absolute;bottom:50px;left:48%}.grain:after{content:"";background:linear-gradient(120deg,#efcf6e,#b77d18);border-radius:70% 30%;width:70px;height:115px;position:absolute;top:-68px;left:-30px;transform:rotate(-20deg);box-shadow:30px 16px 0 -5px #d7a834,-23px 22px 0 -6px #c7912b,25px 48px 0 -8px #e0b647,-22px 54px 0 -9px #b98122}.grain-two{opacity:.9;bottom:32px;left:36%;transform:rotate(-17deg)scale(.8)}.grain-three{opacity:.78;bottom:38px;left:59%;transform:rotate(18deg)scale(.72)}.about-seal{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#004f2c42;border:1px solid #ffffff9e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:118px;height:118px;display:flex;position:absolute;bottom:30px;right:30px}.about-seal strong{margin:4px 0;font-family:Georgia,serif;font-size:27px}.about-seal span{letter-spacing:.15em;font-size:7px}.about-copy>p:not(.eyebrow){color:var(--muted);text-wrap:pretty;margin:24px 0 0;font-size:15px;line-height:1.9}.principles{border-top:1px solid var(--line);margin-top:36px}.principle{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;gap:14px;padding:19px 0;display:grid}.principle>span{color:var(--gold);letter-spacing:.12em;font-size:10px;font-weight:800}.principle strong{margin-bottom:5px;font-size:14px;display:block}.principle p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.contact{background:var(--paper);padding-top:30px}.contact-card{background:var(--green);color:#fff;border-radius:8px;grid-template-columns:1.1fr .9fr;gap:80px;padding:68px 72px;display:grid;position:relative;overflow:hidden}.contact-card:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:380px;height:380px;position:absolute;top:-190px;right:-170px;box-shadow:0 0 0 65px #ffffff06,0 0 0 130px #ffffff05}.contact .eyebrow{color:#d8ed91}.contact h2{max-width:540px}.contact-copy>p:not(.eyebrow){color:#ffffffb3;text-wrap:pretty;max-width:590px;margin:20px 0 0;font-size:14px;line-height:1.8}.contact-actions{gap:12px;margin-top:30px;display:flex}.button-light{color:var(--green);background:#fff}.button-outline-light{color:#fff;border:1px solid #ffffff61}.contact-details{z-index:2;flex-direction:column;justify-content:center;gap:15px;display:flex;position:relative}.contact-details>a{border-bottom:1px solid #ffffff47;align-items:center;width:fit-content;min-height:44px;padding:8px 0;font-family:Georgia,serif;font-size:21px;display:inline-flex}.contact-details>div{border-top:1px solid #ffffff38;margin-top:14px;padding-top:22px}.contact-details small{color:#d8ed91;letter-spacing:.14em;margin-bottom:8px;font-size:9px;font-weight:800;display:block}.contact-details p{color:#ffffffb8;text-wrap:pretty;margin:0;font-size:12px;line-height:1.75}.address-part,.keep-together{white-space:nowrap}.footer{background:#f1f0e7;padding:70px 0 24px}.footer-main{grid-template-columns:1fr 1fr;align-items:end;gap:100px;display:grid}.footer-brand img{object-fit:contain;object-position:left center;width:185px;height:98px;margin-left:-8px}.footer-brand p{color:var(--muted);margin:0;font-size:12px}.disclaimer{color:var(--muted);text-wrap:pretty;margin:0;font-size:11px;line-height:1.8}.footer-bottom{border-top:1px solid var(--line);color:#7b847f;letter-spacing:.05em;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:44px;padding-top:20px;font-size:10px;display:grid}.footer-bottom a{min-width:44px;min-height:44px;color:var(--green);justify-content:flex-end;align-items:center;font-weight:800;display:inline-flex}.footer-bottom .icp-record{color:#66736d;justify-content:center;font-weight:600}.footer-bottom>:last-child{justify-self:end}.reveal-pending{opacity:0;transition:opacity .5s ease var(--reveal-delay,0s), transform .5s cubic-bezier(.2,.65,.25,1) var(--reveal-delay,0s);transform:translateY(18px)}.reveal-pending.is-visible{opacity:1;transform:translateY(0)}.product-site{background:var(--paper)}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:10px;margin-bottom:34px;font-size:11px;display:flex}.breadcrumbs span{gap:10px;display:flex}.breadcrumbs span:before{content:"/";color:#18372b59}.breadcrumbs a:hover{color:var(--green)}.catalog-hero{border-bottom:1px solid var(--line);background:#f6f4ea;padding:86px 0 82px}.catalog-hero-grid{grid-template-columns:1.25fr .75fr;align-items:end;gap:100px;display:grid}.catalog-hero h1{letter-spacing:-.045em;text-wrap:balance;max-width:780px;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(48px,5.4vw,76px);font-weight:500;line-height:1.08}.catalog-hero h1+p{max-width:720px;color:var(--muted);text-wrap:pretty;margin:28px 0 0;font-size:16px;line-height:1.9}.catalog-hero-note{border-top:1px solid var(--line);padding:28px 0 4px}.catalog-hero-note>span{color:var(--gold);letter-spacing:.15em;font-size:10px;font-weight:800}.catalog-hero-note strong{margin-top:24px;font-family:Georgia,Songti SC,serif;font-size:26px;font-weight:500;display:block}.catalog-hero-note p{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.75}.product-entry-section{background:var(--paper)}.product-entry-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.product-entry{border-radius:8px;flex-direction:column;min-height:520px;padding:38px;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.product-entry:hover{transform:translateY(-5px);box-shadow:0 24px 60px #18372b1f}.product-entry>span{letter-spacing:.15em;opacity:.7;font-size:10px;font-weight:800}.product-entry>div{max-width:520px;margin:auto 0}.product-entry small{letter-spacing:.16em;opacity:.72;font-size:10px;font-weight:800}.product-entry h2{margin:14px 0 18px;font-family:Georgia,Songti SC,serif;font-size:clamp(38px,4vw,56px);font-weight:500;line-height:1.1}.product-entry p{opacity:.75;max-width:480px;margin:0;font-size:14px;line-height:1.8}.product-entry>strong{border-top:1px solid;padding-top:20px;font-size:13px}.product-entry-functional{background:var(--green-deep);color:#fff}.product-entry-fruit{color:var(--ink);background:#dce8b7}.product-contact-band{background:var(--paper);padding:32px 0 0}.product-contact-inner{background:var(--green);color:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:50px;padding:58px 64px;display:flex}.product-contact-inner p{color:#d8ed91;letter-spacing:.15em;margin:0 0 12px;font-size:10px;font-weight:800}.product-contact-inner h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(31px,3.4vw,48px);font-weight:500;line-height:1.15}.catalog-hero-functional{background:#edf2dc}.catalog-hero-number{color:var(--green);flex-direction:column;align-items:flex-end;display:flex}.catalog-hero-number strong{font-family:Georgia,serif;font-size:112px;font-weight:500;line-height:.8}.catalog-hero-number span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-top:18px;font-size:11px}.catalog-section{padding-top:76px}.catalog-browser{gap:30px;display:grid}.catalog-tools{grid-template-columns:1fr auto;align-items:end;gap:30px;display:grid}.catalog-search span{color:var(--green);letter-spacing:.13em;margin-bottom:10px;font-size:10px;font-weight:800;display:block}.catalog-search input{border:1px solid var(--line);background:var(--paper);width:min(100%,620px);height:58px;color:var(--ink);font:inherit;border-radius:4px;outline:none;padding:0 18px;font-size:15px}.catalog-search input:focus{border-color:var(--green);box-shadow:0 0 0 3px #9bcb3838}.catalog-count{color:var(--muted);align-items:baseline;gap:8px;display:flex}.catalog-count strong{color:var(--green);font-family:Georgia,serif;font-size:42px;font-weight:500}.catalog-count span{font-size:11px}.catalog-filters{scrollbar-width:none;gap:8px;padding:8px 0;display:flex;overflow-x:auto}.catalog-filters::-webkit-scrollbar{display:none}.catalog-filters button{border:1px solid var(--line);min-height:44px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;flex:none;padding:0 17px;font-size:12px;font-weight:700;transition:background .18s,color .18s,border-color .18s}.catalog-filters button:hover,.catalog-filters button.is-active{border-color:var(--green);background:var(--green);color:#fff}.catalog-list{border-top:1px solid var(--line)}.product-row{border-bottom:1px solid var(--line);grid-template-columns:54px 1.2fr .8fr 90px;align-items:center;gap:28px;min-height:188px;padding:30px 0;transition:padding .22s,background .22s;display:grid}.product-row:hover{background:#f6f8ed;padding-left:18px;padding-right:18px}.product-row-index{color:var(--gold);letter-spacing:.13em;font-size:10px;font-weight:800}.product-row-main small{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.product-row-main h2{text-wrap:balance;margin:10px 0 9px;font-family:Georgia,Songti SC,serif;font-size:25px;font-weight:500;line-height:1.2}.product-row-main p{max-width:620px;color:var(--muted);margin:0;font-size:12px;line-height:1.7}.product-row-meta{gap:14px;display:grid}.product-row-meta span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;gap:5px;font-size:9px;display:grid}.product-row-meta strong{color:var(--ink);letter-spacing:0;text-transform:none;font-size:12px;line-height:1.55}.product-row-action{color:var(--green);justify-self:end;font-size:11px;font-weight:800}.catalog-empty{text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:70px 24px}.catalog-empty strong{font-family:Georgia,Songti SC,serif;font-size:27px;font-weight:500}.catalog-empty p{color:var(--muted)}.catalog-hero-fruit{background:#e8efd3}.packing-panel{background:#ffffff59;border:1px solid #18372b33;padding:28px;display:grid}.packing-panel small{color:var(--green);letter-spacing:.13em;margin-bottom:20px;font-size:9px;font-weight:800}.packing-panel strong{font-family:Georgia,serif;font-size:30px;font-weight:500}.packing-panel span{color:var(--muted);margin-top:8px;font-size:11px}.fruit-directory-section{background:var(--green-deep);color:#fff}.fruit-directory{border-top:1px solid #ffffff2e;grid-template-columns:1fr 1fr;display:grid}.fruit-directory-group{border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;flex-direction:column;min-height:320px;padding:42px 46px;display:flex}.fruit-directory-group:nth-child(2n){border-right:0}.fruit-directory-heading{align-items:baseline;gap:20px;display:flex}.fruit-directory-heading span{color:#c5e678;letter-spacing:.14em;font-size:10px;font-weight:800}.fruit-directory-heading h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:32px;font-weight:500}.fruit-directory-group p{color:#ffffffad;text-wrap:pretty;margin:30px 0;font-size:14px;line-height:2}.fruit-directory-group>a{color:#d8ed91;border-bottom:1px solid;align-items:center;width:fit-content;min-height:44px;margin-top:auto;font-size:11px;font-weight:800;display:inline-flex}.product-detail-hero{background:#f6f4ea;padding:64px 0 92px}.product-detail-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:80px;display:grid}.product-detail-category{color:var(--green);letter-spacing:.14em;margin:0 0 22px;font-size:11px;font-weight:800}.product-detail h1{letter-spacing:-.045em;text-wrap:balance;max-width:830px;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(50px,6vw,84px);font-weight:500;line-height:1.05}.product-detail-summary{max-width:750px;color:var(--muted);text-wrap:pretty;margin:28px 0 0;font-size:16px;line-height:1.85}.product-detail-actions{gap:12px;margin-top:34px;display:flex}.product-identity{aspect-ratio:1;text-align:center;background:radial-gradient(circle,#fffef9 25%,#e8efd1 100%);border:1px solid #006a3c47;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:390px;margin-left:auto;padding:42px;display:flex;box-shadow:0 32px 80px #18372b14}.product-identity span{color:var(--green);letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:800}.product-identity strong{overflow-wrap:anywhere;max-width:100%;color:var(--green);margin:18px 0;font-family:Georgia,Songti SC,serif;font-size:clamp(32px,4vw,58px);font-weight:500;line-height:1}.product-identity small{color:var(--gold);letter-spacing:.16em;font-size:9px;font-weight:800}.product-facts-section{padding-bottom:80px}.product-facts{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.product-facts>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:230px;padding:30px;display:flex}.product-facts>div>span{color:var(--gold);font-size:10px;font-weight:800}.product-facts small{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin-top:auto;font-size:9px;font-weight:800}.product-facts strong{margin-top:12px;font-family:Georgia,Songti SC,serif;font-size:20px;font-weight:500;line-height:1.5}.product-application-block{grid-template-columns:1.05fr .95fr;align-items:end;gap:90px;margin-top:64px;display:grid}.product-application-block>div>p{color:var(--green);letter-spacing:.14em;margin:0 0 18px;font-size:10px;font-weight:800}.product-application-block h2{text-wrap:balance;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1.25}.product-application-block>p{color:var(--muted);margin:0;font-size:12px;line-height:1.9}.related-products{padding-top:0}.related-heading p{color:var(--green);letter-spacing:.14em;margin:0 0 12px;font-size:10px;font-weight:800}.related-heading h2{margin:0 0 38px;font-family:Georgia,Songti SC,serif;font-size:42px;font-weight:500}.related-list{border-top:1px solid var(--line)}.related-list a{border-bottom:1px solid var(--line);grid-template-columns:56px 1fr auto;align-items:center;gap:20px;min-height:92px;padding:0 10px;transition:background .18s,padding .18s;display:grid}.related-list a:hover{background:#f6f8ed;padding-left:20px;padding-right:20px}.related-list span{color:var(--gold);font-size:10px}.related-list strong{font-family:Georgia,Songti SC,serif;font-size:21px;font-weight:500}.related-list small{color:var(--muted)}@keyframes page-enter{0%{opacity:0}to{opacity:1}}@keyframes hero-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes map-enter{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:960px){.shell{width:min(100% - 34px,760px)}.nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:grid}.header-inner{height:82px}.header-compact .header-inner{height:74px}.brand{width:136px;height:72px}.brand img{width:136px;height:auto;transform:none}.header-compact .brand{width:124px;height:65px}.header-compact .brand img{width:124px;height:auto;transform:none}.mobile-menu{border-top:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;background:#fffef9fc;max-height:calc(100svh - 62px);transition:opacity .22s,transform .22s,visibility .22s;display:block;position:absolute;top:100%;left:0;right:0;overflow:auto;transform:translateY(-10px);box-shadow:0 24px 50px #18372b24}.menu-is-open .mobile-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu-inner{padding-top:18px;padding-bottom:22px;display:grid}.mobile-menu-inner>a{border-bottom:1px solid var(--line);align-items:center;gap:18px;min-height:58px;font-size:18px;font-weight:650;display:flex}.mobile-menu-inner>a>span{color:var(--gold);letter-spacing:.13em;font-size:10px}.mobile-menu-inner>a.is-active{color:var(--green)}.mobile-product-links{border-bottom:1px solid var(--line);gap:2px;padding:8px 0 10px 38px;display:grid}.mobile-product-links a{min-height:44px;color:var(--muted);align-items:center;font-size:13px;display:flex}.mobile-menu-inner .mobile-language{border:1px solid var(--line);min-height:52px;color:var(--green);border-radius:4px;justify-content:center;margin-top:14px;font-size:13px}.menu-backdrop{z-index:19;opacity:0;pointer-events:none;background:#0b261b42;border:0;width:100%;height:100%;padding:0;transition:opacity .22s;display:block;position:fixed;inset:0}.menu-is-open+.menu-backdrop{opacity:1;pointer-events:auto}.hero{padding-top:68px}.hero-grid{grid-template-columns:1fr;gap:60px;padding-bottom:70px}.hero-copy{max-width:720px}.product-tree{width:min(100%,500px);margin:0 auto}.stat-row{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:86px 0}.section-heading{grid-template-columns:1fr;gap:22px}.category-grid{grid-template-columns:1fr 1fr}.category-shortcuts{scrollbar-width:none;scroll-snap-type:x proximity;gap:8px;margin:0 0 24px;padding-bottom:4px;display:flex;overflow-x:auto}.category-shortcuts::-webkit-scrollbar{display:none}.category-shortcuts a{scroll-snap-align:start;border:1px solid var(--line);background:var(--paper);min-height:44px;color:var(--green);border-radius:999px;flex:none;align-items:center;padding:0 16px;font-size:12px;font-weight:700;display:inline-flex}.fruit-layout{grid-template-columns:1fr;gap:50px}.fruit-intro{max-width:620px;position:static}.about-grid{grid-template-columns:1fr;gap:58px}.about-visual{width:min(100%,520px);margin:0 auto}.contact-card{grid-template-columns:1fr;gap:48px;padding:58px 48px}.catalog-hero-grid,.product-detail-grid{grid-template-columns:1fr;gap:50px}.catalog-hero-number{align-items:flex-start}.product-entry-grid{grid-template-columns:1fr}.product-entry{min-height:430px}.product-contact-inner{flex-direction:column;align-items:flex-start}.product-row{grid-template-columns:46px 1fr 80px}.product-row-meta{grid-area:2/2/auto/-1;grid-template-columns:1fr 1fr}.product-identity{margin:0 auto}.product-facts{grid-template-columns:1fr 1fr}.product-application-block{grid-template-columns:1fr;gap:32px}}@media (max-width:640px){.shell{width:calc(100% - 28px)}.topline-inner{justify-content:center}.topline-contact{display:none}.header-inner{gap:12px}.brand{width:128px;height:68px}.brand img{width:128px;height:auto}.header-actions{gap:8px}.language-switch{min-width:50px;padding:0 10px}.hero{padding-top:52px}.hero-grid{gap:44px;padding-bottom:54px}.hero h1,.site-en .hero h1{font-size:clamp(43px,13vw,60px)}.hero-text{font-size:15px;line-height:1.75}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.product-tree{width:min(94vw,390px);margin-inline:auto}.stat{min-height:82px;padding:20px 16px}.stat strong{font-size:12px}.section{padding:70px 0}.section-heading h2,.fruit-intro h2,.about-copy h2,.contact h2{font-size:36px}.system-grid{grid-template-columns:1fr}.system-card{min-height:390px;padding:26px}.system-content{max-width:78%}.category-grid{grid-template-columns:1fr}.category-card{min-height:285px}.fruit-group{grid-template-columns:44px 1fr;gap:16px;padding:22px 18px}.fruit-marker{width:44px;height:44px}.about-visual{max-height:480px}.about-copy>p:not(.eyebrow){font-size:14px}.contact-card{border-radius:0;width:100%;padding:54px 28px}.contact-actions{flex-direction:column}.contact-details>a{width:100%;min-height:48px;font-size:17px}.address-part{width:fit-content;display:block}.footer-main{grid-template-columns:1fr;gap:36px}.footer{padding-top:54px}.footer-bottom{grid-template-columns:1fr auto;align-items:center;gap:8px 18px}.footer-bottom .icp-record{grid-area:2/1/auto/-1;justify-content:flex-start;justify-self:start}.catalog-hero{padding:58px 0 62px}.catalog-hero h1{font-size:43px}.catalog-hero-grid{gap:36px}.product-entry{min-height:360px;padding:28px}.product-contact-inner{border-radius:0;padding:46px 28px}.catalog-tools{grid-template-columns:1fr}.catalog-count{justify-content:flex-start}.product-row{grid-template-columns:34px 1fr;gap:12px;min-height:0;padding:26px 4px}.product-row-action{grid-column:2;justify-self:start;align-items:center;min-height:44px;display:flex}.product-row-meta{grid-column:2;grid-template-columns:1fr}.product-row-main h2{font-size:23px}.fruit-directory{grid-template-columns:1fr}.fruit-directory-group,.fruit-directory-group:nth-child(2n){border-right:0;min-height:280px;padding:34px 26px}.product-detail-hero{padding:48px 0 64px}.product-detail h1{font-size:43px}.product-detail-actions{flex-direction:column}.product-identity{max-width:300px}.product-facts{grid-template-columns:1fr}.product-facts>div{min-height:180px}.related-list a{grid-template-columns:40px 1fr}.related-list small{grid-column:2;padding-bottom:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.hero-copy>*,.hero-map-enter,.reveal-pending{opacity:1!important;transform:none!important}}
