:root{--ink:#172033;--muted:#687386;--paper:#f7f8f5;--line:#dfe4e7;--green:#176b5b;--yellow:#f1b82d;--white:#fff;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,"Segoe UI",sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{height:84px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:36px;background:rgba(247,248,245,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;margin-left:auto}.brand-mark{width:45px;height:45px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:6px;font-size:22px;font-weight:800}.brand strong{display:block;font-size:21px}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px}.site-header nav a{padding:31px 0 27px;border-bottom:3px solid transparent}.site-header nav a.active,.site-header nav a:hover{border-color:var(--green)}.menu-toggle{display:none;border:0;background:transparent;font-size:25px}.hero{height:min(690px,calc(100vh - 84px));min-height:560px;position:relative;overflow:hidden;background:#e7ebec}.hero>img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 42%,rgba(247,248,245,.28) 58%,rgba(247,248,245,.96) 78%)}.hero-copy{position:absolute;z-index:2;right:max(24px,calc((100vw - var(--max))/2));top:50%;transform:translateY(-50%);max-width:480px}.hero-copy p,.section-head p,.story>div>p,.catalog-intro>p{font-size:13px;color:var(--green);font-weight:700}.hero-copy h1{font-size:clamp(58px,7vw,108px);line-height:.95;margin:18px 0 12px}.hero-copy h2{font-size:clamp(21px,2.2vw,34px);font-weight:500;line-height:1.7;margin:0 0 32px}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:0 22px;border-radius:6px;font-weight:700}.button.primary{background:var(--green);color:#fff}.button.secondary{border:1px solid var(--ink)}.category-strip{max-width:var(--max);margin:-34px auto 0;position:relative;z-index:4;background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:repeat(6,1fr)}.category-strip a{min-height:96px;padding:20px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.category-strip a:last-child{border-left:0}.category-strip strong{font-size:15px}.category-strip span{color:var(--muted);font-size:12px;margin-top:8px}.category-strip a:hover{background:#eef6f3}.section{max-width:var(--max);margin:100px auto}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-head h2,.story h2{font-size:34px;margin:8px 0 0}.section-head>a{font-size:13px;color:var(--green);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 16px}.product-card{min-width:0}.product-image{aspect-ratio:4/5;background:#e9edee;overflow:hidden;display:block}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover img{transform:scale(1.025)}.product-meta{padding:14px 2px}.product-meta small{color:var(--green)}.product-meta h3{font-size:15px;line-height:1.8;margin:5px 0 4px}.product-meta code{font-family:Tahoma,sans-serif;color:var(--muted);font-size:11px}.story{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:90px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr 1fr;gap:100px;background:#fff}.story>div:last-child{font-size:16px;line-height:2.2;color:#3d485b;padding-top:20px}.story a{color:var(--green);font-weight:700}.site-footer{max-width:var(--max);margin:0 auto;padding:64px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.site-footer strong{font-size:25px}.site-footer span{display:block;font-weight:700;margin-bottom:12px}.site-footer p,.site-footer a{color:var(--muted);font-size:13px;line-height:1.9}.catalog-intro{max-width:var(--max);margin:60px auto 34px;border-bottom:1px solid var(--line);padding-bottom:30px;display:grid;grid-template-columns:1fr auto;align-items:end}.catalog-intro p{grid-column:1/-1}.catalog-intro h1{font-size:42px;margin:5px 0}.catalog-intro span{color:var(--muted);font-size:13px}.catalog-layout{max-width:var(--max);margin:0 auto 100px;display:grid;grid-template-columns:250px 1fr;gap:38px}.catalog-filters{position:sticky;top:110px;align-self:start}.catalog-filters label{font-size:12px;color:var(--muted)}.search-control{display:grid;grid-template-columns:1fr 42px;margin:9px 0 28px}.search-control input{width:100%;height:44px;border:1px solid var(--line);padding:0 12px;font:inherit;background:#fff;border-radius:0 6px 6px 0}.search-control button{border:0;background:var(--ink);color:#fff;font-size:20px;border-radius:6px 0 0 6px}.filter-list{border-top:1px solid var(--line);padding-top:20px}.filter-list strong{display:block;margin-bottom:10px}.filter-list a{display:flex;justify-content:space-between;padding:10px 8px;color:var(--muted);font-size:13px;border-right:3px solid transparent}.filter-list a.active{background:#e8f1ee;border-color:var(--green);color:var(--ink);font-weight:700}.filter-list span{font-size:11px}.notice{padding:12px 16px;background:#fff2c8;border-right:3px solid var(--yellow);margin-bottom:18px;font-size:13px}.empty-state{text-align:center;background:#fff;padding:80px 24px;border:1px solid var(--line)}.empty-state.standalone{max-width:900px;margin:80px auto}.pagination{display:flex;justify-content:center;gap:6px;margin-top:40px}.pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:5px}.pagination a.active{background:var(--green);color:#fff}.product-detail{max-width:var(--max);margin:60px auto 100px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:70px}.product-detail-image{background:#e9edee;aspect-ratio:1/1;overflow:hidden}.product-detail-image img{width:100%;height:100%;object-fit:contain}.product-detail-copy{padding-top:20px}.back-link{font-size:12px;color:var(--muted)}.product-detail-copy>p:first-of-type{color:var(--green);font-weight:700;margin-top:60px}.product-detail-copy h1{font-size:36px;line-height:1.5;margin:8px 0}.product-detail-copy code{color:var(--muted)}.product-detail dl{border-top:1px solid var(--line);margin:36px 0 26px}.product-detail dl div{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.product-detail dt{color:var(--muted)}.product-detail dd{margin:0}.product-description{line-height:2;color:#4d5869}.product-detail .button{margin-top:18px}@media(max-width:900px){.site-header{height:70px;padding:0 18px}.site-header nav{display:none;position:absolute;top:70px;right:0;left:0;background:var(--paper);padding:10px 20px;border-bottom:1px solid var(--line)}.site-header.menu-open nav{display:grid}.site-header nav a{padding:12px 0}.menu-toggle{display:block}.hero{height:620px;min-height:0}.hero>img{object-position:36% center}.hero:after{background:linear-gradient(0deg,rgba(247,248,245,.98) 0,rgba(247,248,245,.78) 35%,transparent 66%)}.hero-copy{right:20px;left:20px;top:auto;bottom:34px;transform:none}.hero-copy h1{font-size:58px}.hero-copy h2{font-size:21px;margin-bottom:20px}.category-strip{margin:0;grid-template-columns:repeat(2,1fr)}.category-strip a{border-bottom:1px solid var(--line)}.section{margin:70px 18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.story{padding:60px 20px;grid-template-columns:1fr;gap:20px}.site-footer{padding:50px 20px;grid-template-columns:1fr;gap:28px}.catalog-intro{margin:38px 18px 24px}.catalog-layout{margin:0 18px 70px;grid-template-columns:1fr}.catalog-filters{position:static}.filter-list{display:flex;overflow:auto;gap:5px;padding-bottom:8px}.filter-list strong{display:none}.filter-list a{white-space:nowrap;border:1px solid var(--line);border-radius:5px;background:#fff}.catalog-intro h1{font-size:32px}.product-detail{margin:30px 18px 70px;grid-template-columns:1fr;gap:24px}.product-detail-copy>p:first-of-type{margin-top:25px}.product-detail-copy h1{font-size:28px}}@media(max-width:420px){.product-meta h3{font-size:13px}.product-image{aspect-ratio:3/4}.category-strip a{min-height:82px}.section-head h2{font-size:28px}}

.category-browser{max-width:var(--max);margin:0 auto 34px;padding:28px;background:#fff;border:1px solid var(--line)}.category-browser-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.category-browser-head p{margin:0 0 5px;color:var(--green);font-size:12px;font-weight:700}.category-browser-head h2{margin:0;font-size:22px}.category-all{padding:10px 15px;border:1px solid var(--line);border-radius:6px;font-size:12px}.category-all.active{background:var(--ink);border-color:var(--ink);color:#fff}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px}.category-tile{min-height:132px;padding:16px;position:relative;border:1px solid var(--line);border-top:4px solid #39796d;background:#f2f7f5;display:grid;grid-template-columns:1fr auto;align-content:space-between}.category-tile.tone-1{border-top-color:#d19b1c;background:#fff9e9}.category-tile.tone-2{border-top-color:#446a9b;background:#f0f4f9}.category-tile.tone-3{border-top-color:#9b5360;background:#fbf1f3}.category-tile.tone-4{border-top-color:#6f678c;background:#f5f3f9}.category-tile:hover,.category-tile.active{border-color:var(--ink);transform:translateY(-2px)}.category-number{font-size:11px;color:var(--muted)}.category-tile strong{grid-column:1/-1;font-size:17px;line-height:1.6}.category-tile small{font-size:11px;color:var(--muted)}.category-tile i{font-style:normal}.subcategory-list{display:flex;align-items:center;gap:7px;overflow:auto;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.subcategory-list>span{font-size:12px;font-weight:700;white-space:nowrap;margin-left:8px}.subcategory-list a{display:flex;align-items:center;gap:10px;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:6px;font-size:12px;background:#fff}.subcategory-list a.active{background:var(--green);border-color:var(--green);color:#fff}.subcategory-list small{opacity:.7}.catalog-tools{max-width:var(--max);margin:0 auto 24px;display:flex;align-items:end;justify-content:space-between;gap:30px}.catalog-tools form{width:min(520px,100%)}.catalog-tools label{font-size:12px;color:var(--muted)}.catalog-tools .search-control{margin-bottom:0}.catalog-tools>p{font-size:13px;color:var(--muted)}.catalog-results{max-width:var(--max);margin:0 auto 100px}.product-image img[src$="brand-placeholder.webp"]{object-fit:contain;padding:18%;background:#fff}.product-detail-image img[src$="brand-placeholder.webp"]{padding:18%}
@media(max-width:900px){.category-browser{margin:0 18px 24px;padding:18px}.category-browser-head{align-items:flex-start}.category-browser-head h2{font-size:19px}.category-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.category-tile{min-width:190px;scroll-snap-align:start}.catalog-tools{margin:0 18px 22px;align-items:stretch;display:grid;gap:8px}.catalog-tools>p{margin:0}.catalog-results{margin:0 18px 70px}.subcategory-list{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}}

body{background:#f8f8f4;position:relative}body:before{content:"";position:fixed;inset:0;background-image:var(--site-bg-image);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:.22;z-index:-1;pointer-events:none}.site-header{background:rgba(247,248,245,.94);backdrop-filter:blur(12px)}.brand-mark{background:#fff;border:1px solid var(--line);color:transparent;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain}.story,.category-browser{background:rgba(255,255,255,.94)}.site-footer{background:rgba(247,248,245,.84);padding-right:24px;padding-left:24px}.products-preview{background:rgba(247,248,245,.82);padding:24px}.catalog-results .product-card{background:rgba(247,248,245,.76)}
@media(max-width:700px){body:before{background-position:center top;opacity:.13}.products-preview{margin-right:0;margin-left:0;padding-right:18px;padding-left:18px}}

/* Brand system v5 */
:root{--ink:#111820;--muted:#657079;--paper:#f3f5f2;--line:#d7ddd9;--green:#08745e;--green-dark:#075345;--yellow:#e0aa27;--white:#fff;--max:1380px}body{background:var(--paper)}body:before{display:none}.site-header{height:92px;background:rgba(255,255,255,.96);border-color:#dce1de;padding:0 max(28px,calc((100vw - var(--max))/2));box-shadow:0 1px 0 rgba(17,24,32,.03)}.brand{gap:14px}.brand-mark{width:54px;height:54px;border:0;background:#fff}.brand strong{font-size:24px;line-height:1}.brand small{margin-top:6px;font-size:10px}.site-header nav{gap:34px}.site-header nav a{padding:36px 0 32px;font-size:13px}.header-cta{height:44px;padding:0 18px;display:flex;align-items:center;border:1px solid var(--ink);border-radius:5px;font-size:12px;font-weight:700}.header-cta:hover{background:var(--ink);color:#fff}.hero{height:min(760px,calc(100vh - 92px));min-height:620px;background:#dfe3e0}.hero>img{filter:saturate(.92) contrast(1.03)}.hero:before{content:"";position:absolute;inset:0;z-index:1;background:rgba(10,18,20,.16)}.hero:after{background:linear-gradient(90deg,rgba(7,20,18,.04) 20%,rgba(7,20,18,.18) 52%,rgba(7,20,18,.86) 100%)}.hero-copy{color:#fff;max-width:590px}.hero-copy p{color:#f5c64f;letter-spacing:0;font-size:12px}.hero-copy h1{font-size:clamp(68px,7vw,116px);line-height:1;margin:20px 0 14px}.hero-copy h2{font-size:clamp(20px,2vw,31px);font-weight:400;max-width:540px}.hero-actions{display:flex;align-items:center;gap:24px}.hero .button.primary{background:#fff;color:var(--ink);min-width:190px}.hero .button.primary:hover{background:#f4c755}.hero-link{font-size:13px;border-bottom:1px solid rgba(255,255,255,.65);padding:10px 0}.hero-note{display:flex;align-items:center;gap:9px;margin-top:45px;color:#dce6e2;font-size:11px}.hero-note span{width:28px;height:2px;background:#f4c755}.category-strip{max-width:var(--max);margin:-45px auto 0;border:0;box-shadow:0 18px 50px rgba(21,35,30,.1)}.category-strip a{min-height:112px;padding:24px;background:#fff;border-color:#e3e7e4;position:relative}.category-strip a:after{content:"←";position:absolute;left:18px;bottom:17px;color:#9ba59f}.category-strip a:hover{background:#0b6a57;color:#fff}.category-strip a:hover span,.category-strip a:hover:after{color:#d5e8e1}.category-strip strong{font-size:16px}.factory-band{max-width:var(--max);margin:70px auto 0;padding:0;border-top:1px solid #cad2cd;border-bottom:1px solid #cad2cd;display:grid;grid-template-columns:repeat(4,1fr)}.factory-band>div{min-height:150px;padding:28px 26px;border-left:1px solid #cad2cd;display:flex;flex-direction:column;justify-content:center}.factory-band>div:last-child{border-left:0}.factory-band small{font-size:10px;color:var(--green);font-weight:700}.factory-band strong{font-size:31px;margin:10px 0 7px}.factory-band span{font-size:11px;color:var(--muted)}.section{margin-top:115px;margin-bottom:120px}.products-preview{padding:0;background:transparent}.section-head{padding-bottom:22px;border-bottom:1px solid #ccd3cf}.section-head h2,.story h2{font-size:40px}.section-head>a{border-bottom:1px solid var(--green);padding-bottom:7px}.product-grid{gap:32px 18px}.product-image{background:#e7ebe8}.product-card{position:relative}.product-card:before{content:"";position:absolute;right:0;top:0;width:4px;height:0;background:var(--yellow);z-index:2;transition:height .25s}.product-card:hover:before{height:72px}.product-image img{transition:transform .45s ease,filter .45s ease}.product-card:hover img{transform:scale(1.035);filter:saturate(1.05)}.product-meta{padding:17px 4px 8px}.product-meta small{font-size:10px;font-weight:700}.product-meta h3{font-size:15px}.story{padding-top:110px;padding-bottom:110px;background:#101a1d;color:#fff;border:0;gap:130px}.story>div>p{color:#f1bf42}.story h2{max-width:520px;line-height:1.55}.story>div:last-child{color:#ced6d3}.story a{color:#fff;display:inline-block;margin-top:10px;border-bottom:1px solid #f1bf42;padding-bottom:7px}.story-index{display:block;margin-top:38px;color:#6f807a;font:11px Arial,sans-serif;letter-spacing:2px}.site-footer{max-width:none;margin:0;padding:72px max(24px,calc((100vw - var(--max))/2));background:#fff;border-top:1px solid var(--line)}.site-footer strong{font-size:32px}.catalog-intro{margin-top:75px}.catalog-intro h1{font-size:48px}.category-browser{padding:34px;border-radius:0;box-shadow:none}.category-tile{border-radius:0;transition:transform .2s,border-color .2s}.catalog-results .product-card{background:transparent}.product-detail-image{background:#e4e9e6}
@media(max-width:1100px){.site-header nav{gap:18px}.header-cta{display:none}.category-strip{margin-right:20px;margin-left:20px}.factory-band{margin-right:20px;margin-left:20px}.section{margin-right:20px;margin-left:20px}}
@media(max-width:900px){.site-header{height:74px}.site-header nav{top:74px}.brand-mark{width:45px;height:45px}.brand strong{font-size:20px}.hero{height:650px;min-height:0}.hero:before{background:rgba(8,18,17,.12)}.hero:after{background:linear-gradient(0deg,rgba(7,20,18,.94) 0,rgba(7,20,18,.7) 42%,rgba(7,20,18,.04) 72%)}.hero-copy{bottom:35px}.hero-copy h1{font-size:62px}.hero-copy h2{font-size:20px}.hero-note{margin-top:24px}.category-strip{margin:0;box-shadow:none}.factory-band{grid-template-columns:repeat(2,1fr);margin-top:40px}.factory-band>div:nth-child(2){border-left:0}.factory-band>div{border-bottom:1px solid #cad2cd}.section{margin-top:80px;margin-bottom:85px}.story{gap:20px}.site-footer{padding-top:55px;padding-bottom:55px}.catalog-intro h1{font-size:34px}}
@media(max-width:520px){.hero{height:610px}.hero-copy h1{font-size:52px}.hero-actions{align-items:flex-start;flex-direction:column;gap:8px}.hero-note{font-size:10px}.category-strip{grid-template-columns:1fr 1fr}.category-strip a{min-height:95px;padding:17px}.factory-band{margin-right:0;margin-left:0}.factory-band>div{min-height:125px;padding:20px 16px}.factory-band strong{font-size:24px}.section-head{align-items:flex-start;gap:16px}.section-head h2{font-size:29px}.section-head>a{font-size:11px}.story h2{font-size:30px}.product-grid{gap-top:20px}}
.hero:after{background:rgba(7,20,18,.54)}.product-grid{row-gap:20px}
@media(max-width:900px){.hero:after{background:rgba(7,20,18,.5)}}
.page-hero{padding:95px max(24px,calc((100vw - var(--max))/2)) 58px;background:#101a1d;color:#fff}.page-hero p{margin:0 0 12px;color:#f1bf42;font-size:12px;font-weight:700}.page-hero h1{max-width:900px;margin:0;font-size:clamp(40px,5vw,70px);line-height:1.35}.editorial-page,.contact-page,.collaboration-page{max-width:var(--max);margin:70px auto 110px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:start}.editorial-page figure,.contact-page figure,.collaboration-page figure{margin:0;min-height:520px;background:#e3e8e5}.editorial-page figure img,.contact-page figure img,.collaboration-page figure img{width:100%;height:100%;max-height:720px;object-fit:cover}.editorial-page>div,.collaboration-page>div,.contact-copy{padding:45px 0}.editorial-page>div>span{color:var(--green);font:11px Arial,sans-serif;letter-spacing:2px}.editorial-page p,.collaboration-page>div>p,.contact-copy>p{font-size:17px;line-height:2.35;color:#3d484c;margin:20px 0 32px}.contact-page{grid-template-columns:.9fr 1.1fr}.contact-copy dl{margin:42px 0 0;border-top:1px solid var(--line)}.contact-copy dl div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:19px 0;border-bottom:1px solid var(--line)}.contact-copy dt{color:var(--muted);font-size:12px}.contact-copy dd{margin:0;line-height:1.8}.collaboration-actions{display:grid;gap:9px;margin-top:35px}.collaboration-actions a{min-height:62px;border:1px solid var(--ink);padding:0 20px;display:flex;align-items:center;justify-content:space-between;font-weight:700}.collaboration-actions a:hover{background:var(--ink);color:#fff}.collaboration-actions span{font-size:20px}@media(max-width:900px){.page-hero{padding-top:65px}.editorial-page,.contact-page,.collaboration-page{margin:35px 18px 75px;grid-template-columns:1fr;gap:18px}.editorial-page figure,.contact-page figure,.collaboration-page figure{min-height:320px}.editorial-page>div,.collaboration-page>div,.contact-copy{padding:20px 0}.contact-page figure{order:-1}}
@view-transition{navigation:auto}::view-transition-old(root){animation:pageOut .16s ease both}::view-transition-new(root){animation:pageIn .24s ease both}html{opacity:1;transform:none}body{animation:pageIn .24s ease both}html.page-leaving{opacity:0;transform:translateY(-4px)}@keyframes pageIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes pageOut{to{opacity:0;transform:translateY(-4px)}}.category-strip a{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:12px}.category-strip a>img{grid-row:1/3;width:48px;height:48px;object-fit:cover;border-radius:4px}.category-strip a>strong,.category-strip a>span{margin:0}.category-tile>img{grid-column:1/-1;width:100%;height:88px;object-fit:cover;margin-bottom:12px}.category-tile:has(>img){min-height:220px}.subcategory-list a>img{width:28px;height:28px;object-fit:cover;border-radius:3px}@media(prefers-reduced-motion:reduce){html,html.page-ready,html.page-leaving,body{opacity:1;transform:none;transition:none;animation:none}::view-transition-old(root),::view-transition-new(root){animation:none}}
.brand-mark,.brand-mark img{border-radius:50%}.brand-mark img{object-fit:cover}.media-item:first-child>img{border-radius:50%;aspect-ratio:1/1;object-fit:cover}
@view-transition{navigation:none}html,html.page-ready,html.page-leaving{opacity:1;transform:none;transition:none}body{animation:none!important}
.category-strip{grid-template-columns:repeat(6,minmax(0,1fr));background:transparent;box-shadow:none;gap:8px}.category-strip a{aspect-ratio:1/1;min-height:0!important;padding:18px;overflow:hidden;border:0!important;background:#14221f!important;color:#fff;display:flex!important;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative}.category-strip a>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;margin:0;z-index:0;transition:transform .3s ease}.category-strip a:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(7,18,16,.9) 0%,rgba(7,18,16,.34) 58%,rgba(7,18,16,.08) 100%)}.category-strip a>strong,.category-strip a>span{position:relative;z-index:2;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.9)}.category-strip a>strong{font-size:18px}.category-strip a>span{font-size:11px;opacity:.95}.category-strip a:after{z-index:2;color:#fff!important}.category-strip a:hover>img{transform:scale(1.035)}
.category-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.category-tile,.category-tile:has(>img){aspect-ratio:1/1;min-height:0;padding:18px;overflow:hidden;border:0!important;background:#1a2825!important;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative}.category-tile>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;margin:0;z-index:0;transition:transform .3s ease}.category-tile:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(5,15,13,.92) 0%,rgba(5,15,13,.36) 58%,rgba(5,15,13,.06) 100%)}.category-tile>*:not(img){position:relative;z-index:2;color:#fff!important;text-shadow:0 2px 5px rgba(0,0,0,.9)}.category-tile strong{font-size:20px}.category-tile small{font-size:12px}.category-tile .category-number{position:absolute;top:16px;right:16px;padding:5px 7px;background:rgba(5,15,13,.66);text-shadow:none}.category-tile i{position:absolute;left:18px;bottom:18px}.category-tile:hover{transform:translateY(-3px)}.category-tile:hover>img{transform:scale(1.035)}
@media(max-width:900px){.category-strip{grid-template-columns:repeat(3,1fr);margin:0 18px}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.category-tile{min-width:0}}@media(max-width:520px){.category-strip{grid-template-columns:repeat(2,1fr);margin:0;gap:3px}.category-grid{gap:7px}.category-tile strong{font-size:17px}.category-tile{padding:13px}.category-tile .category-number{top:11px;right:11px}.category-tile i{left:13px;bottom:13px}}
.subcategory-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;overflow:visible}.subcategory-list>span{grid-column:1/-1}.subcategory-list a{aspect-ratio:4/3;min-width:0;padding:14px;overflow:hidden;border:0;border-radius:0;background:#26332f;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;position:relative;font-weight:700}.subcategory-list a>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;z-index:0}.subcategory-list a:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,15,13,.9),rgba(5,15,13,.12));z-index:1}.subcategory-list a>*{position:relative;z-index:2}.subcategory-list a small{color:#fff}.subcategory-list a.active{outline:3px solid var(--yellow);outline-offset:-3px}@media(max-width:600px){.subcategory-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-left:0;margin-right:0;padding-left:0;padding-right:0}.subcategory-list a{aspect-ratio:1/1}}
body{background-color:var(--paper);background-image:linear-gradient(rgba(243,245,242,.82),rgba(243,245,242,.82)),var(--site-bg-image);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}body:before{display:none!important}@media(max-width:900px){body{background-attachment:scroll;background-position:center top}}
.breadcrumbs{max-width:var(--max);margin:28px auto 0;display:flex;align-items:center;gap:9px;overflow:auto;white-space:nowrap;color:var(--muted);font-size:11px}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs strong{color:var(--ink)}.category-landing{max-width:var(--max);min-height:360px;margin:28px auto 35px;position:relative;overflow:hidden;background:#15221f;color:#fff}.category-landing>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-landing:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,17,.15),rgba(8,20,17,.88))}.category-landing>div{position:relative;z-index:2;width:min(560px,90%);padding:70px}.category-landing p{color:var(--yellow);font-size:11px;font-weight:700}.category-landing h1{font-size:48px;margin:8px 0 15px}.category-landing span{display:block;line-height:2;color:#e4ece8}.category-landing strong{display:block;margin-top:24px}.visual-filters{max-width:var(--max);margin:0 auto 24px;padding:14px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;gap:8px;overflow:auto}.visual-filters strong{margin-left:8px}.visual-filters a{min-width:64px;padding:10px;text-align:center;border:1px solid var(--line);background:#f5f7f5}.visual-filters a.active{background:var(--ink);color:#fff}.recent-products{max-width:var(--max);margin:80px auto}.recent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.recent-grid a{background:#fff;border:1px solid var(--line);padding:9px}.recent-grid img{width:100%;aspect-ratio:4/5;object-fit:cover}.recent-grid small,.recent-grid strong{display:block;padding:8px 5px 0}.recent-grid small{color:var(--green);font-size:10px}.recent-grid strong{font-size:13px;line-height:1.7}@media(max-width:900px){.breadcrumbs,.category-landing,.visual-filters,.recent-products{margin-right:18px;margin-left:18px}.category-landing{min-height:290px}.category-landing>div{padding:45px 28px}.category-landing h1{font-size:34px}.recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
