:root{color-scheme:light;--ink:#17211c;--muted:#5f6e68;--line:rgba(23,33,28,0.14);--paper:#f7f5ef;--soft:#e8f0e7;--accent:#0c7a5b;--accent-2:#c43d2b;--gold:#f1b642}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.hero{position:relative;min-height:92vh;overflow:hidden;color:white;display:grid;grid-template-rows:auto 1fr auto}.hero-image{object-fit:cover;object-position:center;z-index:0}.hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,14,12,.88),rgba(8,14,12,.5) 48%,rgba(8,14,12,.18)),linear-gradient(0deg,rgba(8,14,12,.78),rgba(8,14,12,.08) 42%)}.hero-content,.hero-stats,.site-header{position:relative;z-index:2}.site-header{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:32px;gap:32px;padding:20px clamp(20px,5vw,72px)}.brand,.header-action,.hero-actions,.hero-stats,.site-footer span:last-child,.site-header nav{display:flex;align-items:center}.brand{gap:10px;font-weight:800}.brand img{border-radius:8px}.site-header nav{justify-content:center;gap:26px;color:rgba(255,255,255,.82);font-size:14px}.header-action,.primary-action,.secondary-action{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 18px;font-weight:760}.header-action{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32)}.hero-content{width:min(760px,calc(100vw - 40px));margin:auto 0;padding:48px clamp(20px,5vw,72px)}.eyebrow,.section-kicker{margin:0 0 14px;color:var(--gold);font-size:13px;font-weight:850;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;letter-spacing:0}h1{font-size:clamp(58px,11vw,148px);line-height:.9}h2{font-size:clamp(32px,5vw,64px);line-height:1}.subhead{width:min(680px,100%);margin:26px 0 0;color:rgba(255,255,255,.84);font-size:clamp(18px,2.2vw,24px);line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px}.primary-action{background:var(--gold);color:#1e1c12}.secondary-action{border:1px solid rgba(255,255,255,.34);color:white}.hero-stats{width:min(1080px,calc(100vw - 40px));margin:0 auto 22px;gap:0;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-stats span{flex:1 1;min-width:180px;padding:18px 20px;font-weight:720;border-right:1px solid rgba(255,255,255,.18)}.hero-stats span:last-child{border-right:0}.band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(28px,5vw,84px);gap:clamp(28px,5vw,84px);padding:clamp(70px,10vw,130px) clamp(20px,5vw,72px);border-bottom:1px solid var(--line)}.section-copy p{max-width:620px;margin:22px 0 0;color:var(--muted);font-size:18px;line-height:1.62}.workflow-list{display:grid;grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none;counter-reset:step}.workflow-list li{counter-increment:step;min-height:86px;display:grid;grid-template-columns:48px 1fr;align-items:center;grid-gap:18px;gap:18px;padding:18px 0;border-top:1px solid var(--line);color:#27352f;font-size:20px;line-height:1.35}.workflow-list li:before{content:counter(step);width:48px;height:48px;display:grid;place-items:center;background:var(--ink);color:white;border-radius:50%;font-weight:850}.market-band{background:#e5eee8}.market-grid{display:grid;grid-template-columns:repeat(5,minmax(74px,1fr));grid-gap:12px;gap:12px;align-content:start}.market-grid span{min-height:96px;display:grid;place-items:center;background:white;border:1px solid var(--line);border-radius:8px;font-size:clamp(22px,4vw,42px);font-weight:860}.operations-band{background:#fbfaf6}.ops-grid{display:grid;grid-gap:16px;gap:16px}.ops-grid p{min-height:92px;margin:0;padding:24px;background:white;border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:8px;color:#24352e;font-size:19px;line-height:1.45}.site-footer{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px clamp(20px,5vw,72px);color:var(--muted)}.site-footer span:last-child{gap:18px}.legal-page{min-height:100vh;padding:clamp(28px,6vw,80px);background:#fbfaf6}.legal-back{display:inline-flex;margin-bottom:60px;font-weight:850}.legal-page article{width:min(780px,100%)}.legal-page h1{color:var(--ink);font-size:clamp(42px,7vw,86px)}.legal-page p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.7}@media (max-width:860px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{min-height:94vh}.band,.hero-stats,.site-footer{display:block}.hero-stats span{display:block;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.hero-stats span:last-child{border-bottom:0}.market-grid,.ops-grid,.workflow-list{margin-top:30px}.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer span:last-child{margin-top:16px}}