/* Homepage-only light/dark rhythm. Transition bands contain no text. */
.home-page .hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);gap:44px;padding-top:70px;padding-bottom:76px}
.home-page .hero>.hero-copy>.eyebrow{font-size:21px;line-height:1.4;letter-spacing:.07em;display:block;max-width:540px}
.hero-composition{min-width:0;align-self:center;padding-bottom:6px}.hero-photo{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:6px}.hero-dashboard{position:relative;width:74%;margin:-38px -12px 0 auto;background:var(--surface);border:1px solid var(--border);border-radius:6px;box-shadow:0 18px 40px #0005;overflow:hidden}.hero-dashboard .preview-head{font-size:12px;padding:13px;gap:10px;flex-wrap:wrap}.hero-dashboard table{font-size:13px}.hero-dashboard th,.hero-dashboard td{padding:10px 14px}.hero-dashboard .tablewrap{border:0}
.home-page .section{max-width:none;margin:0;border:0;padding:80px max(36px,calc((100vw - 1200px)/2));position:relative}
.home-page .section>.section-body,.home-page .section>.section-label{position:relative}
.home-page #workflow,.home-page #hospitality,.home-page #founder{--text:#14182d;--muted:#4f566d;--border:#cbd0df;--violet:#594086;--surface:#e8e9f2;background:#f1f2fa;color:var(--text);margin-top:100px;margin-bottom:100px}
.home-page #workflow:before,.home-page #hospitality:before,.home-page #founder:before{content:'';position:absolute;left:0;right:0;top:-100px;height:100px;background:linear-gradient(to bottom,#0a0e20 0%,#4f5261 38%,#c1c4d1 74%,#f1f2fa 100%)}
.home-page #workflow:after,.home-page #hospitality:after,.home-page #founder:after{content:'';position:absolute;left:0;right:0;bottom:-100px;height:100px;background:linear-gradient(to bottom,#f1f2fa 0%,#c1c4d1 26%,#4f5261 62%,#0a0e20 100%)}
.home-page #workflow .eyebrow,.home-page #founder .eyebrow,.home-page #workflow .entry-link{color:#594086}
.home-page #workflow .entry:hover{background:#e8e9f2}.home-page #founder .pilot-panel{background:#e8e9f2}.home-page #founder .primary{color:#1b1020}.home-page #workflow a:focus-visible,.home-page #founder a:focus-visible{outline-color:#594086}
.home-page .worked-case{max-width:850px;margin:0 auto 55px}.home-page .worked-case .preview-body{padding:28px}.home-page .worked-case h2{font-size:30px}.home-page .worked-case table{font-size:14px}.home-page .worked-case th,.home-page .worked-case td{padding:12px}.home-page .worked-case .source-proof{padding-top:22px}.home-page footer{border-top:0}
@media(max-width:1150px){.home-page .hero{gap:30px;padding-left:32px;padding-right:32px}.hero-dashboard{width:88%;margin-right:0}.home-page .hero>.hero-copy>.eyebrow{font-size:20px}.home-page .hero h1{font-size:48px}}
@media(max-width:900px){.home-page .hero{grid-template-columns:1fr;padding:52px 32px 60px}.home-page .hero h1{font-size:58px}.hero-composition{max-width:700px}.hero-dashboard{width:65%;margin-top:-35px}.home-page .section{padding:64px 32px}}
@media(max-width:560px){.home-page .hero{padding:40px 20px 48px;gap:28px}.home-page .hero>.hero-copy>.eyebrow{font-size:17px;letter-spacing:.055em}.home-page .hero h1{font-size:46px}.hero-dashboard{width:100%;margin:14px 0 0;box-shadow:none}.hero-dashboard table{min-width:0}.hero-photo{border-radius:4px}.home-page .section{padding:46px 20px}.home-page .worked-case .preview-body{padding:20px 12px}.home-page .worked-case .tablewrap{overflow:auto}.home-page .worked-case table{min-width:480px}.home-page #workflow,.home-page #hospitality,.home-page #founder{margin-top:72px;margin-bottom:72px}.home-page #workflow:before,.home-page #hospitality:before,.home-page #founder:before{top:-72px;height:72px}.home-page #workflow:after,.home-page #hospitality:after,.home-page #founder:after{bottom:-72px;height:72px}}

/* Feather the photo perimeter into the homepage without blurring the screen. */
.home-page .hero-photo{border-radius:0;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.12) 4%,rgba(0,0,0,.5) 10%,rgba(0,0,0,.88) 17%,#000 23%,#000 77%,rgba(0,0,0,.88) 83%,rgba(0,0,0,.5) 90%,rgba(0,0,0,.12) 96%,transparent 100%),linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 4%,rgba(0,0,0,.5) 10%,rgba(0,0,0,.88) 17%,#000 23%,#000 77%,rgba(0,0,0,.88) 83%,rgba(0,0,0,.5) 90%,rgba(0,0,0,.12) 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.12) 4%,rgba(0,0,0,.5) 10%,rgba(0,0,0,.88) 17%,#000 23%,#000 77%,rgba(0,0,0,.88) 83%,rgba(0,0,0,.5) 90%,rgba(0,0,0,.12) 96%,transparent 100%),linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 4%,rgba(0,0,0,.5) 10%,rgba(0,0,0,.88) 17%,#000 23%,#000 77%,rgba(0,0,0,.88) 83%,rgba(0,0,0,.5) 90%,rgba(0,0,0,.12) 96%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect}
