:root {
  --ink: #18332d;
  --ink-soft: #4d655e;
  --deep: #0e3a34;
  --paper: #f7f8f4;
  --white: #ffffff;
  --line: #dfe6df;
  --mint: #dceee5;
  --mint-strong: #b7deca;
  --cream: #f6edd9;
  --amber: #e4b54f;
  --red: #c95e4b;
  --blue: #8cc8d2;
  --purple: #b69ccb;
  --charcoal: #4e5d5a;
  --shadow: 0 18px 45px rgba(24, 51, 45, .08);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223, 230, 223, .8); background: rgba(247, 248, 244, .92); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; letter-spacing: -.02em; }
.brand > span:last-child { display: grid; line-height: 1; gap: 5px; }
.brand strong { font-size: 1.02rem; font-weight: 800; }
.brand small { color: var(--ink-soft); font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--paper); background: var(--deep); font-size: 1.2rem; font-weight: 800; transform: rotate(-10deg); }
.main-nav { display: flex; align-items: center; gap: 9px; }
.main-nav a { padding: 9px 14px; border-radius: 99px; color: var(--ink-soft); font-size: .9rem; font-weight: 650; text-decoration: none; transition: background .2s, color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--deep); background: var(--mint); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 99px; padding: 8px 13px; color: var(--ink); background: transparent; font: inherit; font-size: .85rem; font-weight: 700; }
.eyebrow { margin: 0 0 16px; color: #6c8179; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-alert { color: var(--red); }
.eyebrow-positive { color: #3d866b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 730px; margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.55rem); font-weight: 760; }
h2 { max-width: 650px; margin-bottom: 18px; font-size: clamp(2rem, 3.8vw, 3.35rem); font-weight: 740; }
h3 { margin-bottom: 10px; font-size: 1.24rem; font-weight: 740; }
.lead { max-width: 620px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.55; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 68px; min-height: 670px; padding-top: 70px; padding-bottom: 84px; }
.hero-copy { padding: 18px 0; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 99px; font-size: .9rem; font-weight: 750; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--deep); box-shadow: 0 9px 20px rgba(14, 58, 52, .2); }
.button-primary:hover { box-shadow: 0 13px 26px rgba(14, 58, 52, .25); }
.button-quiet { border-color: var(--line); color: var(--ink); background: transparent; }
.button-quiet:hover, .button-outline:hover { background: var(--white); }
.button-outline { border-color: rgba(255, 255, 255, .5); color: var(--white); background: transparent; }
.last-checked { margin: 0; color: #7a8b85; font-size: .78rem; }
.hero-visual { position: relative; min-height: 480px; overflow: hidden; border-radius: 36px; background: #d9ebe1; isolation: isolate; }
.hero-visual::before { position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.8), transparent 38%), linear-gradient(145deg, rgba(255,255,255,.35), transparent 60%); content: ""; }
.visual-glow { position: absolute; top: -100px; left: 56%; width: 360px; height: 360px; border: 1px solid rgba(14,58,52,.16); border-radius: 50%; transform: translateX(-50%); }
.orbit { position: absolute; border: 1px solid rgba(14,58,52,.17); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { top: 50px; left: 10%; width: 90%; height: 270px; }
.orbit-two { top: 148px; left: -10%; width: 120%; height: 270px; }
.bin-stack { position: absolute; right: 10%; bottom: 60px; left: 14%; display: grid; gap: 10px; transform: rotate(-8deg); }
.bin { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 50px; padding: 0 18px; border-radius: 12px 20px 20px 12px; color: rgba(14,58,52,.82); box-shadow: 10px 11px 0 rgba(14,58,52,.08); font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.bin span { opacity: .9; }
.bin b { font-size: .72rem; opacity: .65; }
.bin-blue { background: var(--blue); transform: translateX(21px); }
.bin-green { background: #9acda8; transform: translateX(8px); }
.bin-yellow { background: #eed17f; }
.bin-purple { background: #c7add8; transform: translateX(12px); }
.bin-charcoal { color: rgba(255,255,255,.8); background: var(--charcoal); transform: translateX(27px); }
.visual-caption { position: absolute; right: 24px; bottom: 21px; left: 24px; margin: 0; color: rgba(14,58,52,.62); font-size: .77rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.section { padding: 112px 0; }
.section-tint { background: #edf3ed; }
.section-white { background: var(--white); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr); align-items: end; gap: 60px; }
.split-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--ink-soft); font-size: 1.03rem; }
.compact-heading { margin-bottom: 40px; }
.compact-heading h2 { margin-bottom: 0; }
.stat-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; gap: 16px; }
.stat-card { min-height: 246px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.68); }
.stat-card-featured { border-color: transparent; color: var(--white); background: var(--deep); }
.stat-label { margin-bottom: 26px; color: #71837d; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stat-card-featured .stat-label { color: #a8c6bb; }
.stat-number { margin-bottom: 4px; font-size: clamp(3rem, 5vw, 4.7rem); font-weight: 760; letter-spacing: -.08em; line-height: .92; }
.stat-number span { margin-left: 4px; font-size: .5em; letter-spacing: -.02em; }
.stat-caption { min-height: 43px; margin-bottom: 16px; color: var(--ink-soft); font-size: .9rem; }
.stat-card-featured .stat-caption { color: #b8d2c7; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-size: .84rem; font-weight: 780; text-underline-offset: 4px; }
.stat-card .text-link { color: var(--deep); }
.stat-card-featured .text-link { color: #d8eee5; }
.progress-panel { margin-top: 20px; padding: 25px 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); }
.progress-topline, .progress-note { display: flex; justify-content: space-between; gap: 20px; }
.progress-topline { margin-bottom: 14px; color: var(--ink-soft); font-size: .88rem; }
.progress-topline strong { color: var(--deep); }
.progress-track { height: 12px; overflow: hidden; border-radius: 99px; background: #dfe8df; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8cbea8, var(--deep)); }
.progress-note { margin-top: 11px; color: #798d85; font-size: .74rem; }
.insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.insight-card { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 23px 25px; border-radius: var(--radius); }
.insight-positive { background: #dceee5; }
.insight-focus { background: var(--cream); }
.insight-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--deep); background: rgba(255,255,255,.6); font-weight: 900; }
.insight-card h3 { margin-bottom: 6px; font-size: 1rem; letter-spacing: -.02em; }
.insight-card p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.data-note { max-width: 850px; margin: 24px 0 0; color: #6b7d76; font-size: .78rem; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.path-card { position: relative; min-height: 280px; padding: 30px; border-radius: var(--radius); text-decoration: none; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.path-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.path-card h3 { max-width: 300px; margin: 28px 0 12px; font-size: 2rem; }
.path-card p { max-width: 390px; margin: 0; font-size: .96rem; }
.path-card-green { background: var(--mint); }
.path-card-ink { color: var(--white); background: var(--deep); }
.path-card-ink p { color: #c1d7cf; }
.path-kicker { font-size: .72rem; font-weight: 850; letter-spacing: .15em; opacity: .65; text-transform: uppercase; }
.path-arrow { position: absolute; right: 28px; bottom: 25px; font-size: 1.4rem; }
.source-strip { color: var(--white); background: #174940; }
.source-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 53px; padding-bottom: 53px; }
.source-strip h2 { max-width: 590px; margin: 0; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.site-footer { color: #b9d2c8; background: #0e302c; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; padding-top: 50px; padding-bottom: 48px; }
.brand-footer { color: var(--white); }
.brand-footer small { color: #91b5a8; }
.footer-inner p { max-width: 300px; margin: 18px 0 0; color: #8fb1a6; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: end; gap: 12px 25px; max-width: 430px; }
.footer-links a { color: #c4ddd4; font-size: .82rem; font-weight: 650; text-decoration: none; }
.footer-social-label { flex-basis: 100%; margin-top: 11px; color: #7fa497; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.social-link { color: #f4d178 !important; }
.footer-links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 18px 0 25px; border-top: 1px solid rgba(185,210,200,.16); color: #7fa497; font-size: .72rem; }
.page-hero { padding-top: 100px; padding-bottom: 92px; }
.page-hero h1 { max-width: 850px; }
.page-hero .lead { max-width: 660px; margin-bottom: 0; }
.page-hero-dark { color: var(--white); }
.page-hero-dark .eyebrow { color: #8cbcac; }
.page-hero-dark .lead { color: #bed7cd; }
.search-box { display: flex; align-items: center; gap: 13px; max-width: 660px; margin-bottom: 28px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 8px 20px rgba(24,51,45,.04); }
.search-icon { color: #72857e; font-size: 1.45rem; line-height: 1; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: .93rem; }
.search-box input::placeholder { color: #91a19b; }
.filter-empty { margin: -10px 0 22px; color: var(--ink-soft); font-size: .86rem; }
.filter-empty a { font-weight: 700; }
.waste-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.waste-card { grid-column: span 2; min-height: 250px; padding: 24px; border-radius: var(--radius); background: var(--white); }
.waste-card:nth-child(4), .waste-card:nth-child(5) { grid-column: span 3; }
.waste-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.waste-badge { color: var(--ink); font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.waste-number { color: rgba(24,51,45,.45); font-size: .76rem; font-weight: 800; }
.waste-card h3 { margin-bottom: 10px; font-size: 1.45rem; }
.waste-card p { min-height: 67px; margin-bottom: 18px; color: var(--ink-soft); font-size: .89rem; }
.waste-rule { display: flex; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid rgba(24,51,45,.12); color: #71837d; font-size: .75rem; }
.waste-rule strong { color: var(--ink); }
.waste-mat { background: #dceee5; }.waste-paper { background: #dcecf0; }.waste-plastic { background: #e8def2; }.waste-glass { background: #f5e7bd; }.waste-rest { color: var(--white); background: #5e6b68; }.waste-rest p, .waste-rest .waste-rule { color: #d6e1dd; }.waste-rest .waste-rule { border-color: rgba(255,255,255,.25); }.waste-rest .waste-rule strong, .waste-rest .waste-number { color: var(--white); }.waste-rest .waste-number { opacity: .6; }
.habit-list { border-top: 1px solid var(--line); }
.habit-row { display: grid; grid-template-columns: 90px minmax(0, 680px); gap: 34px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.habit-index { color: #7f968d; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.habit-row h3 { margin-bottom: 8px; font-size: 1.3rem; letter-spacing: -.02em; }
.habit-row p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.callout { display: grid; grid-template-columns: auto 1fr; gap: 17px; margin-top: 34px; padding: 27px 29px; border-radius: var(--radius); }
.callout h3 { margin-bottom: 7px; font-size: 1.15rem; letter-spacing: -.02em; }
.callout p { margin-bottom: 0; color: var(--ink-soft); font-size: .91rem; }
.callout a:not(.button) { font-weight: 750; text-underline-offset: 3px; }
.callout-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--deep); background: rgba(255,255,255,.72); font-size: 1.1rem; font-weight: 900; }
.callout-cream { background: var(--cream); }.callout-green { align-items: center; margin-top: 0; color: var(--white); background: var(--deep); }.callout-green p { max-width: 680px; margin-bottom: 20px; color: #c3dad1; }.callout-green .button { margin-top: 2px; }
.consequence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.consequence-card { min-height: 365px; padding: 29px; border-radius: var(--radius); }
.consequence-card h3 { max-width: 230px; margin: 28px 0 11px; font-size: 1.45rem; letter-spacing: -.025em; }
.consequence-card p { min-height: 104px; margin-bottom: 20px; color: var(--ink-soft); font-size: .9rem; }
.consequence-stat { font-size: 3.4rem; font-weight: 760; letter-spacing: -.08em; line-height: 1; }.consequence-stat span { margin-left: 3px; font-size: .52em; letter-spacing: -.02em; }
.consequence-red { background: #f4ddd6; }.consequence-red .consequence-stat { color: var(--red); }.consequence-amber { background: var(--cream); }.consequence-amber .consequence-stat { color: #b07720; }.consequence-slate { color: var(--white); background: #52635e; }.consequence-slate p { color: #d3dfda; }.consequence-slate .text-link { color: var(--white); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.benefit-card { min-height: 265px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.benefit-icon { display: grid; width: 38px; height: 38px; margin-bottom: 23px; place-items: center; border-radius: 11px; color: var(--deep); background: var(--mint); font-size: 1.25rem; font-weight: 850; }.benefit-card h3 { margin-bottom: 10px; font-size: 1.36rem; letter-spacing: -.025em; }.benefit-card p { min-height: 72px; margin-bottom: 15px; color: var(--ink-soft); font-size: .89rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding-top: 55px; }
  .hero-visual { min-height: 400px; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }.stat-card-featured { grid-column: span 2; min-height: 220px; }
  .waste-grid { grid-template-columns: repeat(2, 1fr); }.waste-card, .waste-card:nth-child(4), .waste-card:nth-child(5) { grid-column: span 1; }
  .consequence-grid { grid-template-columns: 1fr 1fr; }.consequence-card:last-child { grid-column: span 2; min-height: 280px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 68px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 67px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px 14px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }.hero { padding-top: 42px; padding-bottom: 54px; }.hero-visual { min-height: 340px; border-radius: 25px; }.bin-stack { right: 8%; bottom: 51px; left: 10%; }.bin { min-height: 43px; padding: 0 13px; font-size: .61rem; }
  .section { padding: 76px 0; }.section-heading { margin-bottom: 32px; }.stat-grid, .insight-grid, .path-grid, .consequence-grid, .benefit-grid { grid-template-columns: 1fr; }.stat-card-featured, .consequence-card:last-child { grid-column: auto; }.stat-card { min-height: auto; }.stat-number { font-size: 3.8rem; }.progress-panel { padding: 20px; }.progress-topline, .progress-note { display: block; }.progress-topline strong, .progress-note span { display: block; margin-top: 5px; }.progress-note span + span { margin-top: 8px; }
  .source-strip-inner, .footer-inner, .footer-bottom { display: grid; grid-template-columns: 1fr; }.source-strip-inner { gap: 25px; padding-top: 42px; padding-bottom: 42px; }.footer-links { justify-content: start; }.footer-bottom { gap: 7px; }.page-hero { padding-top: 65px; padding-bottom: 60px; }.page-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .waste-grid { grid-template-columns: 1fr; }.waste-card, .waste-card:nth-child(4), .waste-card:nth-child(5) { grid-column: auto; min-height: 220px; }.waste-card p { min-height: auto; }.habit-row { grid-template-columns: 46px 1fr; gap: 17px; }.callout { padding: 22px; }
  .consequence-card { min-height: auto; }.consequence-card p { min-height: auto; }.benefit-card { min-height: auto; }.benefit-card p { min-height: auto; }
}
