:root{--wr-teal: #0D4F4F;--wr-teal-light: #1A6B6B;--wr-teal-dark: #0A3D3D;--wr-sand: #F5F0E8;--wr-sand-dark: #EDE6D8;--wr-slate: #475569;--wr-slate-light: #64748B;--wr-slate-blue: #334155;--wr-yellow: #E8B931;--wr-yellow-soft: #F0CA4F;--wr-yellow-muted: rgba(232, 185, 49, .15);--wr-white: #FFFFFF;--wr-off-white: #FAFAF7;--wr-text: #1E293B;--wr-text-dim: #475569;--wr-text-muted: #94A3B8;--wr-border: rgba(30, 41, 59, .1);--wr-font: "Satoshi", system-ui, -apple-system, sans-serif;--wr-ease: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-padding-top:5rem;overflow-x:hidden}body{font-family:var(--wr-font);color:var(--wr-text);background:var(--wr-off-white);line-height:1.6}.wr-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,4vw,3rem);height:4rem;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--wr-border)}.wr-nav__logo{font-weight:700;font-size:1.25rem;color:var(--wr-teal);text-decoration:none;letter-spacing:-.02em}.wr-nav__links{display:flex;align-items:center;gap:2rem;list-style:none}.wr-nav__link{font-size:.875rem;font-weight:500;color:var(--wr-text-dim);text-decoration:none;transition:color .2s}.wr-nav__link:hover{color:var(--wr-teal)}.wr-nav__cta{font-size:.8125rem;font-weight:600;color:var(--wr-white);background:var(--wr-teal);padding:.5rem 1.25rem;border-radius:6px;text-decoration:none;transition:background .2s}.wr-nav__cta:hover{background:var(--wr-teal-light)}.wr-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--wr-teal-dark);overflow:hidden;padding:6rem 2rem 4rem}.wr-hero__canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.4}.wr-hero__content{position:relative;z-index:2;max-width:800px;text-align:center}.wr-hero__headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--wr-white);line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem}.wr-hero__accent{color:var(--wr-yellow-soft)}.wr-hero__sub{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;line-height:1.7;max-width:640px;margin:0 auto 2.5rem}.wr-hero__impacts{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:640px;margin:0 auto 2.5rem}.wr-hero__impact{display:flex;flex-direction:column;align-items:center;gap:.625rem}.wr-hero__impact-icon{width:48px;height:48px;color:#ffffffe6}.wr-hero__impact-label{font-size:.8125rem;font-weight:600;color:#ffffffbf;text-align:center;line-height:1.3}.wr-hero__ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.wr-btn{display:inline-block;font-family:var(--wr-font);font-size:.9375rem;font-weight:600;padding:.875rem 2rem;border-radius:8px;text-decoration:none;transition:all .25s var(--wr-ease);cursor:pointer;border:none}.wr-btn--primary{background:var(--wr-yellow);color:var(--wr-teal-dark)}.wr-btn--primary:hover{background:var(--wr-yellow-soft);transform:translateY(-1px)}.wr-btn--ghost{background:transparent;color:var(--wr-white);border:1px solid rgba(255,255,255,.3)}.wr-btn--ghost:hover{border-color:#fff9;background:#ffffff0d}.wr-btn--yellow{background:var(--wr-yellow);color:var(--wr-teal-dark);font-size:1rem;padding:1rem 2.5rem}.wr-btn--yellow:hover{background:var(--wr-yellow-soft);transform:translateY(-1px)}.wr-btn--large{font-size:1.0625rem;padding:1rem 2.5rem}.wr-section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,4vw,3rem)}.wr-section--sand{background:var(--wr-sand)}.wr-section--teal{background:var(--wr-teal-dark)}.wr-section__inner{max-width:960px;margin:0 auto}.wr-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--wr-teal);margin-bottom:1rem}.wr-label--light{color:var(--wr-yellow-soft)}.wr-h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--wr-text);margin-bottom:1.5rem}.wr-h2--light{color:var(--wr-white)}.wr-body{font-size:1.0625rem;line-height:1.75;color:var(--wr-text-dim);margin-bottom:1.25rem}.wr-body--light{color:#fffc}.wr-callout{background:var(--wr-yellow-muted);border-left:3px solid var(--wr-yellow);border-radius:0 8px 8px 0;padding:1.5rem 2rem;margin:2rem 0}.wr-callout--light{background:#ffffff14;border-left-color:var(--wr-yellow-soft);max-width:660px;margin-left:auto;margin-right:auto}.wr-callout--light .wr-callout__body{color:#ffffffd9;text-align:center}.wr-callout__highlight{font-weight:600;color:var(--wr-teal);margin-bottom:.75rem;font-size:1.0625rem;line-height:1.6}.wr-callout__body{color:var(--wr-text-dim);font-size:1rem;line-height:1.7}.wr-grid{display:grid;gap:1.25rem;margin-top:2rem}.wr-grid--2{grid-template-columns:repeat(2,1fr)}.wr-grid--3{grid-template-columns:repeat(3,1fr)}.wr-grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.wr-grid--4{grid-template-columns:repeat(4,1fr)}}.wr-card{background:var(--wr-white);border:1px solid var(--wr-border);border-radius:10px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.wr-card:hover{border-color:#0d4f4f33;box-shadow:0 4px 20px #0000000a}.wr-section--sand .wr-card{background:var(--wr-white)}.wr-card__title{font-weight:600;font-size:.9375rem;margin-bottom:.5rem;color:var(--wr-text)}.wr-card__title--yellow{color:var(--wr-yellow)}.wr-card__title--teal{color:var(--wr-teal)}.wr-card__title--slate{color:var(--wr-slate)}.wr-card__body{font-size:.9rem;line-height:1.65;color:var(--wr-text-dim)}.wr-pipeline{display:flex;align-items:flex-start;justify-content:center;gap:0;margin:3rem auto;max-width:800px;flex-wrap:wrap}.wr-pipeline__node{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;min-width:140px;text-align:center}.wr-pipeline__icon{font-size:1.5rem;line-height:1}.wr-pipeline__node--teal .wr-pipeline__icon{color:var(--wr-teal)}.wr-pipeline__node--slate .wr-pipeline__icon{color:var(--wr-slate)}.wr-pipeline__node--yellow .wr-pipeline__icon{color:var(--wr-yellow)}.wr-pipeline__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--wr-text)}.wr-pipeline__desc{font-size:.8rem;color:var(--wr-text-muted);line-height:1.4;max-width:150px}.wr-pipeline__edge{width:40px;height:2px;background:var(--wr-border);margin-top:2rem;flex-shrink:0;position:relative}.wr-pipeline__edge:after{content:"";position:absolute;right:-3px;top:-3px;width:0;height:0;border-left:6px solid var(--wr-slate-light);border-top:4px solid transparent;border-bottom:4px solid transparent}.wr-table-wrap{overflow-x:auto;margin-top:2rem;border-radius:10px;border:1px solid var(--wr-border)}.wr-table{width:100%;border-collapse:collapse;font-size:.9rem}.wr-table th{text-align:left;padding:1rem 1.25rem;font-weight:600;font-size:.8125rem;letter-spacing:.03em;color:var(--wr-text-dim);background:var(--wr-sand);border-bottom:1px solid var(--wr-border)}.wr-table td{padding:.875rem 1.25rem;border-bottom:1px solid var(--wr-border);color:var(--wr-text-dim);line-height:1.5}.wr-table tbody tr:last-child td{border-bottom:none}.wr-table tbody tr:hover{background:#0d4f4f05}.wr-table td:first-child{font-weight:600;color:var(--wr-teal)}.wr-partner-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.75rem;transition:border-color .2s}.wr-partner-card:hover{border-color:#fff3}.wr-partner-card__number{font-size:.8125rem;font-weight:700;color:var(--wr-yellow-soft);margin-bottom:.75rem}.wr-partner-card__title{font-weight:600;font-size:1.0625rem;color:var(--wr-white);margin-bottom:.5rem}.wr-partner-card__body{font-size:.9rem;line-height:1.65;color:#ffffffb3}.wr-card__icon{width:40px;height:40px;margin-bottom:.75rem}.wr-ecosystem{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.wr-ecosystem__partner{padding:1.25rem 2rem}.wr-ecosystem__name{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:var(--wr-slate-blue)}.wr-ecosystem__divider{width:1px;height:2rem;background:var(--wr-border)}.wr-closing{padding:clamp(5rem,10vw,8rem) clamp(1.5rem,4vw,3rem);text-align:center;background:var(--wr-off-white)}.wr-wordmark{margin-top:3rem;font-size:.8125rem;font-weight:700;letter-spacing:.2em;color:var(--wr-text-muted)}.wr-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s var(--wr-ease),transform .6s var(--wr-ease)}.wr-reveal--visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.wr-nav__links{display:none}.wr-grid--2,.wr-grid--3{grid-template-columns:1fr}.wr-pipeline{flex-direction:column;align-items:center}.wr-pipeline__edge{width:2px;height:24px;margin-top:0}.wr-pipeline__edge:after{inset:auto auto -3px -3px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid var(--wr-slate-light);border-bottom:none}.wr-hero{min-height:auto;padding-top:5rem}.wr-hero__headline{font-size:clamp(1.75rem,6vw,2.5rem)}.wr-hero__impacts{grid-template-columns:repeat(2,1fr);gap:1.25rem}.wr-ecosystem__divider{display:none}}@media(max-width:480px){.wr-grid--4{grid-template-columns:1fr}}
