:root{--yellow: #fed700;--yellow-deep: #d9b800;--yellow-soft: #fff7c7;--ink: #11120f;--muted: #5e6159;--paper: #ffffff;--soft: #f7f6f1;--soft-2: #efeee7;--line: #e4e2d8;--charcoal: #171814;--radius-sm: 10px;--radius: 18px;--radius-lg: 26px;--shadow: 0 24px 70px rgba(26, 25, 18, .1);--max: 1200px;color:var(--ink);font-family:Inter,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}body,button,input,textarea{font-family:Inter,Arial,sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3,.logo,strong{font-family:Space Grotesk,Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}section[id],div[id]{scroll-margin-top:94px}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-shell{height:78px;display:flex;align-items:center;gap:30px}.logo{display:inline-flex;align-items:center;flex:0 0 auto}.logo img{display:block;width:190px;height:auto}.logo-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:var(--yellow);background:var(--ink)}.logo-mark svg{width:18px;height:18px}.logo-accent{padding:0 4px;margin-left:2px;background:var(--yellow);border-radius:3px}.logo small{align-self:flex-start;margin:7px 0 0 -3px;color:var(--muted);font-family:Inter,sans-serif;font-size:8px;font-weight:800;letter-spacing:.12em}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:27px;margin-left:auto}.desktop-nav a{color:#454740;font-size:13.5px;font-weight:600;transition:color .2s}.desktop-nav a:hover{color:var(--ink)}.nav-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 17px;border-radius:9px;background:var(--ink);color:#fff;font-size:13px;font-weight:700;transition:transform .2s,background .2s}.nav-cta:hover{transform:translateY(-1px);background:#2a2b26}.nav-cta svg{width:15px}.menu-button{display:none;margin-left:auto;padding:6px;border:0;color:var(--ink);background:transparent;cursor:pointer}.menu-button svg{width:28px;height:28px}.mobile-menu{display:none}.hero{padding:86px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(450px,.95fr);gap:72px;align-items:center}.hero-copy{padding:16px 0}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;padding:8px 14px 8px 10px;border:1px solid var(--line);border-radius:999px;background:var(--soft);color:#41433c;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero-eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px #fed70040}.hero h1{max-width:700px;margin-bottom:24px;font-size:clamp(44px,5.25vw,68px);line-height:1.02;letter-spacing:-.055em}.hero h1 em{position:relative;z-index:0;display:inline-block;font-style:normal}.hero h1 em:after{content:"";position:absolute;z-index:-1;right:-3px;bottom:7px;left:-3px;height:.28em;border-radius:3px;background:var(--yellow)}.hero-copy>p{max-width:610px;margin-bottom:32px;color:var(--muted);font-size:18px;line-height:1.68}.hero-actions,.closing-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 22px;border:1.5px solid transparent;border-radius:10px;font-size:14px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button svg{width:16px;height:16px}.button-primary{background:var(--yellow);color:var(--ink)}.button-primary:hover{box-shadow:0 12px 26px #dab8003b}.button-secondary{border-color:var(--ink);background:#fff}.button-secondary:hover{background:var(--soft)}.hero-proof{display:flex;gap:0;margin-top:42px}.hero-proof div{min-width:130px;padding:0 24px;border-left:1px solid var(--line)}.hero-proof div:first-child{padding-left:0;border-left:0}.hero-proof strong{display:block;margin-bottom:4px;font-size:24px;letter-spacing:-.03em}.hero-proof span{color:var(--muted);font-size:12.5px}.quote-wrap{position:relative}.quote-form,.form-success{border:1px solid var(--line);border-top:5px solid var(--yellow);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow)}.quote-form{padding:31px}.form-head{display:flex;gap:18px;justify-content:space-between;margin-bottom:24px}.form-kicker{display:block;margin-bottom:6px;color:#77725f;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.form-head h2{margin-bottom:6px;font-size:25px;letter-spacing:-.03em}.form-head p{max-width:365px;margin:0;color:var(--muted);font-size:12.5px;line-height:1.5}.form-bolt{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--yellow)}.form-bolt svg{width:22px;height:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 12px}.form-grid label>span:first-child{display:block;margin-bottom:7px;color:#4d4f48;font-size:11.5px;font-weight:700}.form-grid input,.form-grid textarea{width:100%;border:1px solid #dcdad0;border-radius:9px;outline:none;background:#fbfbf8;color:var(--ink);font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.form-grid input{height:45px;padding:0 12px}.form-grid textarea{resize:vertical;min-height:80px;padding:11px 12px;line-height:1.5}.form-grid input:focus,.form-grid textarea:focus{border-color:#c2a500;background:#fff;box-shadow:0 0 0 3px #fed7002b}.form-wide{grid-column:1 / -1}.hp-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.upload-field{position:relative;display:flex;align-items:center;gap:11px;min-height:62px;padding:10px 13px;border:1px dashed #c9c6b8;border-radius:9px;background:var(--soft);cursor:pointer}.upload-field input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-field>svg{flex:0 0 auto;width:24px;height:24px;color:#8a7611}.upload-field>span{overflow:hidden;margin:0!important;color:var(--ink)!important;font-size:12.5px!important;text-overflow:ellipsis;white-space:nowrap}.upload-field small{display:block;margin-top:3px;color:#7b7d75;font-size:10px;font-weight:500}.submit-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:49px;margin-top:17px;border:0;border-radius:10px;background:var(--ink);color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:background .2s,transform .2s}.submit-button:hover{background:#2d2e29;transform:translateY(-1px)}.privacy-note{display:flex;align-items:center;justify-content:center;gap:5px;margin:11px 0 0;color:#7d7f77;font-size:10px}.privacy-note svg{width:13px;height:13px}.form-success{display:flex;min-height:535px;padding:45px;align-items:center;justify-content:center;flex-direction:column;text-align:center}.form-success>span{display:grid;place-items:center;width:66px;height:66px;margin-bottom:22px;border-radius:50%;background:var(--yellow);font-size:28px}.form-success h3{margin-bottom:10px;font-size:27px}.form-success p{max-width:350px;color:var(--muted);line-height:1.6}.form-success button{padding:10px 15px;border:1px solid var(--line);border-radius:8px;background:var(--soft);font-weight:700;cursor:pointer}.brand-strip{padding:27px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--soft)}.brand-strip-inner{display:flex;align-items:center;gap:38px}.brand-label{flex:0 0 auto;color:#686a62;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand-list{display:flex;width:100%;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;color:#929289;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.impact-band{padding:54px 0;background:var(--yellow-soft)}.impact-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);align-items:stretch}.impact-intro{padding-right:46px}.impact-intro>span{display:block;margin-bottom:8px;color:#7c6d1a;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.impact-intro h2{max-width:390px;margin:0;font-size:28px;line-height:1.15;letter-spacing:-.04em}.impact-item{display:flex;padding:5px 28px;border-left:1px solid rgba(17,18,15,.14);flex-direction:column;justify-content:center}.impact-item strong{margin-bottom:6px;font-size:37px;letter-spacing:-.04em}.impact-item span{max-width:150px;color:#696551;font-size:12.5px;line-height:1.4}.section{padding:105px 0}.section-heading{max-width:680px;margin-bottom:50px}.section-heading--center{margin-right:auto;margin-left:auto;text-align:center}.section-heading--center .section-eyebrow{justify-content:center}.section-eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:15px;color:#3c3d38;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.section-eyebrow i,.closing-kicker i{width:22px;height:3px;border-radius:3px;background:var(--yellow)}.section-heading h2{margin-bottom:15px;font-size:clamp(32px,3.4vw,45px);line-height:1.1;letter-spacing:-.045em}.section-heading p{max-width:650px;margin-bottom:0;color:var(--muted);font-size:16px;line-height:1.65}.section-heading--center p{margin-inline:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}.product-card:hover{transform:translateY(-5px);border-color:#d4c56f;box-shadow:0 20px 45px #1e1e1817}.product-image{overflow:hidden;height:205px;background:var(--soft)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.035)}.product-content{padding:25px}.product-content h3{margin-bottom:8px;font-size:20px;letter-spacing:-.025em}.product-content p{min-height:64px;margin-bottom:17px;color:var(--muted);font-size:13px;line-height:1.6}.product-content>span,.text-link{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:800}.product-content>span svg,.text-link svg{width:15px;height:15px}.section-action{margin-top:35px;text-align:center}.text-link{padding-bottom:4px;border-bottom:2px solid var(--yellow)}.buyers-section{background:var(--soft)}.buyer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.buyer-card{position:relative;min-height:260px;padding:27px 23px;border:1px solid var(--line);border-radius:15px;background:#fff}.buyer-number{position:absolute;top:22px;right:22px;color:#aaa99f;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em}.buyer-icon{display:grid;place-items:center;width:51px;height:51px;margin-bottom:52px;border-radius:13px;background:var(--yellow)}.buyer-icon svg{width:22px;height:22px}.buyer-card h3{margin-bottom:8px;font-size:17px;letter-spacing:-.02em}.buyer-card p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.5}.process-section{background:#fff}.process-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.process-copy{position:sticky;top:120px}.process-copy .section-heading{margin-bottom:28px}.process-list{margin:0;padding:0;list-style:none;counter-reset:none}.process-list li{display:grid;grid-template-columns:76px 1fr;gap:24px;padding:26px 0;border-bottom:1px solid var(--line)}.process-list li:first-child{padding-top:3px}.process-list li>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--yellow-soft);color:#6c5e10;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:800}.process-list h3{margin-bottom:7px;font-size:20px}.process-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.why-section{background:var(--yellow-soft)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(17,18,15,.13);border-radius:var(--radius);overflow:hidden;background:#fff}.why-grid article{min-height:255px;padding:30px 27px;border-right:1px solid var(--line)}.why-grid article:last-child{border-right:0}.why-grid article>span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:35px;border-radius:50%;background:var(--ink);color:var(--yellow)}.why-grid article>span svg{width:21px;height:21px}.why-grid h3{margin-bottom:9px;font-size:17px}.why-grid p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.55}.promise-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.promise-bar div{display:flex;align-items:center;gap:8px;padding:14px 16px;border:1px solid rgba(17,18,15,.1);border-radius:10px;background:#ffffff94;font-size:11.5px;font-weight:750}.promise-bar svg{flex:0 0 auto;width:17px;height:17px}.faq-section{background:var(--soft)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:95px}.faq-layout .section-heading{margin-bottom:28px}.faq-contact{display:flex;flex-direction:column;gap:7px}.faq-contact>span{color:var(--muted);font-size:12px}.faq-contact a{display:inline-flex;align-items:center;gap:8px;width:fit-content;font-size:14px;font-weight:800}.faq-contact a svg{color:#8a7611}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:24px;padding:23px 2px;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.faq-item button span{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700}.faq-item button svg{flex:0 0 auto;width:19px;height:19px;transition:transform .25s}.faq-item.is-open button svg{transform:rotate(180deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-answer p{overflow:hidden;margin:0;color:var(--muted);font-size:13.5px;line-height:1.65}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding:0 35px 23px 2px}.closing-cta{padding:98px 0 0;background:var(--charcoal);color:#fff;text-align:center}.closing-inner>h2{max-width:800px;margin:17px auto 18px;color:#fff;font-size:clamp(36px,4.2vw,54px);line-height:1.08;letter-spacing:-.05em}.closing-inner>p{max-width:650px;margin:0 auto 30px;color:#b9bbb3;font-size:15.5px;line-height:1.65}.closing-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--yellow);font-size:10.5px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.closing-actions{justify-content:center}.button-dark-outline{border-color:#4a4b45;color:#fff}.button-dark-outline:hover{border-color:#77786f;background:#272822}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);margin-top:64px;border-top:1px solid #34352f}.contact-cards>*{display:flex;min-height:104px;align-items:center;justify-content:center;gap:12px;border-right:1px solid #34352f;color:#fff;text-align:left}.contact-cards>*:last-child{border-right:0}.contact-cards svg{width:21px;height:21px;color:var(--yellow)}.contact-cards span{display:flex;gap:4px;flex-direction:column;font-size:13px;font-weight:650}.contact-cards small{color:#888b82;font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.site-footer{background:#fff}.footer-top{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:55px;padding:65px 0 50px}.footer-brand p{max-width:290px;margin:18px 0 0;color:var(--muted);font-size:12.5px;line-height:1.6}.footer-top>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-top h3{margin:5px 0 10px;color:#777970;font-family:Inter,sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.footer-top>div:not(.footer-brand) a{color:#33352f;font-size:12.5px}.footer-top a:hover{color:#8d780c}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 0 27px;border-top:1px solid var(--line);color:#85877e;font-size:10.5px}:focus-visible{outline:3px solid rgba(193,164,0,.55);outline-offset:3px}@media(max-width:1080px){.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}.hero-grid{grid-template-columns:1fr 440px;gap:42px}.hero h1{font-size:51px}.buyer-grid{grid-template-columns:repeat(3,1fr)}.buyer-card{min-height:225px}.buyer-icon{margin-bottom:34px}.why-grid{grid-template-columns:1fr 1fr}.why-grid article:nth-child(2){border-right:0}.why-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:900px){.container{width:min(100% - 40px,var(--max))}.desktop-nav,.nav-cta{display:none}.menu-button{display:block}.mobile-menu{position:fixed;inset:79px 0 auto;display:grid;grid-template-rows:0fr;overflow:hidden;background:#fff;opacity:0;transition:grid-template-rows .25s,opacity .2s}.mobile-menu.is-open{grid-template-rows:1fr;border-bottom:1px solid var(--line);opacity:1;box-shadow:0 24px 45px #1414111a}.mobile-menu nav{display:flex;overflow:hidden;padding:0 20px;flex-direction:column}.mobile-menu.is-open nav{padding-top:12px;padding-bottom:24px}.mobile-menu a{padding:13px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:650}.mobile-menu-cta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:15px!important;border:0!important;border-radius:9px;background:var(--yellow)}.hero{padding-top:58px}.hero-grid{grid-template-columns:1fr;gap:52px}.hero-copy{max-width:700px}.hero h1{font-size:clamp(44px,8vw,65px)}.quote-wrap{max-width:650px}.brand-strip-inner{flex-direction:column;align-items:flex-start;gap:18px}.brand-list{overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.impact-grid{grid-template-columns:1.5fr repeat(3,1fr)}.impact-intro h2{font-size:23px}.impact-item{padding:5px 17px}.product-grid{grid-template-columns:1fr 1fr}.process-layout,.faq-layout{grid-template-columns:1fr;gap:55px}.process-copy{position:static}.why-grid,.promise-bar{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1.3fr 1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.container{width:min(100% - 32px,var(--max))}.nav-shell{height:70px}.logo img{width:170px}.mobile-menu{top:71px}.hero{padding:43px 0 52px}.hero-copy{padding:0}.hero-eyebrow{margin-bottom:19px;font-size:10px}.hero h1{margin-bottom:19px;font-size:41px;line-height:1.04}.hero-copy>p{font-size:15px;line-height:1.65}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);margin-top:32px}.hero-proof div{min-width:0;padding:0 10px}.hero-proof strong{font-size:19px}.hero-proof span{font-size:10px}.quote-form{padding:23px 19px;border-radius:20px}.form-grid{grid-template-columns:1fr}.form-wide{grid-column:auto}.form-bolt{width:39px;height:39px;flex-basis:39px}.form-head h2{font-size:22px}.form-success{min-height:480px;padding:30px}.brand-strip{padding:22px 0}.impact-band{padding:43px 0}.impact-grid{grid-template-columns:1fr 1fr;gap:0}.impact-intro{grid-column:1 / -1;padding:0 0 27px}.impact-intro h2{max-width:340px;font-size:27px}.impact-item{padding:20px 14px;border-top:1px solid rgba(17,18,15,.12);border-left:0}.impact-item:nth-child(3){border-left:1px solid rgba(17,18,15,.12)}.impact-item:last-child{grid-column:1 / -1;border-top:1px solid rgba(17,18,15,.12)}.section{padding:72px 0}.section-heading{margin-bottom:35px}.section-heading h2{font-size:33px}.section-heading p{font-size:14px}.product-grid{grid-template-columns:1fr}.product-image{height:220px}.product-content p{min-height:0}.buyer-grid{grid-template-columns:1fr}.buyer-card{min-height:200px}.buyer-icon{margin-bottom:28px}.process-list li{grid-template-columns:55px 1fr;gap:17px}.process-list li>span{width:49px;height:49px}.why-grid{grid-template-columns:1fr}.why-grid article{min-height:220px;border-right:0;border-bottom:1px solid var(--line)}.why-grid article:last-child{border-bottom:0}.why-grid article>span{margin-bottom:28px}.promise-bar{grid-template-columns:1fr}.faq-layout{gap:40px}.closing-cta{padding-top:74px}.closing-inner>h2{font-size:37px}.closing-inner>p{font-size:14px}.closing-actions{flex-direction:column}.closing-actions .button{width:100%}.contact-cards{grid-template-columns:1fr;margin-top:50px}.contact-cards>*{min-height:84px;justify-content:flex-start;padding:0 20px;border-right:0;border-bottom:1px solid #34352f}.contact-cards>*:last-child{border-bottom:0}.footer-top{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-brand{grid-column:1 / -1}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
