
:root{--green:#183f32;--green2:#2e6451;--ink:#17201c;--muted:#68736d;--line:#dde3df;--paper:#f5f6f2}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
a{color:inherit}.site-head{min-height:72px;padding:0 max(20px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff;background:var(--green)}
.logo{font-family:Georgia,serif;font-size:28px;text-decoration:none}.head-request{padding:10px 15px;border:1px solid #ffffff70;border-radius:999px;text-decoration:none}
.product-page,.listing-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:34px 0 70px}.crumbs{margin-bottom:28px;color:var(--muted);font-size:13px}
.product-hero{display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}
.product-photo{min-height:520px;padding:38px;display:grid;place-items:center;background:#fafaf7}.product-photo img{width:100%;height:100%;max-height:520px;object-fit:contain}
.no-photo{color:#aab2ad;font-family:Georgia,serif;font-size:23px}.product-info{padding:56px 44px}.product-info small{color:var(--green2);font-weight:750;text-transform:uppercase}
h1{margin:14px 0;font-family:Georgia,serif;font-size:clamp(34px,5vw,58px);font-weight:400;line-height:1.05}.vendor{color:var(--muted)}.availability{margin-top:24px;color:var(--green2);font-weight:750}
.product-price{margin-top:24px;font-size:34px;font-weight:800}.add-request{width:100%;min-height:52px;margin-top:20px;border:0;border-radius:10px;color:#fff;background:var(--green);cursor:pointer;font-weight:750}
.notice{color:var(--muted);font-size:12px;line-height:1.5}.description,.specs{margin-top:24px;padding:30px;border:1px solid var(--line);border-radius:16px;background:#fff}.description h2,.specs h2{margin-top:0;font-family:Georgia,serif;font-size:30px;font-weight:400}
.description p{line-height:1.75}.specs dl{margin:0}.specs dl div{padding:14px 0;display:grid;grid-template-columns:minmax(200px,.8fr) 1.2fr;gap:24px;border-bottom:1px solid var(--line)}.specs dt{color:var(--muted)}.specs dd{margin:0;font-weight:650}
.listing-page h1{font-family:Georgia,serif;font-size:clamp(38px,6vw,68px);font-weight:400}.listing-lead{color:var(--muted)}.seo-grid{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.seo-card{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.seo-photo{aspect-ratio:1.15/1;padding:16px;display:grid;place-items:center;background:#fafaf7}.seo-photo img{width:100%;height:100%;object-fit:contain}
.seo-card-body{padding:15px}.seo-card-body small{color:var(--muted)}.seo-card-body h2{min-height:45px;font-size:15px;line-height:1.4}.seo-card-body h2 a{text-decoration:none}.seo-card-body p{color:var(--green2);font-size:12px;font-weight:700}.seo-card-body strong{font-size:19px}
footer{padding:38px max(20px,calc((100vw - 1180px)/2));color:#ffffffc7;background:#122d24}
@media(max-width:900px){.product-hero{grid-template-columns:1fr}.product-photo{min-height:360px}.seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.product-page,.listing-page{width:min(100% - 20px,1180px);padding-top:22px}.product-photo{min-height:300px;padding:20px}.product-info{padding:28px 20px}.description,.specs{padding:22px 18px}.specs dl div{grid-template-columns:1fr;gap:5px}.seo-grid{grid-template-columns:1fr}}
