:root{
  --cfh-green:#0F291D;--cfh-green-dark:#091b13;--cfh-mint:#eef3ef;--cfh-ink:#0e1b16;--cfh-muted:#68756e;--cfh-line:#e2e8e4;--cfh-bg:#f8faf9;
}
.campfoundry-fullwidth-page{margin:0;background:#fff;color:var(--cfh-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cfh-homepage,.cfh-homepage *{box-sizing:border-box}.cfh-homepage{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--cfh-ink);background:#fff;line-height:1.45}.cfh-homepage a{text-decoration:none}.cfh-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.cfh-nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:#fff;border-bottom:1px solid #edf1ee;position:relative;z-index:20}.cfh-brand{display:flex;align-items:center;color:var(--cfh-green-dark)}.cfh-brand-wordmark{display:block;width:190px;max-width:24vw;height:auto}.cfh-brand-fallback{font-size:22px;font-weight:800}.cfh-nav-links{display:flex;gap:34px}.cfh-nav-links a,.cfh-nav-links span{color:#25382e;font-size:14px;font-weight:600}.cfh-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;background:var(--cfh-green);color:#fff!important;font-weight:700;font-size:15px;box-shadow:0 8px 22px rgba(18,107,60,.18);transition:transform .2s ease,background .2s ease}.cfh-button:hover{background:var(--cfh-green-dark);transform:translateY(-1px)}.cfh-button-small{padding:10px 18px;font-size:13px}.cfh-button-ghost{background:rgba(8,27,18,.25);border:1px solid rgba(255,255,255,.7);box-shadow:none}.cfh-button-ghost:hover{background:rgba(8,27,18,.5)}
.cfh-hero{min-height:680px;position:relative;overflow:hidden;display:flex;align-items:stretch;background:#173024}.cfh-hero-video{position:absolute;inset:-2%;width:104%;height:104%;object-fit:cover;z-index:0;transform:scale(1.035);animation:cfhPullback 18s ease-out infinite alternate;filter:saturate(.94) contrast(1.03)}@keyframes cfhPullback{from{transform:scale(1.045)}to{transform:scale(1)}}.cfh-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,12,.78) 0%,rgba(4,20,12,.58) 37%,rgba(4,20,12,.20) 72%,rgba(4,20,12,.06) 100%);z-index:1}.cfh-hero-inner{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;padding:72px 0 54px}.cfh-hero-copy{width:min(650px,67%);align-self:center}.cfh-kicker{font-size:12px;line-height:1.25;font-weight:800;letter-spacing:.18em;color:var(--cfh-green);text-transform:uppercase}.cfh-kicker-light{color:#fff}.cfh-hero h1{margin:18px 0 20px;font-size:clamp(52px,6vw,82px);line-height:.98;letter-spacing:-.045em;color:#fff;max-width:780px}.cfh-hero-text{font-size:20px;line-height:1.5;color:rgba(255,255,255,.92);max-width:650px;margin:0 0 28px}.cfh-actions{display:flex;gap:14px;flex-wrap:wrap}.cfh-hero-note{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.8);font-size:13px;margin-top:28px}.cfh-play{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.65);display:grid;place-items:center;font-size:10px}.cfh-hero-badge{display:flex;align-items:center;gap:10px;color:#fff;font-size:12px;line-height:1.35;max-width:200px;margin-bottom:2px}.cfh-pin svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.8}
.cfh-section{padding:86px 0}.cfh-platform{background:#fff}.cfh-workflow{background:linear-gradient(180deg,#fbfdfc,#f4f8f6)}.cfh-roles{background:#fff}.cfh-modules{background:#fbfcfb}.cfh-section-head{text-align:center;max-width:820px;margin:0 auto 42px}.cfh-section-head h2,.cfh-cta h2{font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.035em;margin:10px 0 12px}.cfh-section-head p,.cfh-cta p{font-size:17px;color:var(--cfh-muted);margin:0}.cfh-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cfh-card,.cfh-role-card,.cfh-module{border:1px solid var(--cfh-line);border-radius:18px;background:#fff}.cfh-card{padding:26px;min-height:250px}.cfh-icon{width:48px;height:48px;border-radius:14px;background:var(--cfh-mint);color:var(--cfh-green-dark);display:grid;place-items:center;margin-bottom:18px}.cfh-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cfh-card h3,.cfh-role-card h3,.cfh-step h3{margin:0 0 8px;font-size:20px;line-height:1.15;letter-spacing:-.02em}.cfh-card p,.cfh-role-card p,.cfh-step p{margin:0;color:var(--cfh-muted);font-size:15px;line-height:1.55}
.cfh-workflow-grid{display:grid;grid-template-columns:1fr 50px 1fr 50px 1fr;gap:14px;align-items:start}.cfh-step{padding:8px 4px}.cfh-step-top{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start}.cfh-step-top>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--cfh-green);color:#fff;font-weight:800}.cfh-step>p{margin-left:48px;min-height:94px}.cfh-flow-arrow{align-self:center;text-align:center;color:var(--cfh-green);font-size:30px;margin-top:64px}.cfh-mini-list{margin:18px 0 0 48px;display:grid;gap:8px}.cfh-mini-list>div,.cfh-priority-stack>div,.cfh-shifts>div{background:#fff;border:1px solid var(--cfh-line);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;font-size:13px;box-shadow:0 8px 20px rgba(26,45,35,.035)}.cfh-mini-list b{width:23px;height:23px;border-radius:6px;display:grid;place-items:center;color:#fff}.cfh-mini-list .green{background:#20a15c}.cfh-mini-list .blue{background:#4b87e8}.cfh-mini-list .orange{background:#e98532}.cfh-mini-list .purple{background:#7b5bd6}.cfh-priority-stack{margin:18px 0 0 48px;display:grid;gap:8px}.cfh-priority-stack>div{justify-content:center;color:#89958f}.cfh-priority-stack>.active,.cfh-shifts>.active{background:#dcefe3;color:#174f31;border-color:#c4e2cf}.cfh-shifts{margin:18px 0 0 48px;display:grid;gap:8px}.cfh-shifts>div{align-items:flex-start}.cfh-shifts b{flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#c9d0cc;color:#fff;display:grid;place-items:center;font-size:11px}.cfh-shifts>.active b{background:var(--cfh-green)}.cfh-shifts span{display:flex;flex-direction:column;color:#6e7a74}.cfh-shifts strong{color:#23372c;margin-bottom:2px}
.cfh-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cfh-role-card{padding:24px;display:grid;grid-template-columns:52px 1fr;gap:16px;min-height:180px}.cfh-role-card .cfh-icon{width:48px;height:48px;margin:0}.cfh-module-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;align-items:stretch;position:relative}.cfh-module{padding:22px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;position:relative}.cfh-module:after{content:"";position:absolute;right:-13px;top:50%;width:13px;height:1px;background:#7bb793}.cfh-module:last-child:after{display:none}.cfh-module .cfh-icon{margin:0 0 12px;width:42px;height:42px}.cfh-module strong{font-size:14px}.cfh-module small{color:var(--cfh-muted);font-size:11px;line-height:1.35;margin-top:6px}.cfh-module-core{background:linear-gradient(145deg,#167744,#0c542f);color:#fff;border-color:transparent;box-shadow:0 14px 34px rgba(18,107,60,.22)}.cfh-module-core .cfh-icon{background:rgba(255,255,255,.12);color:#fff}.cfh-module-wordmark{display:block;width:min(145px,85%);height:auto;object-fit:contain}
.cfh-cta{position:relative;overflow:hidden;text-align:center;padding:88px 0 100px;background:linear-gradient(180deg,#fff,#f4f7f5)}.cfh-cta-inner{position:relative;z-index:2}.cfh-cta-inner h2{margin-bottom:10px}.cfh-cta-inner p{margin-bottom:24px}.cfh-cta-art{position:absolute;inset:auto 0 0;height:160px;opacity:.95}.cfh-cta-art .sun{position:absolute;right:10%;bottom:65px;width:82px;height:82px;border-radius:50%;background:#f2dfbd}.cfh-cta-art .ridge{position:absolute;left:-5%;right:-5%;height:130px;bottom:-50px;clip-path:polygon(0 70%,15% 35%,27% 58%,43% 20%,58% 55%,73% 30%,86% 63%,100% 25%,100% 100%,0 100%)}.cfh-cta-art .ridge-1{background:#cbd8d1}.cfh-cta-art .ridge-2{background:#8ca69a;bottom:-75px;transform:scaleX(1.08)}.cfh-cta-art .trees{position:absolute;left:3%;right:3%;bottom:-4px;color:#173f2d;font-size:64px;letter-spacing:.16em;white-space:nowrap;overflow:hidden;text-align:justify}
.cfh-contact-form{position:relative;z-index:3;width:min(760px,100%);margin:34px auto 0;padding:28px;border:1px solid var(--cfh-line);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(22,51,37,.10);text-align:left}.cfh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cfh-contact-form label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#263a30}.cfh-contact-form input,.cfh-contact-form textarea{width:100%;border:1px solid #d8e1dc;border-radius:12px;background:#fff;color:var(--cfh-ink);font:inherit;font-weight:400;padding:12px 14px;outline:none}.cfh-contact-form input:focus,.cfh-contact-form textarea:focus{border-color:#6cab87;box-shadow:0 0 0 3px rgba(18,107,60,.10)}.cfh-contact-form textarea{resize:vertical}.cfh-form-wide{grid-column:1/-1}.cfh-contact-submit{margin-top:18px;border:0;cursor:pointer}.cfh-form-status{width:min(760px,100%);margin:24px auto 0;padding:13px 16px;border-radius:12px;font-weight:700;font-size:14px}.cfh-form-success{background:#e6f5eb;color:#14542f}.cfh-form-error{background:#fff0ed;color:#8a3327}.cfh-editor-form input,.cfh-editor-form textarea{background:#f7f9f8}.cfh-editor-form .cfh-button{display:inline-flex;margin-top:18px}
@media(max-width:1000px){.cfh-nav-links{display:none}.cfh-hero{min-height:620px}.cfh-hero-copy{width:78%}.cfh-feature-grid{grid-template-columns:repeat(2,1fr)}.cfh-workflow-grid{grid-template-columns:1fr;gap:28px}.cfh-flow-arrow{display:none}.cfh-step>p,.cfh-mini-list,.cfh-priority-stack,.cfh-shifts{margin-left:48px}.cfh-step>p{min-height:auto}.cfh-role-grid{grid-template-columns:1fr}.cfh-module-row{grid-template-columns:repeat(3,1fr)}.cfh-module:after{display:none}}
@media(max-width:700px){.cfh-form-grid{grid-template-columns:1fr}.cfh-form-wide{grid-column:auto}.cfh-contact-form{padding:20px}.cfh-shell{width:min(100% - 32px,1180px)}.cfh-nav{height:68px;padding:0 16px}.cfh-brand-wordmark{width:150px;max-width:42vw}.cfh-brand-fallback{font-size:18px}.cfh-button-small{padding:9px 13px}.cfh-hero{min-height:700px}.cfh-hero-inner{padding:56px 0 34px;display:block}.cfh-hero-copy{width:100%;max-width:none}.cfh-hero h1{font-size:48px}.cfh-hero-text{font-size:17px}.cfh-hero-badge{margin-top:36px}.cfh-section{padding:64px 0}.cfh-feature-grid{grid-template-columns:1fr}.cfh-card{min-height:auto}.cfh-module-row{grid-template-columns:repeat(2,1fr)}.cfh-module-core{grid-column:span 2}.cfh-section-head h2,.cfh-cta h2{font-size:36px}.cfh-step>p,.cfh-mini-list,.cfh-priority-stack,.cfh-shifts{margin-left:0}.cfh-step-top{grid-template-columns:36px 1fr}.cfh-role-card{grid-template-columns:48px 1fr}.cfh-actions{flex-direction:column;align-items:flex-start}.cfh-button{width:auto}.cfh-cta{padding-bottom:120px}}
@media(prefers-reduced-motion:reduce){.cfh-hero-video{animation:none;transform:none}.cfh-button{transition:none}}
