@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Noto+Serif:wght@600;700&display=swap");
:root{--ink:#17362c;--cream:#f7f2e8;--paper:#fffdf8;--sage:#dfe9d9;--orange:#e96f37;--line:#d8ded3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font:700 29px Georgia,serif}.brand span{color:var(--orange)}.navlinks{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}.primary{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:13px 22px;font-weight:700;cursor:pointer}.button{display:inline-block}.hero{min-height:610px;background:var(--sage);border-radius:0 0 44px 44px;overflow:hidden}.heroGrid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:530px;gap:40px}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-size:12px}h1{margin:15px 0 20px;font:600 clamp(52px,7vw,92px)/.9 Georgia,serif;letter-spacing:-.05em}h2{margin:7px 0 0;font:600 clamp(38px,5vw,56px)/1 Georgia,serif}.hero p,.modal p,.about p{font-size:17px;line-height:1.75;color:#526b63}.heroArt{height:470px;position:relative}.heroArt:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:#f5d2ad;left:50%;top:50%;transform:translate(-50%,-50%)}.heroArt img{width:100%;height:100%;object-fit:contain;position:relative;filter:drop-shadow(0 25px 24px #17362c30)}.section{padding:84px 0}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.filters{display:flex;gap:8px;flex-wrap:wrap}.pill{border:1px solid var(--line);background:var(--paper);padding:10px 15px;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}.pill.active{background:var(--ink);color:#fff}.search{width:100%;padding:15px 18px;border:1px solid var(--line);border-radius:15px;background:var(--paper);margin-bottom:24px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:var(--paper);border:1px solid #e7e2d9;border-radius:22px;overflow:hidden;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #284b3a16}.photo{display:block;width:100%;border:0;cursor:pointer;aspect-ratio:1;background:#edf0e8;padding:18px}.photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cardBody{padding:18px}.cardBody small{color:var(--orange);font-weight:700;text-transform:uppercase;letter-spacing:.09em}.card h3{margin:9px 0 13px;font:600 21px/1.08 Georgia,serif;min-height:46px}.titleLink{border:0;background:none;padding:0;text-align:left;color:inherit;font:inherit;cursor:pointer}.cardFoot{display:flex;justify-content:space-between;align-items:center}.arrow{border:0;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;cursor:pointer}.about{background:var(--ink);color:#fff;border-radius:38px;padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about p{color:#c9d4ce}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats>b{font:600 30px Georgia,serif;color:#f2b178;border:1px solid #ffffff18;border-radius:15px;padding:16px}.stats small{display:block;color:#d2ddd8;font:12px Arial,sans-serif;margin-top:5px}footer{border-top:1px solid var(--line);padding:35px 0;color:#64766f;font-size:13px}.overlay{position:fixed;inset:0;background:#102920c4;z-index:10;display:grid;place-items:center;padding:20px}.hidden{display:none}.modal{width:min(860px,100%);max-height:90vh;overflow:auto;background:var(--paper);padding:38px;border-radius:28px;position:relative}.close{position:absolute;right:18px;top:18px;border:0;border-radius:50%;width:34px;height:34px;font-size:20px;cursor:pointer}.detailModal{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.detailPhoto{background:#e9ede5;border-radius:22px;padding:25px;aspect-ratio:1}.detailPhoto img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.bigPrice{display:block;font-size:22px;margin:16px 0}.admin{min-height:100vh;background:#edf1eb}.adminHead{padding:28px 0;display:flex;justify-content:space-between;align-items:center}.adminBody{padding-bottom:60px}.notice{background:#fff4ce;padding:12px 16px;border-radius:12px;margin-bottom:14px}.panel{background:#fff;border-radius:24px;padding:24px;overflow-x:auto}.toolbar{display:flex;gap:12px;margin-bottom:18px}.toolbar input{flex:1;border:1px solid var(--line);border-radius:12px;padding:12px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;border-bottom:1px solid #edf0eb;padding:12px 9px;font-size:13px}.adminProduct{display:flex;align-items:center;gap:12px}.adminProduct img{width:48px;height:48px;object-fit:contain;background:#edf0eb;border-radius:8px}.toggle{border:0;border-radius:999px;padding:7px 11px;cursor:pointer}.toggle.on{background:#d8efdf;color:#176331}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.heroGrid,.about,.detailModal{grid-template-columns:1fr}.heroGrid{padding-top:42px}.heroArt{height:340px}.about{padding:36px}}@media(max-width:600px){.shell{width:calc(100% - 24px)}.navlinks>a{display:none}.hero{border-radius:0 0 28px 28px}.heroGrid{gap:0}.heroArt{height:280px}.section{padding:58px 0}.sectionHead{flex-direction:column;align-items:start}.grid{gap:10px}.cardBody{padding:13px}.card h3{font-size:17px}.about{padding:27px}.stats{grid-template-columns:1fr}.modal{padding:25px}.detailModal{gap:18px}}
.brand img{width:170px;max-height:62px;object-fit:contain}.nav select{border:1px solid #b9c6bc;border-radius:999px;background:#fff;padding:8px}.detailButton{border:0;background:none;padding:0;font-size:13px;font-weight:700;color:var(--orange);cursor:pointer}.supplier{display:flex;align-items:center;gap:30px}.supplier img{width:170px}.supplier p{margin:7px 0}.supplier small{display:block;margin-top:5px}.loginView{min-height:100vh;display:grid;place-items:center;padding:20px}.loginCard{width:min(430px,100%);background:#fff;padding:38px;border-radius:26px;box-shadow:0 22px 60px #17362c20}.loginCard img{width:190px;display:block;margin:0 auto 24px}.loginCard label,.editor label{display:grid;gap:7px;font-size:13px;font-weight:700;margin:13px 0}.loginCard input,.editor input,.editor textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.loginCard .primary{width:100%}.error{color:#b42318;font-size:13px}.danger{border:0;background:#fee4e2;color:#b42318;padding:9px 13px;border-radius:999px;cursor:pointer}.editor{width:min(780px,100%)}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.formGrid .wide{grid-column:1/-1}.editor textarea{min-height:92px;resize:vertical}.editor .check{display:flex;align-items:center}.editor .check input{width:auto}.formActions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
@media(max-width:600px){.brand img{width:120px}.navlinks{gap:8px}.formGrid{grid-template-columns:1fr}.supplier{align-items:start;flex-direction:column}.toolbar{align-items:stretch;flex-direction:column}}
body{font-family:"Noto Sans","Segoe UI",Arial,sans-serif}h1,h2,.card h3{font-family:"Noto Serif",Georgia,serif}.hero{position:relative}.hero>*:not(.brandWatermark){position:relative;z-index:1}.brandWatermark{position:absolute;right:-5%;top:5%;width:48%;height:90%;display:grid;place-items:center;opacity:.035;pointer-events:none}.brandWatermark img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.brand{display:flex;align-items:center;background:rgba(255,255,255,.68);border:1px solid rgba(23,54,44,.1);border-radius:18px;padding:8px 14px;box-shadow:0 10px 30px rgba(23,54,44,.08);backdrop-filter:blur(8px)}.brand img{mix-blend-mode:multiply}.supplier img{mix-blend-mode:multiply}.nav{position:relative}.nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(23,54,44,.18),transparent)}
/* Fixed navigation */
.hero .nav{position:fixed;top:12px;left:50%;transform:translateX(-50%);z-index:100;width:min(1180px,calc(100% - 24px));padding:0 18px;background:rgba(239,246,235,.92);border:1px solid rgba(23,54,44,.12);border-radius:22px;box-shadow:0 12px 35px rgba(23,54,44,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero{padding-top:76px}@media(max-width:600px){.hero .nav{top:8px;height:68px;padding:0 10px;border-radius:18px}.hero{padding-top:76px}}

/* Contact, catalog viewport, transparent logo, mobile refinement */
.brand{background:transparent;border:0;box-shadow:none;padding:0;backdrop-filter:none}.brand img{width:170px;height:68px;max-height:68px;object-fit:contain;mix-blend-mode:normal}.brandWatermark img,.supplier img{mix-blend-mode:normal}.supplier img{width:170px;height:110px;object-fit:contain}.loginCard img{width:190px;height:190px;object-fit:contain}
#grid{max-height:760px;overflow-y:auto;overscroll-behavior:contain;padding:4px 10px 14px 2px;scrollbar-color:var(--ink) #e2e8df;scrollbar-width:thin}#grid::-webkit-scrollbar{width:10px}#grid::-webkit-scrollbar-track{background:#e2e8df;border-radius:99px}#grid::-webkit-scrollbar-thumb{background:var(--ink);border-radius:99px;border:2px solid #e2e8df}
.contactModal{width:min(760px,100%)}.contactModal>p{color:#526b63;line-height:1.6}.contactForm{display:grid;grid-template-columns:1fr 1fr;gap:0 16px;margin-top:18px}.contactForm label{display:grid;gap:7px;font-size:13px;font-weight:700;margin:10px 0}.contactForm input,.contactForm textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;color:var(--ink)}.contactForm textarea{min-height:130px;resize:vertical}.contactForm .wide{grid-column:1/-1}.contactTrap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contactActions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px}.contactActions p{margin:0;font-size:14px}.contactActions .success{color:#176331}.contactActions button:disabled{opacity:.65;cursor:wait}
.leadsPanel{margin-top:22px}.leadsHead{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.leadsHead h3{margin:5px 0 0;font:600 28px Georgia,serif}.tableScroll{overflow-x:auto}.leadMessage{white-space:pre-wrap;min-width:260px;max-width:420px;line-height:1.45}.leadStatus{border:1px solid var(--line);border-radius:9px;padding:8px;background:#fff}.leadsPanel td small{display:block;margin-top:5px;color:#7b8b84;text-transform:uppercase}
@media(max-width:600px){.hero{min-height:auto}.heroGrid{min-height:auto;padding:84px 0 54px}.heroArt{display:none}.hero h1{font-size:clamp(48px,15vw,68px);line-height:.92}.hero p{font-size:16px}.grid{grid-template-columns:1fr}#grid{max-height:620px;padding-right:7px}.brand img{width:120px;height:58px}.hero .nav{height:70px}.navlinks .primary{padding:12px 18px}.contactForm{grid-template-columns:1fr}.contactForm .wide{grid-column:auto}.contactActions{align-items:stretch;flex-direction:column}.contactActions button{width:100%}.supplier img{width:140px;height:90px}.loginCard img{width:150px;height:150px}.leadsHead{align-items:flex-start;flex-direction:column}}
/* Mobile horizontal product carousel */
@media(max-width:600px){
  #grid{display:flex;grid-template-columns:none;gap:12px;max-height:none;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2px;-webkit-overflow-scrolling:touch;padding:4px 4px 16px 2px}
  #grid .card{flex:0 0 calc((100% - 12px)/2);min-width:0;scroll-snap-align:start;scroll-snap-stop:always}
  #grid .photo{aspect-ratio:1;padding:8px}
  #grid .cardBody{padding:12px}
  #grid .card h3{font-size:16px;line-height:1.12;min-height:72px;margin:8px 0 12px}
  #grid .cardBody small{font-size:11px}
  #grid .detailButton{font-size:12px}
  #grid::-webkit-scrollbar{width:auto;height:6px}
  #grid::-webkit-scrollbar-track{background:#e2e8df}
  #grid::-webkit-scrollbar-thumb{background:var(--ink);border:1px solid #e2e8df}
}
/* Most-viewed products slider */
.popularSection{padding:22px 0 34px}.popularSection.hidden{display:none}.popularHead{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.popularHead h2{font-size:32px;margin-top:5px}.sliderControls{display:flex;gap:8px}.sliderControls button{width:40px;height:40px;border:1px solid rgba(23,54,44,.18);border-radius:50%;background:rgba(255,255,255,.82);color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.popularTrack{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--ink) rgba(255,255,255,.4);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:2px 2px 12px}.popularCard{flex:0 0 calc((100% - 42px)/4);scroll-snap-align:start;display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;min-height:128px;background:rgba(255,253,248,.92);border:1px solid rgba(23,54,44,.12);border-radius:20px;padding:12px;box-shadow:0 10px 28px rgba(23,54,44,.09)}.popularPhoto{width:92px;height:100px;border:0;border-radius:14px;background:#edf0e8;padding:7px;cursor:pointer}.popularPhoto img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.popularCard small{color:var(--orange);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.popularCard h3{margin:6px 0;font:600 16px/1.08 Georgia,serif}.popularCard h3 button{border:0;background:none;padding:0;text-align:left;color:inherit;font:inherit;cursor:pointer}.popularCard p{margin:0;color:#63756e;font-size:12px}
@media(max-width:900px){.popularCard{flex-basis:calc((100% - 14px)/2)}}
@media(max-width:600px){.popularSection{width:100%;padding:10px 12px 28px}.popularHead{align-items:center;margin-bottom:12px}.popularHead h2{font-size:25px}.sliderControls{display:none}.popularTrack{gap:10px;scroll-padding-inline:0;padding-bottom:10px}.popularCard{flex:0 0 82%;grid-template-columns:88px 1fr;min-height:118px;border-radius:18px;padding:10px}.popularPhoto{width:88px;height:94px}.popularCard h3{font-size:15px;min-height:auto}.popularCard p{font-size:11px}}
.leadActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-left:auto}.leadNotifyBadge{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border-radius:999px;background:#edf1eb;color:#526b63;font-size:13px;font-weight:700}.leadNotifyBadge.hasNew{background:#fff0c7;color:#8a4b00;box-shadow:0 0 0 1px #f0cc73}.leadNotifyBadge.hasNew:before{content:"";width:8px;height:8px;margin-right:7px;border-radius:50%;background:#e96f37}.leadSelectCell,.leadSelectAllCell{width:42px;text-align:center}.leadSelect,.leadSelectAllCell input{width:18px;height:18px;accent-color:var(--ink);cursor:pointer}.leadsPanel tr.leadNew td{background:#fffaf0}.danger:disabled{opacity:.45;cursor:not-allowed}@media(max-width:600px){.leadActions{width:100%;justify-content:flex-start}.leadActions>*{flex:1 1 auto;text-align:center}.leadNotifyBadge{justify-content:center}}