:root{
  --page-w:768px;
  --page-h:1024px;
  --navy:#1f345f;
  --green:#83c357;
  --white:#fff;
  --copy:rgba(255,255,255,.9);
  --muted:rgba(255,255,255,.76);
  --font:"foco", Foco, Arial, Helvetica, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#dedede;font-family:var(--font);color:var(--white)}
.viewer-nav{position:sticky;top:0;z-index:50;display:flex;gap:10px;justify-content:center;padding:10px;background:#111827;box-shadow:0 2px 12px #0004}
.viewer-nav a{color:white;text-decoration:none;font:700 13px/1 var(--font);padding:8px 12px;border:1px solid #ffffff44;border-radius:999px}
.report{display:grid;gap:28px;padding:28px 0}
.page{width:var(--page-w);height:var(--page-h);margin:0 auto;position:relative;overflow:hidden;background:var(--navy);box-shadow:0 18px 40px #0004}
h1,h2,h3,p{margin:0} sup{font-size:.55em}.green{color:var(--green);font-weight:700}

/* Page 1 */
.page-cover{background:#020806;color:white;text-align:center}.cover-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cover-logo{position:absolute;right:92px;top:88px;width:245px}.cover-title{position:absolute;left:90px;right:90px;top:315px}.cover-title p{font-size:54px;line-height:1.05;font-weight:400}.cover-title h1{font-size:78px;line-height:.95;font-weight:700;color:transparent;-webkit-text-stroke:1.6px white;text-stroke:1.6px white;letter-spacing:1px}.cover-copy{position:absolute;left:80px;right:80px;top:515px;font-size:17px;line-height:1.25;font-weight:300}.cover-copy strong{font-weight:700}.cover-impact{position:absolute;left:80px;right:80px;top:657px;font-size:54px;line-height:1;font-weight:400}.bcorp-cover{position:absolute;right:70px;bottom:78px}

/* Page 2 starter */
.page-dashboard{background:white;color:#1d2f56;padding:38px 40px}.page-dashboard h1{text-align:center;font-size:31px;font-weight:700;margin-bottom:30px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px}.metric{text-align:center}.metric-value{font-size:35px;font-weight:700;color:var(--green);line-height:1}.metric p{font-size:12px;line-height:1.16;color:#1d2f56}.dashboard-panels{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}.carbon-panel{background:#1f345f;color:white;padding:22px;border-radius:18px;min-height:260px;text-transform:uppercase}.carbon-panel h2{font-size:15px;margin:0 0 8px}.carbon-panel strong{display:block;font-size:42px;line-height:1;margin:0 0 24px}.offset-badge{width:110px;height:110px;border-radius:999px;border:6px solid var(--green);display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:28px;font-weight:700;line-height:1;margin-top:4px}.offset-badge span{font-size:10px}.copy-panel p{font-size:16px;line-height:1.35;color:#1d2f56;margin-bottom:15px}.dashboard-subtitle{font-size:17px;margin:35px 0 12px}.comparison-bar{height:34px;border-radius:999px;background:#e8edf5;overflow:hidden}.comparison-bar span{display:block;height:100%;background:var(--green)}

/* Page 3 */
.page-story{padding:38px 77px 44px}.section-block h1{font-size:36px;line-height:1.08;font-weight:400;text-align:center;letter-spacing:-.4px}.section-rule{height:4px;background:var(--green);margin:18px 0 24px}.section-block h2{font-size:15.5px;line-height:1.25;font-weight:700;margin-bottom:18px}.section-block p{font-size:13.2px;line-height:1.24;font-weight:300;color:var(--copy)}.story-section p+p{margin-top:17px}.impact-section{margin-top:24px}.impact-section .section-rule{margin-top:20px;margin-bottom:18px}.impact-intro{width:92%;margin-bottom:26px}.impact-grid{display:grid;grid-template-columns:repeat(5,1fr);column-gap:18px;align-items:start}.impact-card{min-width:0}.impact-icon{width:76px;height:76px;display:block;margin:0 auto 10px;object-fit:contain}.impact-card h3{font-size:16px;line-height:1.02;font-weight:700;margin:0 0 3px}.impact-card p{font-size:11.5px;line-height:1.12;color:var(--copy)}
.css-bath{position:relative;color:#fff}.css-bath:before{content:"";position:absolute;width:58px;height:30px;left:9px;top:36px;border:6px solid currentColor;border-top:0;border-radius:0 0 25px 25px}.css-bath:after{content:"";position:absolute;width:20px;height:28px;right:13px;top:1px;border:5px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(45deg)}
.report-footer{position:absolute;left:77px;right:77px;bottom:45px;display:grid;grid-template-columns:1fr 145px 70px;align-items:end;column-gap:34px}.footer-logo{width:285px;height:auto;display:block}address{font-style:normal;font-size:14px;line-height:1.18;color:var(--muted)}.bcorp{width:58px;height:72px;text-align:center;color:var(--white)}.bcorp span{display:block;font-size:8px;line-height:1.05;font-weight:700}.bcorp strong{display:block;width:44px;height:44px;border:4px solid currentColor;border-radius:50%;margin:2px auto;font-size:29px;line-height:37px;font-weight:400}

@media print{.viewer-nav{display:none}body{background:white}.report{display:block;padding:0}.page{box-shadow:none;margin:0;page-break-after:always;width:100vw;height:100vh}}
