
:root{
  --forest:#284b35;
  --forest-deep:#173523;
  --olive:#7f8e4d;
  --olive-soft:#a5ad76;
  --earth:#746d55;
  --cream:#f6f2e8;
  --cream-2:#fbf9f2;
  --ink:#1f2a22;
  --muted:#667168;
  --line:rgba(40,75,53,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--cream-2);line-height:1.7}
h1,h2,h3,h4{font-family:'DM Serif Display',serif;color:var(--forest-deep);font-weight:400;line-height:1.08}
p{color:var(--muted)}
.rot-nav{background:rgba(251,249,242,.93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding:.55rem 0;transition:.3s}
.rot-nav .navbar-brand{display:flex;align-items:center;gap:.72rem;color:var(--forest-deep);font-weight:700;letter-spacing:-.02em;font-size:1.04rem}
.rot-nav .navbar-brand img{width:50px;height:50px;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}
.rot-nav .nav-link{color:var(--ink)!important;font-weight:600;font-size:.93rem;padding:.8rem 1rem!important}
.rot-nav .nav-link:hover{color:var(--olive)!important}
.rot-nav-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--forest);color:white!important;border-radius:999px;padding:.72rem 1.15rem;margin-left:.75rem;font-weight:700;font-size:.9rem}
.rot-nav .navbar-toggler{border:0;color:var(--forest);box-shadow:none!important}
.rot-hero{min-height:100vh;display:flex;align-items:center;padding:155px 0 95px;background:radial-gradient(circle at 15% 15%,#fff 0,var(--cream-2) 36%,var(--cream) 100%);position:relative;overflow:hidden}
.rot-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.45}
.rot-orb-one{width:420px;height:420px;background:#d9dfbf;right:-140px;top:110px}
.rot-orb-two{width:250px;height:250px;border:1px solid rgba(40,75,53,.18);left:-70px;bottom:30px}
.rot-eyebrow,.rot-section-label{display:inline-flex;align-items:center;gap:.65rem;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:700;color:var(--olive);margin-bottom:1.25rem}
.rot-eyebrow span{width:38px;height:1px;background:var(--olive)}
.rot-hero h1{font-size:clamp(3.8rem,7.5vw,7.3rem);letter-spacing:-.045em;max-width:850px;margin-bottom:1.5rem}
.rot-hero h1 em{font-style:normal;color:var(--olive)}
.rot-lead{font-size:1.25rem;max-width:690px;color:#526058}
.rot-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;border-radius:999px;padding:.95rem 1.45rem;font-weight:700;transition:.25s;border:1px solid transparent}
.rot-btn-primary{background:var(--forest);color:white}.rot-btn-primary:hover{background:var(--forest-deep);color:white;transform:translateY(-2px)}
.rot-btn-secondary{border-color:var(--line);color:var(--forest);background:rgba(255,255,255,.4)}.rot-btn-secondary:hover{border-color:var(--forest);color:var(--forest)}
.rot-logo-card{background:#fbf8ef;border:1px solid rgba(40,75,53,.08);border-radius:42px;padding:18px;box-shadow:0 24px 80px rgba(31,53,37,.12);transform:rotate(1.5deg)}
.rot-logo-card img{width:100%;display:block;border-radius:30px;mix-blend-mode:multiply}
.rot-proof-row{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:3.3rem;padding-top:1.5rem;border-top:1px solid var(--line)}
.rot-proof-row div{display:flex;flex-direction:column}.rot-proof-row strong{font-family:'DM Serif Display',serif;font-size:1.55rem;color:var(--forest)}.rot-proof-row span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.rot-manifesto,.rot-impact,.rot-projects,.rot-founder{padding:115px 0}
.rot-manifesto{background:#fff}
.rot-manifesto h2,.rot-impact h2,.rot-projects h2,.rot-founder h2,.rot-cta h2{font-size:clamp(2.6rem,4.5vw,4.35rem);letter-spacing:-.035em}
.rot-big-copy{font-size:1.5rem;color:var(--forest);line-height:1.55}
.rot-manifesto .col-lg-8>p:last-child{max-width:780px}
.rot-quote-section{padding:100px 0;background:var(--forest);text-align:center;position:relative;overflow:hidden}
.rot-quote-section:after{content:'';position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-120px;top:-300px}
.rot-quote-mark{font-family:Georgia,serif;font-size:6rem;color:var(--olive-soft);line-height:.6}
.rot-quote-section blockquote{font-family:'DM Serif Display',serif;color:white;font-size:clamp(2.4rem,5vw,5rem);line-height:1.12;max-width:1050px;margin:1rem auto 0}
.rot-quote-section blockquote span{color:#c5cd99}
.rot-impact{background:var(--cream-2)}
.rot-heading-row{display:grid;grid-template-columns:1.3fr .7fr;gap:4rem;align-items:end}.rot-heading-row>p{font-size:1.08rem;margin:0 0 .65rem}
.rot-feature-card{height:100%;background:white;border:1px solid var(--line);border-radius:30px;padding:2rem;display:grid;grid-template-columns:72px 1fr;gap:1.4rem;box-shadow:0 16px 60px rgba(24,53,35,.06)}
.rot-card-number{font-family:'DM Serif Display';font-size:2.2rem;color:var(--olive);border-right:1px solid var(--line)}
.rot-card-kicker,.rot-status{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--olive)}
.rot-feature-card h3,.rot-project-card h3{font-size:2.25rem;margin:.5rem 0 1rem}
.rot-partner-tags,.rot-project-foot{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem}.rot-partner-tags span,.rot-project-foot span{border:1px solid var(--line);border-radius:999px;padding:.42rem .75rem;font-size:.75rem;font-weight:600;color:var(--forest)}
.rot-mini-card{border-radius:28px;padding:1.8rem;min-height:190px}.rot-mini-card i{font-size:1.5rem;margin-bottom:1.25rem}.rot-mini-card h4{font-family:'DM Sans';font-weight:700;font-size:1.05rem}.rot-mini-card p{margin:0}
.rot-earth{background:#e5e4d7}.rot-earth i{color:var(--earth)}.rot-people{background:#dce5d8}.rot-people i{color:var(--forest)}
.rot-projects{background:#fff}
.rot-project-card{height:100%;background:var(--cream);border-radius:32px;padding:2.2rem;border:1px solid var(--line);position:relative;overflow:hidden}.rot-project-card:after{content:'';position:absolute;width:190px;height:190px;border-radius:50%;border:1px solid rgba(40,75,53,.14);right:-70px;top:-60px}
.rot-project-icon{width:54px;height:54px;border-radius:16px;background:white;display:flex;align-items:center;justify-content:center;color:var(--forest);font-size:1.2rem;margin-bottom:3rem;box-shadow:0 10px 30px rgba(30,50,35,.07)}
.rot-project-dark{background:var(--forest-deep)}.rot-project-dark h3,.rot-project-dark p,.rot-project-dark .rot-project-foot span{color:white}.rot-project-dark .rot-status{color:#c5cd99}.rot-project-dark .rot-project-foot span{border-color:rgba(255,255,255,.2)}
.rot-founder{background:var(--cream)}
.rot-founder-visual{min-height:430px;border-radius:38px;background:var(--forest);position:relative;overflow:hidden;padding:2.4rem;display:flex;flex-direction:column;justify-content:flex-end}.rot-founder-visual:before{content:'';position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.18);top:-100px;right:-90px}.rot-founder-year{font-family:'DM Serif Display';font-size:6rem;color:#c5cd99;position:absolute;top:35px;left:35px}.rot-founder-visual p{color:white;font-size:1.18rem;max-width:360px;position:relative;margin:0}.rot-founder-lines{position:absolute;left:0;bottom:0;width:100%;height:40%;background:linear-gradient(160deg,transparent 46%,rgba(197,205,153,.16) 47%,transparent 49%)}
.rot-cta{padding:70px 0;background:var(--olive)}.rot-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:3rem}.rot-cta h2{color:white;max-width:850px;margin:0}.rot-section-label.light{color:#eef0df}.rot-btn-light{background:white;color:var(--forest);white-space:nowrap}.rot-btn-light:hover{color:var(--forest-deep);transform:translateY(-2px)}
.rot-footer{padding:55px 0;background:#11291b;color:white}.rot-footer-brand{display:flex;align-items:center;gap:.8rem;font-weight:700;font-size:1.05rem}.rot-footer-brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;mix-blend-mode:screen}.rot-footer p{color:#b9c3bb;max-width:560px;margin-top:1rem;margin-bottom:0}.rot-footer-slogan{margin-left:auto}.rot-footer small{color:#7f9184}
@media(max-width:991px){.rot-nav{background:var(--cream-2)}.rot-nav .navbar-collapse{padding:1rem 0 1.2rem}.rot-nav-cta{margin:.6rem 0 0}.rot-hero{padding-top:130px}.rot-heading-row{grid-template-columns:1fr;gap:1rem}.rot-cta-inner{display:block}.rot-cta-inner .rot-btn{margin-top:1.5rem}.rot-logo-card{max-width:520px;margin:auto}.rot-proof-row{gap:1.5rem}}
@media(max-width:576px){.rot-nav .navbar-brand span{font-size:.92rem}.rot-nav .navbar-brand img{width:42px;height:42px}.rot-hero{padding:120px 0 70px}.rot-hero h1{font-size:3.45rem}.rot-lead{font-size:1.08rem}.rot-proof-row{justify-content:space-between}.rot-proof-row div{min-width:27%}.rot-manifesto,.rot-impact,.rot-projects,.rot-founder{padding:80px 0}.rot-feature-card{grid-template-columns:1fr}.rot-card-number{border-right:0;border-bottom:1px solid var(--line);padding-bottom:.5rem}.rot-founder-visual{min-height:350px}.rot-founder-year{font-size:4.6rem}.rot-quote-section{padding:80px 0}.rot-cta{padding:55px 0}}
