:root{--ink:#173c31;--green:#174b3b;--lime:#deff83;--line:#e2e6e1;--muted:#68716b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}button,input,select,textarea{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}.announcement{background:var(--green);color:white;text-align:center;padding:11px;font-size:13px;letter-spacing:.2px}.announcement span{margin-left:24px;color:var(--lime)}header{display:flex;align-items:center;gap:28px;padding:25px 5%;border-bottom:1px solid var(--line)}.brand{font-size:36px;font-weight:800;letter-spacing:-2px}.brand span{font-size:13px;vertical-align:top;letter-spacing:0;margin:5px}header form{display:flex;background:#f4f5f2;border-radius:6px;margin:0 auto;width:44%;border:1px solid var(--line)}input{min-width:0}header input{padding:15px;border:0;background:none;flex:1;width:100%;outline-offset:2px}header form button{background:none;border:0;font-size:29px;width:50px}.plain{background:none;border:0;font-size:14px}.cartButton{background:none;border:0;font-weight:bold;white-space:nowrap}.cartButton span{background:var(--lime);padding:6px 10px;border-radius:50%;margin-left:7px}nav{display:flex;gap:30px;padding:17px 5%;overflow:auto}nav button{white-space:nowrap;background:none;border:0;padding:4px 0;font-size:14px;color:var(--muted)}nav button.active{color:var(--green);font-weight:bold;border-bottom:2px solid var(--green)}main{padding:0 5%}.hero{display:grid;grid-template-columns:1fr 1fr;background:#eff2e9;border-radius:8px;overflow:hidden;min-height:450px}.hero>div:first-child{padding:45px 48px 24px}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:1.8px}h1{font-size:clamp(48px,5.5vw,82px);font-weight:500;letter-spacing:-4px;line-height:1.01;margin:28px 0 20px}p{line-height:1.65;font-size:16px}.hero p{color:#59665b}.primary{border:0;background:var(--green);color:white;padding:17px 24px;border-radius:4px;font-weight:bold;font-size:14px}.primary span{margin-left:35px}.heroFoot{font-size:10px;letter-spacing:1.2px;margin-top:42px;display:flex;justify-content:space-between;gap:15px}.heroPhoto{background:#dfe5d7;background-position:center;background-size:cover;position:relative;min-height:350px}.photoTag{position:absolute;bottom:25px;left:25px;background:white;padding:12px 18px;border-radius:3px;font-size:14px}.collection{padding:48px 0}.titleRow{display:flex;justify-content:space-between;align-items:center;gap:20px}h2{font-size:34px;font-weight:500;letter-spacing:-1px;margin:14px 0}.sortLabel{font-size:14px;white-space:nowrap;color:var(--muted)}select{border:1px solid var(--line);background:white;padding:10px;margin-left:8px;border-radius:4px;color:var(--ink)}.sampleNote{font-size:13px;color:var(--muted);margin:2px 0 25px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product{min-width:0}.productPhoto{position:relative;background:#f3f4f1;height:255px;border-radius:6px;overflow:hidden}.productPhoto>button{width:100%;height:100%;border:0;background:none;padding:0}.product img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.productPhoto:hover img{transform:scale(1.04)}.badge{position:absolute;top:14px;left:14px;background:white;border-radius:3px;padding:7px 10px;font-size:11px;pointer-events:none}.productMeta{font-size:11px;letter-spacing:1.3px;text-transform:uppercase;color:var(--muted);margin:18px 0 8px}.product h3{font-size:16px;font-weight:500;margin:0 0 12px}.productBottom{display:flex;align-items:center;justify-content:space-between}.price{font-weight:bold}.add{width:33px;height:33px;border:1px solid #d6ddd5;background:white;border-radius:50%;font-size:23px;color:var(--green)}.story{border-top:1px solid var(--line);padding:50px 0;display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:35px;align-items:center}.story h2{font-size:30px}.story p{color:var(--muted);font-size:14px}footer{background:#f1f4ee;padding:40px 5%;display:flex;justify-content:space-between;gap:30px}footer p{font-size:13px;color:var(--muted)}dialog{border:0;border-radius:12px;width:min(760px,92vw);max-height:88vh;padding:36px;color:var(--ink);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#10261db3}.close{position:absolute;right:12px;top:8px;background:none;border:0;font-size:28px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:30px}.detail img{width:100%;border-radius:6px}.detail h2{font-size:30px}.close:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #87ae2f;outline-offset:3px}.cartRow{display:flex;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cartRow img{width:65px;height:65px;object-fit:cover}.cartRow .info{flex:1}.cartRow button{background:white;border:1px solid var(--line);border-radius:4px;padding:5px 9px}.subtle{font-size:14px;color:var(--muted)}.upload{border:1px dashed #a1b29d;padding:25px;border-radius:6px;margin:20px 0}.upload input{max-width:100%}.previewTable{width:100%;border-collapse:collapse;font-size:14px}.previewTable td,.previewTable th{text-align:left;padding:10px;border-bottom:1px solid var(--line)}.error{color:#a62929}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:14px 24px;border-radius:5px;display:none;z-index:10}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:900px){header{gap:15px;flex-wrap:wrap}.brand{font-size:30px}header form{order:4;width:100%}.plain{margin-left:auto}.hero>div:first-child{padding:35px 25px}.grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr 1fr}.story>.eyebrow{grid-column:1/-1}.heroFoot span{display:none}}@media(max-width:560px){.announcement{font-size:11px}.announcement span{display:none}main{padding:0 5%}nav{gap:23px}.hero{grid-template-columns:1fr}.heroPhoto{min-height:230px;max-height:230px}.hero>div:first-child{padding:30px}.heroFoot{margin-top:25px}h1{font-size:58px}.titleRow{align-items:start;flex-direction:column;gap:8px}h2{font-size:28px}.sampleNote{margin-top:18px}.grid{gap:15px}.productPhoto{height:190px}.product h3{font-size:14px}.story{grid-template-columns:1fr;gap:8px}footer{flex-wrap:wrap}.detail{grid-template-columns:1fr}.detail img{max-height:240px;object-fit:cover}dialog{padding:32px 20px}}

.stockLabel{font-size:14px;color:#715129;margin:6px 0 12px}button:disabled{opacity:.5;cursor:not-allowed}.stockRow{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0}.stockRow input{width:115px;padding:10px;border:1px solid var(--line);border-radius:4px}.reviews{border-top:1px solid var(--line);margin-top:28px;padding-top:18px}.reviews h3{font-size:19px}.reviews p{font-size:14px}header{gap:18px}header form{width:38%}@media(max-width:900px){header form{width:100%}.plain{margin-left:0}header .brand{margin-right:auto}}
