:root{--ink:#14261f;--green:#195b43;--paper:#fffdf7;--mist:#edf3eb;--line:#d9d0bd;--sand:#f5efe1}*{box-sizing:border-box}body{margin:0;background:#eef0e8;color:var(--ink);font-family:Arial,sans-serif;line-height:1.55}.sheet{width:min(900px,calc(100% - 32px));min-height:1120px;margin:32px auto;background:var(--paper);box-shadow:0 18px 50px #13291b22}.masthead{display:flex;justify-content:space-between;gap:24px;padding:30px 42px 22px;border-bottom:1px solid var(--line)}.brand{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand span,.meta-label{display:block;color:var(--green);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.sample{align-self:start;border:1px solid #b6cbbd;border-radius:999px;padding:7px 11px;color:var(--green);font-size:11px;font-weight:700}.content{padding:46px 42px 40px}.kicker{margin:0 0 10px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}h1{max-width:650px;margin:0;font-family:Georgia,serif;font-size:clamp(36px,6vw,62px);font-weight:400;line-height:1.02}h2{margin:34px 0 12px;font-size:19px}.intro{max-width:650px;margin:22px 0;color:#3f4d44;font-size:18px}.notice{margin:30px 0;padding:16px 18px;border-left:4px solid var(--green);background:var(--mist);color:#294235}.details{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden}.details div{min-height:82px;padding:15px;border-bottom:1px solid var(--line)}.details div:nth-child(odd){border-right:1px solid var(--line)}.details div:nth-last-child(-n+2){border-bottom:0}.value{display:block;margin-top:5px;font-size:16px;font-weight:700}.panel{margin-top:26px;padding:24px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#fffefb,#f7f2e7)}.list{margin:0;padding-left:19px}.list li{margin:8px 0}.footer{display:flex;justify-content:space-between;gap:20px;margin-top:58px;padding-top:18px;border-top:1px solid var(--line);color:#5a675e;font-size:12px}@media print{body{background:#fff}.sheet{width:100%;min-height:0;margin:0;box-shadow:none}.content{padding-bottom:25px}}@media(max-width:560px){.sheet{width:100%;margin:0}.masthead,.content{padding-left:24px;padding-right:24px}.masthead{display:block}.sample{display:inline-block;margin-top:16px}.details{grid-template-columns:1fr}.details div,.details div:nth-child(odd){border-right:0}.details div:nth-last-child(2){border-bottom:1px solid var(--line)}}
