/* Launch Lab. Every style for every page.
   White #FFFFFF and ink #161512 only. Sharp corners. See RULES.md. */

*{box-sizing:border-box}
body{margin:0;background:#fff;color:#161512;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#161512;text-decoration:none}
img{display:block}
[dir=rtl] body,[dir=rtl] div,[dir=rtl] span,[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] p,[dir=rtl] a{font-family:"IBM Plex Sans Arabic","Helvetica Neue",Helvetica,sans-serif;letter-spacing:0}
[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{line-height:1.4}

.wrap{min-width:1280px;display:flex;flex-direction:column;min-height:100vh}
.label{font-size:10px;font-weight:500;letter-spacing:.16em;line-height:1.4}
.label-lg{font-size:11px;font-weight:500;letter-spacing:.18em;line-height:1}
.num{font-weight:400;letter-spacing:-.03em;line-height:1}
.btn{border:1.5px solid #161512;padding:10px 18px;font-size:11px;font-weight:600;letter-spacing:.14em;line-height:1;cursor:pointer;background:#fff;color:#161512;display:inline-flex;align-items:center;gap:18px;justify-content:space-between}
.btn:hover{background:#161512;color:#fff}
.btn-solid{background:#161512;color:#fff}
.btn-solid:hover{background:#fff;color:#161512}

header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 48px;border-bottom:1px solid #161512;background:#fff}
header img{height:62px}
header #brand{display:flex;cursor:pointer}
nav{display:flex;gap:38px;font-size:11px;font-weight:500;letter-spacing:.16em}
nav a{cursor:pointer;padding-bottom:3px;border-bottom:1.5px solid transparent}
nav a.on{border-bottom-color:#161512}
.head-right{display:flex;align-items:center;gap:12px}

main{flex:1}
.two{display:grid;grid-template-columns:1fr 660px;align-items:stretch}
.pad{padding:48px}
.rule-start{border-inline-start:1px solid #161512}
.rule-end{border-inline-end:1px solid #161512}
.band{padding:52px 48px 36px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end;border-bottom:1px solid #161512}
h1{font-size:72px;line-height:1.04;letter-spacing:-.035em;margin:0;max-width:11ch;font-weight:400}
h2{font-size:58px;line-height:1.06;letter-spacing:-.035em;margin:0;max-width:14ch;font-weight:400}
h3{font-size:42px;line-height:1.06;letter-spacing:-.03em;margin:0 0 16px;font-weight:400}
.lead{font-size:17px;line-height:1.6;margin:0;max-width:40ch}

/* home */
.hero{padding:60px 48px;display:flex;flex-direction:column;justify-content:space-between}
.stats{display:flex;border-top:1px solid #161512;margin-top:48px}
.stats>div{flex:1;padding-top:20px}
.stats>div+div{margin-inline-start:28px;border-inline-start:1px solid #161512;padding-inline-start:28px}
.stats .num{font-size:38px}
.canvas{position:relative;min-height:700px;perspective:1900px;display:flex;align-items:center;justify-content:center;padding:40px 0;cursor:grab;overflow:hidden}
.grid-bg{position:absolute;inset:0;background-image:linear-gradient(#f1f1f1 1px,transparent 1px),linear-gradient(90deg,#f1f1f1 1px,transparent 1px);background-size:44px 44px}
.hint{position:absolute;top:24px;inset-inline-start:28px;z-index:4}
.tower{position:relative;width:300px;height:300px;transform-style:preserve-3d;transform:scale(.78) rotateX(58deg) rotateZ(-38deg) translateZ(-160px)}
.fl{position:absolute;inset:0;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.fl:hover{transform:translateZ(calc(var(--z) + 18px)) !important}
.fl .plate{position:absolute;left:0;top:0;width:300px;height:300px;border:1.5px solid #161512;background:rgba(255,255,255,.9);transition:background .2s}
.fl .wall{position:absolute;left:0;top:123px;width:300px;height:54px;border:1.5px solid #161512}
.tab{position:absolute;bottom:30px;inset-inline-start:28px;width:330px;background:#fff;border:1.5px solid #161512;cursor:pointer;z-index:3}
.tab:hover{background:#f7f7f7}
.tab-head{display:flex;align-items:stretch;border-bottom:1px solid #161512}
.tab-num{width:62px;border-inline-end:1px solid #161512;display:flex;align-items:center;justify-content:center;font-size:26px}
.tab-body{padding:16px 16px 18px}
.tab-title{font-size:22px;line-height:1.15;letter-spacing:-.02em;margin-bottom:8px}
.tab-body p{font-size:14px;line-height:1.5;margin:0 0 14px}
.tab-occ{border-top:1px solid #161512;padding-top:12px;display:flex;justify-content:space-between}

/* ventures */
.facade{padding:44px 0 52px;display:flex;flex-direction:column;align-items:center}
.stem{width:2px;height:28px;background:#161512}
.windows-box{width:430px;border:1.5px solid #161512;border-bottom:none;padding:14px;background:#fff}
.windows{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}
.win{height:34px;border:1px solid #161512;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s}
.win.sel{background:#e4e4e4}
.win.on{background:#161512}
.win img{height:20px}
.ground{width:530px;border:1.5px solid #161512;border-bottom:none;padding:18px 16px 22px;background:#fff;display:flex;align-items:flex-end;justify-content:space-between}
.door{width:52px;height:44px;border:1.5px solid #161512;background:#161512}
.baseline{width:610px;height:1.5px;background:#161512}
.facts{display:flex;border-top:1px solid #161512}
.facts>div{flex:1;padding-top:18px}
.facts>div+div{margin-inline-start:24px;border-inline-start:1px solid #161512;padding-inline-start:24px}
.facts .v{font-size:20px;line-height:1.3}

/* room */
.roomtop{padding:24px 48px;border-bottom:1px solid #161512;display:flex;align-items:center;justify-content:space-between}
.roomgrid{display:grid;grid-template-columns:260px 1fr 420px;align-items:stretch}
.lvl{padding:20px 24px;border-bottom:1px solid #161512;cursor:pointer;display:flex;flex-direction:column;gap:8px}
.lvl:hover{background:#f7f7f7}
.lvl.on{background:#161512;color:#fff}
.lvl-row{display:flex;align-items:baseline;gap:14px}
.lvl-row .n{font-size:22px;width:22px;line-height:1}
.ms{display:flex;align-items:flex-start;gap:18px;padding:20px 0;border-bottom:1px solid #161512}
.ms .box{width:14px;height:14px;border:1.5px solid #161512;margin-top:4px;flex:none}
.ms .box.done{background:#161512}
.ms .txt{flex:1;font-size:18px;line-height:1.45}
.ms .when{white-space:nowrap}
.kv{border-top:1px solid #161512;padding-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.kv .v{font-size:20px;line-height:1.3}

/* legal */
.lgwrap{display:grid;grid-template-columns:300px 1fr;align-items:start}
.lgnav{position:sticky;top:110px;padding:30px 24px 40px}
.lgnav-h{margin-bottom:14px}
.lgnav div{display:flex;gap:14px;padding:9px 12px;margin-inline-start:-12px;cursor:pointer;line-height:1.5}
.lgnav div:hover{background:#161512;color:#fff}
.lgnav .n{width:20px;flex:none}
.lgbody{border-inline-start:1px solid #161512;padding:0 48px 56px}
.lgs{border-bottom:1px solid #161512;padding:34px 0}
.lgs-h{display:flex;gap:20px;align-items:baseline;margin-bottom:14px}
.lgs-h .n{font-size:22px;width:34px;flex:none;line-height:1}
.lgs h4{font-size:26px;line-height:1.2;letter-spacing:-.02em;margin:0;font-weight:400}
.lgs p{font-size:16px;line-height:1.7;margin:0 0 14px;max-width:72ch;padding-inline-start:54px}
.lgs p:last-child{margin-bottom:0}
.lgfoot{padding-top:34px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}

footer{border-top:1px solid #161512}
.foot-row{padding:24px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.foot-row+.foot-row{border-top:1px solid #161512;padding:18px 48px}
.foot-links{display:flex;gap:32px}
.foot-links a{cursor:pointer}

@media (max-width:1279px){
 .canvas{flex-direction:column;align-items:stretch;justify-content:flex-start;height:auto;min-height:0;padding:0 0 24px}
 .tower{flex:none;width:100%;height:300px;transform-origin:center}
 .wrap{min-width:0}
 header{padding:14px 20px;flex-wrap:wrap;row-gap:14px}
 header img{height:44px}
 nav{order:3;width:100%;justify-content:space-between;gap:0}
 .two,.band,.roomgrid{grid-template-columns:1fr;gap:24px}
 .rule-start,.rule-end{border-inline-start:0;border-inline-end:0;border-top:1px solid #161512}
 .pad,.hero,.band,.roomtop,.foot-row,.foot-row+.foot-row{padding-left:20px;padding-right:20px}
 .lgwrap{grid-template-columns:1fr}
 .lgnav{display:none}
 .lgbody{border-inline-start:0;padding:0 20px 40px}
 .lgs h4{font-size:22px}
 .lgs-h .n{font-size:19px;width:26px}
 .lgs-h{gap:14px}
 .lgs p{padding-inline-start:40px;font-size:15px}
 h1{font-size:40px;max-width:none}
 h2{font-size:32px;max-width:none}
 h3{font-size:28px}
 .canvas{min-height:400px;padding:16px 0}
 .tower{transform:scale(.46) rotateX(58deg) rotateZ(-38deg) translateZ(-160px)}
 .tab{position:static;width:auto;margin:0 20px 24px}
 .hint{position:static;margin:0 20px 12px}
 .stats{display:grid;grid-template-columns:repeat(3,1fr)}
 .stats>div+div{margin-inline-start:0;padding-inline-start:12px}
 .windows-box{width:86%}
 .ground{width:94%}
 .baseline{width:100%}
 .facts{flex-direction:column}
 .facts>div+div{margin-inline-start:0;padding-inline-start:0;border-inline-start:0;border-top:1px solid #161512}
 .foot-row{flex-direction:column;align-items:flex-start;gap:8px}
}
