:root{--sg-bg:#f3f1eb;--sg-dark:#090909;--sg-white:#fff;--sg-accent:#c8ff48;--sg-muted:#dedbd2;--sg-radius:28px;--sg-max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sg-bg);color:#111;font-family:Inter,Arial,sans-serif}img{display:block;width:100%;object-fit:cover}.sg-container{width:min(calc(100% - 48px),var(--sg-max));margin-inline:auto}.sg-header{position:fixed;z-index:30;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px max(24px,calc((100vw - var(--sg-max))/2));color:#fff;transition:.3s}.sg-header.is-scrolled{background:rgba(7,7,7,.88);backdrop-filter:blur(14px);padding-block:12px}.sg-brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.sg-brand-mark{width:42px;height:50px;border:2px solid currentColor;border-radius:7px;position:relative}.sg-brand-mark:after{content:"";position:absolute;left:-10px;top:22px;width:58px;height:20px;border-top:3px solid currentColor;border-radius:50%;transform:rotate(-16deg)}.sg-brand span:last-child{display:grid;line-height:.75;font-family:"Barlow Condensed",sans-serif}.sg-brand strong{font-size:23px}.sg-brand em{font-size:25px;font-weight:700;font-style:normal}.sg-brand small{font:600 9px Inter;margin-top:7px}.sg-nav{display:flex;align-items:center;gap:28px}.sg-nav a{color:inherit;text-decoration:none;font-size:14px}.sg-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:var(--sg-accent);color:#090909!important;text-decoration:none;font-weight:700;border:1px solid var(--sg-accent);transition:.25s}.sg-button:hover{transform:translateY(-2px)}.sg-button-small{min-height:42px;padding-inline:18px}.sg-button-outline{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.65)}.sg-hero{height:min(900px,100svh);min-height:680px;position:relative;color:#fff;overflow:hidden}.sg-hero>img,.sg-cta>img{position:absolute;inset:0;height:100%}.sg-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.18) 60%,rgba(0,0,0,.08))}.sg-hero-content{position:relative;z-index:2;padding-top:clamp(190px,24vh,260px)}.sg-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.sg-hero h1,.sg-section h2,.sg-intro h2,.sg-cta h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;line-height:.9;margin:.2em 0;font-weight:800}.sg-hero h1{font-size:clamp(76px,11vw,160px);max-width:850px}.sg-hero-content>p:not(.sg-kicker){font-size:clamp(17px,2vw,22px);max-width:620px;line-height:1.5}.sg-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.sg-intro{padding:110px 0}.sg-intro-grid,.sg-section-heading{display:grid;grid-template-columns:1.4fr .8fr;gap:80px;align-items:end}.sg-intro h2,.sg-section h2,.sg-cta h2{font-size:clamp(52px,7vw,100px)}.sg-intro-grid>p,.sg-section-heading>p{font-size:18px;line-height:1.65;color:#4c4c4c}.sg-section{padding:110px 0}.sg-section-dark{background:var(--sg-dark);color:#fff}.sg-section-dark .sg-section-heading>p{color:#aaa}.sg-section-muted{background:var(--sg-muted)}.sg-section-heading{margin-bottom:55px}.sg-card-grid{display:grid;gap:24px}.sg-card-grid-2{grid-template-columns:repeat(2,1fr)}.sg-card{background:#151515;border-radius:var(--sg-radius);overflow:hidden}.sg-card>img{height:420px}.sg-card>div{padding:26px}.sg-card span{opacity:.45;font-size:12px}.sg-card h3,.sg-feature-list h3,.sg-activity-grid h3{font-family:"Barlow Condensed";font-size:34px;margin:4px 0 8px}.sg-card p,.sg-feature-list p,.sg-activity-grid p{color:#aaa;line-height:1.55;margin:0}.sg-card-light{background:#fff}.sg-card-light p{color:#555}.sg-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.sg-split-reverse{grid-template-columns:1.1fr .9fr}.sg-copy>p{line-height:1.6}.sg-feature-list{display:grid;gap:28px;margin-top:42px}.sg-image-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px;height:680px}.sg-image-pair img{height:100%;border-radius:var(--sg-radius)}.sg-image-pair img:first-child{margin-top:70px;height:calc(100% - 70px)}.sg-defender{display:grid;grid-template-columns:.65fr 1.35fr;gap:22px;align-items:end}.sg-defender img{border-radius:var(--sg-radius);height:610px}.sg-defender img:last-child{height:450px}.sg-tags{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:32px 0 0;list-style:none}.sg-tags li{padding:10px 16px;border-radius:999px;background:#fff;font-weight:600}.sg-activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sg-activity-grid article{background:#151515;border-radius:22px;overflow:hidden;padding-bottom:24px}.sg-activity-grid img{height:260px}.sg-activity-grid h3,.sg-activity-grid p{padding-inline:20px}.sg-activity-grid p{font-size:14px}.sg-cta{min-height:760px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}.sg-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.05))}.sg-cta-content{position:relative;z-index:2}.sg-cta-content>p:not(.sg-kicker){font-size:19px;line-height:1.7;margin:28px 0}.sg-footer{background:#050505;color:#fff;padding:28px 0}.sg-footer .sg-container{display:flex;justify-content:space-between;gap:20px}.sg-footer a{color:#fff}@media(max-width:900px){.sg-nav>a:not(.sg-button){display:none}.sg-intro-grid,.sg-section-heading,.sg-split,.sg-split-reverse{grid-template-columns:1fr;gap:28px}.sg-card-grid-2{grid-template-columns:1fr}.sg-activity-grid{grid-template-columns:repeat(2,1fr)}.sg-image-pair{height:560px}.sg-defender{grid-template-columns:1fr 1fr}.sg-defender img,.sg-defender img:last-child{height:480px}.sg-section{padding:80px 0}}@media(max-width:600px){.sg-container{width:min(calc(100% - 28px),var(--sg-max))}.sg-header{padding-inline:14px}.sg-brand strong{font-size:18px}.sg-brand em{font-size:20px}.sg-brand-mark{width:34px;height:40px}.sg-nav .sg-button{font-size:0;width:44px;padding:0}.sg-nav .sg-button:after{content:"PDF";font-size:12px}.sg-hero{min-height:740px}.sg-hero-content{padding-top:190px}.sg-hero h1{font-size:72px}.sg-intro{padding:75px 0}.sg-section h2,.sg-intro h2,.sg-cta h2{font-size:58px}.sg-card>img{height:290px}.sg-image-pair{height:430px;gap:10px}.sg-image-pair img:first-child{margin-top:35px;height:calc(100% - 35px)}.sg-defender{grid-template-columns:1fr}.sg-defender img,.sg-defender img:last-child{height:360px}.sg-activity-grid{grid-template-columns:1fr}.sg-activity-grid img{height:280px}.sg-cta{min-height:680px}.sg-footer .sg-container{flex-direction:column}.sg-actions{align-items:stretch;flex-direction:column}.sg-button{width:100%}}
