:root{font-family:Tahoma,"Leelawadee UI",system-ui,sans-serif;color:#173b32;background:#f7f8f4;font-synthesis:none;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}
body{margin:0}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid #b67b14;outline-offset:6px}
.wrap{width:min(1180px,calc(100% - 64px));margin-inline:auto}
.header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:30px;border-bottom:1px solid #dfe5df}
.brand{display:flex;align-items:center;gap:13px;letter-spacing:.06em;font-size:16px;font-weight:700}
.brand img{width:96px;height:auto;object-fit:contain}
.brand strong{display:block;font-size:11px;letter-spacing:.2em;font-weight:400;margin-top:4px}
.header-link{font-size:14px;min-height:44px;display:flex;align-items:center;gap:12px}
.hero{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:64px;padding-block:82px 94px}
.eyebrow{font-size:12px;letter-spacing:.03em;display:flex;align-items:center;gap:9px;margin:0 0 25px}
.dot{width:7px;height:7px;background:#178365;border-radius:50%;flex-shrink:0}
h1{font-size:clamp(38px,4.4vw,62px);font-weight:700;line-height:1.35;letter-spacing:-.055em;margin:0 0 26px}
.lead{font-size:17px;line-height:1.9;color:#38574d;margin:0 0 20px}
.status{font-size:13px;line-height:1.95;color:#627268;margin:0 0 28px}
.button{display:inline-flex;justify-content:center;align-items:center;gap:28px;min-height:54px;padding:13px 22px;border-radius:10px;background:#075e4b;color:#fff;font-size:14px;font-weight:700}
.button:hover{background:#064b3c}
.note{font-size:11px;color:#69796f;margin:13px 0 0}
.collection{padding:27px;background:#ebefdf;border-radius:22px;transform:rotate(1deg)}
.collection-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 0 24px;font-size:14px}
.collection-heading span:last-child{font-size:28px;color:#07674b}
.categories{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.category{min-height:170px;padding:21px 17px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:12px;gap:10px}
.category .number{font-size:11px;letter-spacing:.15em;margin-bottom:auto;opacity:.8}
.category strong{font-size:17px;font-weight:700}
.category span:last-child{font-size:11px;line-height:1.6}
.category-green{background:#075e4b;color:#fff}
.category-cream{background:#fcfaf1;color:#31574a}
.category-mint{background:#d3e6cc;color:#244b3a}
.collection-footer{display:flex;justify-content:space-between;gap:12px;font-size:10px;padding-top:24px;letter-spacing:.06em}
.footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid #dfe5df;padding-block:24px;font-size:11px;color:#647367}
@media(max-width:900px){.hero{gap:32px;padding-block:58px}.collection{padding:19px}.category{padding:16px 12px;min-height:160px}.category strong{font-size:15px}.lead{font-size:15px}.desktop-break{display:none}}
@media(max-width:680px){.wrap{width:calc(100% - 36px)}.header{padding-block:19px}.brand{font-size:14px;gap:9px}.brand img{width:80px;height:auto}.header-link{font-size:12px}.hero{grid-template-columns:1fr;gap:42px;padding-block:43px}.collection{transform:none}.eyebrow{font-size:11px;line-height:1.6}.category{min-height:156px;padding:19px 14px}.category strong{font-size:16px}.lead{font-size:15px}.status{font-size:12px}.button{width:100%}.footer{font-size:10px;gap:10px;padding-block:22px}.collection-heading{font-size:13px}.collection-footer{font-size:9px}}
