@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@500;600;650;700;750;800&display=swap');
:root{--navy:#102d43;--orange:#ff701f;--muted:#566875;--grey:#f1f4f6;--line:#dce3e8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:#fff;color:var(--navy);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #b34a00;outline-offset:5px}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.header{height:108px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{font-family:'Manrope',Arial,sans-serif;font-size:30px;font-weight:800;letter-spacing:-1.6px;display:inline-flex;align-items:baseline;white-space:nowrap}.logo span,.mini-logo span{color:var(--orange)}.logo i{width:6px;height:6px;background:var(--orange);margin-left:4px}.header nav,.header-actions{display:flex;gap:32px;align-items:center;font-weight:600;font-size:14px}.header nav a:hover,.text-link:hover{color:#b84b06}.header-actions{gap:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:35px;background:var(--orange);color:var(--navy);padding:15px 24px;border:0;border-radius:6px;font-size:16px;font-weight:700;transition:background .2s,transform .2s}.button:hover{background:#ff8a46;transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button.small{padding:11px 18px;font-size:14px;gap:22px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;padding-block:65px 82px}.eyebrow{font-size:12px;letter-spacing:1.6px;font-weight:700;line-height:1.5;margin:0 0 24px}.dash{display:inline-block;width:20px;height:3px;background:var(--orange);vertical-align:middle;margin-right:7px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(44px,4.4vw,64px);line-height:1.12;letter-spacing:-3.2px;font-weight:800;margin-bottom:26px}h1>span{color:#d95408}h2{font-size:42px;line-height:1.18;letter-spacing:-1.8px;font-weight:750;margin-bottom:20px}h3{font-size:24px;line-height:1.3;letter-spacing:-.7px;margin-bottom:14px}.lead{font-size:18px;color:var(--muted);max-width:475px;line-height:1.7;margin-bottom:28px}.actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.text-link{font-weight:650;font-size:15px}.text-link span{margin-left:10px}.hero-note{font-size:13px;color:var(--muted);margin:20px 0 0}.hero-visual{position:relative;background:#edf2f5;border-radius:16px;padding:25px 27px 58px;transform:rotate(-1deg)}.visual-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.2px;font-weight:700;margin-bottom:22px}.board{background:white;border-radius:10px;box-shadow:0 18px 45px #102d4311;padding:22px}.board-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}.mini-logo{font-family:Manrope,Arial,sans-serif;font-size:19px;font-weight:800;letter-spacing:-1px}.avatar{border-radius:50%;background:#eef2f5;padding:6px;font-size:11px;font-weight:700}.board-title{display:flex;justify-content:space-between;align-items:center;margin:22px 0}.board-title p{font-size:9px;letter-spacing:1.1px;margin:0 0 5px;color:var(--muted)}.board-title h2{font-size:23px;letter-spacing:-.7px;margin:0}.date{font-size:10px;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:26px}.stats>div{padding:12px;background:#f4f6f8;border-radius:5px}.stats strong{display:block;font-size:25px;line-height:1.3}.stats span{font-size:10px;color:var(--muted)}.table-heading{display:flex;justify-content:space-between;font-size:12px;margin-bottom:9px}.table-heading>span{font-size:10px;color:var(--muted)}.job{display:flex;gap:10px;align-items:center;padding:16px 0;border-bottom:1px solid #edf0f3}.job-icon{background:#f0f3f5;border-radius:6px;padding:9px;font-size:11px;font-weight:700}.job strong{font-size:12px;display:block}.job small{font-size:10px;display:block;color:var(--muted)}.status{font-size:9px;white-space:nowrap;margin-left:auto;padding:4px 8px;border-radius:4px;background:#edf1f5}.status.orange{background:#fff0e6;color:#994007}.status.done{background:#eaf1ed;color:#395c48}.board-footer{display:flex;align-items:center;gap:10px;margin-top:20px;font-size:9px;color:var(--muted)}.avatars{display:flex;padding-left:4px}.avatars b{border:2px solid #fff;background:#dee6ec;color:var(--navy);padding:5px;border-radius:50%;margin-left:-4px;font-size:8px}.avatars b:nth-child(2){background:#ffd9c2}.update-card{position:absolute;bottom:14px;right:-20px;display:flex;align-items:center;gap:12px;padding:17px 20px;background:var(--navy);color:white;border-radius:9px;box-shadow:0 10px 25px #102d4322;transform:rotate(1deg)}.check{display:grid;place-items:center;width:34px;height:34px;background:var(--orange);color:var(--navy);border-radius:50%;font-size:20px;flex-shrink:0}.update-card strong{font-size:12px}.update-card p{margin:0;font-size:10px;color:#c5d2dd}.example-label{position:absolute;bottom:-25px;left:28px;font-size:10px;color:var(--muted)}.workflow-strip{background:var(--navy);color:white}.strip-inner{display:flex;align-items:center;justify-content:space-between;padding-block:28px;gap:25px}.strip-inner>span{font-size:11px;letter-spacing:1.3px;color:#b6c7d5}.strip-inner p{margin:0;font-weight:600;font-size:22px;white-space:nowrap}.strip-inner b{color:var(--orange);margin:0 24px;font-weight:400}.section{padding-block:95px}.section-heading{max-width:620px}.section-heading>p:last-child,.section-heading.horizontal>p{color:var(--muted);max-width:510px}.section-heading .eyebrow,.team .eyebrow{color:#9d420b}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:45px}.steps article{border-top:1px solid #bdcbd4;padding-top:25px}.step-number{font-size:12px;letter-spacing:1.4px;font-weight:700;display:block;margin-bottom:22px;color:#a6460c}.steps p{color:var(--muted);font-size:16px}.step-detail{font-size:12px;font-weight:650;display:block;margin-top:26px}.features{background:var(--grey)}.horizontal{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:70px}.horizontal>p{max-width:355px!important}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}.feature{background:#fff;border:1px solid #e0e6eb;border-radius:10px;padding:35px}.feature-wide{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.feature-index{font-size:11px;letter-spacing:1.2px;font-weight:700;color:#6b7a86;display:block;margin-bottom:23px}.feature h3{font-size:28px}.feature p{color:var(--muted);max-width:435px;margin-bottom:24px}.pack{background:#f4f6f8;padding:24px;border-radius:8px;transform:rotate(1deg)}.pack-header{display:grid;grid-template-columns:38px 1fr;border-bottom:1px solid #d5dee5;padding-bottom:15px;margin-bottom:7px;align-items:center}.pack-header>span{grid-row:span 2;font-size:27px;color:#b94c07}.pack-header strong{font-size:14px}.pack-header small{font-size:10px;color:var(--muted)}.pack>div:not(:first-child){padding:10px 0;display:flex;justify-content:space-between;font-size:13px;border-bottom:1px solid #e0e6eb}.pack b{color:#a4470e}.pack-caption{font-size:9px;letter-spacing:1.5px;display:block;margin-top:18px;color:var(--muted)}.schedule,.record{display:flex;align-items:center;gap:18px;padding:19px;background:#f3f6f8;border-radius:6px;font-size:12px}.schedule>span{font-size:11px;border-right:1px solid #ccd6de;padding-right:14px}.schedule strong,.record strong{font-size:13px}.schedule small,.record small{display:block;font-size:11px;color:var(--muted);font-weight:400}.schedule b{margin-left:auto}.team{display:grid;grid-template-columns:1fr 1fr;gap:90px}.team-intro{color:var(--muted);max-width:420px}.team-roles article{border-bottom:1px solid var(--line);padding:0 0 22px;margin-bottom:25px}.team-roles article:last-child{margin:0}.team-roles article>span{font-size:11px;font-weight:700;letter-spacing:1.5px;color:#9d420b;display:block;margin-bottom:10px}.team-roles p{color:var(--muted);margin-bottom:0}.closing{background:var(--navy);border-radius:12px;padding:60px;color:white;margin-bottom:30px;position:relative;overflow:hidden}.closing:after{content:'';position:absolute;width:13px;top:0;bottom:0;right:0;background:var(--orange)}.closing h2{font-size:48px}.closing>.eyebrow{color:#ff9f64}.closing>p:not(.eyebrow){color:#c0ced8;margin-bottom:28px}.light-link{font-size:14px}.footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-block:38px}.footer .logo{font-size:24px}.footer p,.footer small{font-size:12px;color:var(--muted);margin:0}.skip{position:fixed;top:-100px;left:20px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}dialog{border:0;border-radius:12px;padding:44px;width:min(520px,calc(100% - 36px));color:var(--navy);box-shadow:0 25px 100px #0003}dialog::backdrop{background:#102d43aa}dialog h2{font-size:30px}dialog>p{color:var(--muted)}.close{position:absolute;right:14px;top:10px;border:0;background:none;color:var(--navy);font-size:28px}
@media(min-width:1500px){.hero{padding-block:90px 100px}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.header nav{gap:18px}.hero{gap:30px}h1{font-size:48px;letter-spacing:-2.5px}.hero-visual{padding:20px 16px 55px}.board{padding:16px}.header-actions{gap:16px}.update-card{right:-9px;padding:13px}.strip-inner b{margin:0 14px}.strip-inner p{font-size:20px}.steps{gap:25px}.feature-wide{gap:30px}.team{gap:45px}}
@media(max-width:800px){.header{height:90px}.header nav{display:none}.hero{grid-template-columns:1fr;padding-block:38px 70px;gap:45px}.hero-copy{max-width:600px}h1{font-size:58px}.lead{max-width:540px}.hero-visual{width:min(550px,100%);margin:auto;padding:25px 27px 58px}.board{padding:22px}.strip-inner{flex-direction:column;gap:8px;align-items:flex-start}.strip-inner p{font-size:24px}.section{padding-block:65px}.steps{grid-template-columns:1fr;gap:30px}.steps article{display:grid;grid-template-columns:150px 1fr;gap:0 20px}.steps article p,.step-detail{grid-column:2}.step-number{grid-row:span 3}.step-detail{margin-top:0}.horizontal{display:block}.horizontal>p{max-width:510px!important}.feature-wide{grid-template-columns:1fr}.feature{padding:27px}.team{grid-template-columns:1fr;gap:25px}.closing{padding:40px}.footer{flex-wrap:wrap;gap:15px}.footer p{order:3;flex-basis:100%}}
@media(max-width:480px){.wrap{width:calc(100% - 36px)}.header{gap:10px;height:82px}.logo{font-size:24px}.header-actions{gap:14px;font-size:13px}.button.small{font-size:13px;padding:10px 12px;gap:8px}.header-actions .button span{display:none}.hero{padding-top:25px}h1{font-size:45px;letter-spacing:-2.3px}.eyebrow{font-size:10px;letter-spacing:1px}.lead{font-size:17px}.actions{gap:20px}.button{gap:23px}.hero-visual{padding:17px 12px 62px}.visual-top{font-size:8px}.board{padding:13px}.board-title h2{font-size:21px}.stats{gap:6px}.stats>div{padding:9px}.stats span{font-size:9px}.job{gap:7px}.job strong{font-size:11px}.job-icon{padding:7px}.status{font-size:8px;padding:4px 5px}.update-card{right:5px;left:12px;padding:13px 10px}.update-card strong{font-size:11px}.update-card p{font-size:9px}.strip-inner p{font-size:19px}.strip-inner b{margin:0 9px}.strip-inner>span{font-size:9px}.section{padding-block:52px}h2{font-size:34px;letter-spacing:-1.4px}.steps article{display:block}.step-number{margin-bottom:14px}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto}.feature{padding:24px}.feature h3{font-size:25px}.pack{padding:17px}.closing{padding:32px 25px}.closing h2{font-size:36px}.closing .actions{align-items:flex-start;flex-direction:column}.footer{padding-block:25px}.hero-visual{transform:none}}
.supplied-logo{display:block;line-height:0;flex-shrink:0}.supplied-logo img{display:block;width:255px;height:auto}.header{height:124px}.footer{flex-wrap:wrap}.footer .supplied-logo{width:100%;display:flex;justify-content:center;padding:20px 0}.footer .supplied-logo img{width:min(700px,100%)}
@media(max-width:1100px){.header nav{gap:15px}.supplied-logo img{width:220px}.header{gap:20px}.header-actions{gap:14px}}
@media(max-width:800px){.header{height:108px}.supplied-logo img{width:250px}}
@media(max-width:580px){.header{height:auto;padding-block:15px;flex-wrap:wrap;justify-content:center;gap:10px}.header .supplied-logo{width:100%;display:flex;justify-content:center}.header .supplied-logo img{width:min(340px,100%)}.header-actions{width:100%;justify-content:flex-end}.hero{padding-top:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Display selected parts of the original artwork without modifying the asset. */
.brand-lockup{display:flex;align-items:center;gap:9px;flex-shrink:0;line-height:0}.brand-symbol,.brand-word,.workflow-icon{display:block;background-image:url('allorga-logo.png');background-repeat:no-repeat}.brand-symbol{width:64px;height:61px;background-size:278px auto;background-position:-8px -9px}.brand-word{width:195px;height:31px;background-size:274px auto;background-position:-69px -21px}.header{height:112px}.brand-workflow{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand-workflow li{display:flex;align-items:center;flex-direction:column;gap:9px}.brand-workflow strong{font-size:20px;font-weight:650;white-space:nowrap}.workflow-icon{width:72px;height:72px;border-radius:50%;background-size:1086px 362px;background-color:white;background-position-y:-249px}.plan-icon{background-position-x:-489px}.assign-icon{background-position-x:-596px}.done-icon{background-position-x:-706px}.brand-workflow .flow-arrow{font-size:28px;color:var(--orange)}.strip-inner{padding-block:32px}.strip-inner>span{max-width:230px}
@media(max-width:1100px){.brand-lockup{gap:4px}.brand-word{width:175px;height:29px;background-size:246px auto;background-position:-62px -19px}.brand-workflow{gap:18px}}
@media(max-width:800px){.strip-inner{align-items:center;text-align:center;gap:24px}.strip-inner>span{max-width:none}.brand-workflow{width:100%;max-width:520px}.header{height:105px}}
@media(max-width:580px){.header{height:auto;justify-content:space-between;gap:16px}.brand-lockup{margin-inline:auto}.header-actions{justify-content:center}.brand-workflow{gap:8px}.brand-workflow strong{font-size:16px}.brand-workflow .flow-arrow{font-size:22px}.strip-inner{padding-block:28px}.strip-inner>span{font-size:11px}}
