.nav{position:sticky;inset-block-start:0;z-index:20;background:var(--canvas);border-block-end:1px solid var(--rule-soft)}.nav__inner{display:flex;align-items:center;gap:clamp(16px,4vw,48px);min-height:72px}.nav__brand{display:inline-flex;align-items:center;text-decoration:none}.nav__lockup{display:block;height:34px;width:auto}.lockup__latin{fill:var(--ink)}.lockup__brand{fill:var(--blue)}.nav__links{display:flex;gap:clamp(16px,2.4vw,34px);margin-inline-start:auto;font-size:15px;color:var(--ink-soft)}.nav__links a{text-decoration:none;padding-block:6px;border-block-end:1px solid transparent;transition:color .2s var(--ease-out),border-color .2s var(--ease-out)}.nav__links a:hover{color:var(--blue);border-block-end-color:var(--blue)}.nav__lang{min-width:46px;padding:8px 14px;border:1px solid var(--rule);border-radius:var(--radius-pill);background:transparent;color:var(--ink);font-family:var(--font-latin);font-size:13px;letter-spacing:.08em;cursor:pointer;transition:border-color .2s var(--ease-out),color .2s var(--ease-out)}.nav__lang:hover{border-color:var(--blue);color:var(--blue)}.nav .nav__contact{display:none}@media (max-width: 640px){.nav__links{display:none}.nav .nav__contact{display:inline-flex;margin-inline-start:auto;padding:9px 18px;font-size:14px}}@media (prefers-reduced-motion: reduce){.nav__links a,.nav__lang{transition:none}}.hero{position:relative;display:flex;align-items:center;min-height:calc(100svh - 72px);padding-block:clamp(64px,12vh,140px);overflow:hidden}.hero__mark{position:absolute;inset-block-start:-14vh;inset-inline-start:-3vw;height:130vh;width:auto;aspect-ratio:1326 / 2000;color:var(--wash);pointer-events:none}.hero__inner{position:relative;z-index:1}.hero__headline{font-weight:200;font-size:clamp(40px,7vw,108px);line-height:1.14;letter-spacing:-.015em}.hero__line{display:block}.hero__tagline{margin-block-start:clamp(24px,4vh,40px);max-width:34ch;font-size:clamp(17px,1.9vw,24px);color:var(--ink-soft)}.hero__cta{margin-block-start:clamp(28px,5vh,48px)}@media (max-width: 700px){.hero__mark{inset-block-start:-5vh;inset-inline-start:-12vw;height:86vh}}.stages__list{list-style:none;margin:0;padding:0}.stage{display:grid;grid-template-columns:minmax(56px,8%) 1fr;align-items:start;gap:clamp(16px,3vw,48px);padding-block:clamp(32px,5vh,56px);border-block-end:1px solid var(--rule-soft)}.stage__number{font-size:clamp(28px,4vw,56px);font-weight:200;line-height:1;color:var(--ink-faint)}.stage__body{display:flex;flex-direction:column;gap:clamp(14px,2vh,22px)}.stage__line{font-weight:200;font-size:clamp(24px,3.6vw,52px);line-height:1.28;letter-spacing:-.01em;max-width:26ch}.stage--last{border-block-end:0}.stage--last .stage__number{color:var(--blue)}.stage--last .stage__line{font-weight:300}@media (max-width: 700px){.stage{grid-template-columns:1fr;gap:12px}.stage__number{font-size:22px}}.marquee{overflow:hidden;padding:18px 0;border-block:1px solid var(--rule);-webkit-mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)}.marquee-track{display:flex;width:max-content;gap:48px;animation:marquee-scroll 30s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-item{color:var(--ink-faint);font-size:15px;font-weight:700;white-space:nowrap}@keyframes marquee-scroll{to{transform:translate(-50%)}}.project-journeys{display:flex;flex-direction:column}.project-rail-section{margin-top:112px;padding-top:72px;border-top:1px solid var(--rule)}.project-rail-heading{max-width:560px;margin-bottom:40px}.project-rail-heading h3{margin-top:10px;color:var(--ink);font-size:clamp(32px,4vw,48px);font-weight:500;letter-spacing:-.045em;line-height:1}.project-rail-heading>p:last-child{margin-top:14px;color:var(--ink-soft);font-size:15px}.project-rail-list{border-top:1px solid var(--rule);list-style:none}.project-rail-item{display:grid;grid-template-columns:56px 88px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:124px;padding:16px 0;border-bottom:1px solid var(--rule);transition:border-color .25s ease}.project-rail-item:hover{border-color:var(--blue)}.project-rail-index{color:var(--ink-faint);font-family:var(--font-latin);font-size:12px}.project-rail-mark{display:grid;width:52px;height:52px;place-items:center;border:1px solid var(--rule-strong);border-radius:50%;color:var(--blue);font-family:var(--font-latin);font-size:16px}.project-rail-phone{width:48px;height:86px;overflow:hidden;border:2px solid var(--ink);border-radius:12px;background:var(--ink)}.project-rail-phone img{width:100%;height:100%;border-radius:9px;object-fit:cover}.project-rail-copy h4{color:var(--ink);font-size:20px;font-weight:500;letter-spacing:-.025em}.project-rail-copy p{margin-top:4px;color:var(--ink-soft);font-size:14px}.project-rail-platforms{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.project-rail-platforms span{color:var(--ink-faint);font-family:var(--font-latin);font-size:11px;white-space:nowrap}@media (max-width: 880px){.project-rail-item{grid-template-columns:36px 56px minmax(0,1fr);gap:14px}.project-rail-phone{width:40px;height:72px;border-radius:10px}.project-rail-mark{width:40px;height:40px;font-size:14px}.project-rail-platforms{grid-column:3;justify-content:flex-start}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none}}.apps{position:relative;background:var(--canvas-deep);content-visibility:auto;contain-intrinsic-size:auto 1200px}.apps__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:clamp(28px,4vw,56px);margin:0;padding:clamp(40px,7vh,72px) 0 0;list-style:none}.app{display:flex;flex-direction:column;align-items:center;gap:clamp(20px,3vh,30px);text-align:center}.phone{position:relative;width:100%;max-width:236px;aspect-ratio:414 / 900;padding:9px;border-radius:34px;background:var(--ink);box-shadow:0 26px 50px #0a0a2838;transition:transform .45s var(--ease-out),box-shadow .45s var(--ease-out)}.app:hover .phone{transform:translateY(-8px);box-shadow:0 34px 64px #0a0a2847}.app:hover .phone--empty{box-shadow:none}.phone__screen{width:100%;height:100%;overflow:hidden;border-radius:26px;background:var(--canvas)}.phone__screen img{display:block;width:100%;height:100%;object-fit:cover}.phone__placeholder{display:grid;place-items:center;width:100%;height:100%;background:var(--canvas)}.phone__placeholder-mark{height:34%;width:auto;aspect-ratio:1326 / 2000;color:var(--wash)}.app__copy{display:flex;flex-direction:column;align-items:center;gap:8px}.app__name{font-weight:500;font-size:clamp(19px,1.9vw,23px);letter-spacing:-.01em}.app__tagline{max-width:26ch;font-size:clamp(14px,1.4vw,16px);color:var(--ink-soft)}.app__platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:6px 0 0;padding:0;list-style:none}.app__platforms li{font-family:var(--font-latin);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint)}.app__platforms li+li:before{content:"·";margin-inline-end:8px;color:var(--rule-strong)}.app__more{display:flex;flex-direction:column;align-items:center;gap:clamp(20px,3vh,30px);width:100%;text-decoration:none;color:inherit}.phone--empty{display:block;background:none;border:1px dashed var(--rule-strong);box-shadow:none;transition:border-color .25s var(--ease-out)}.phone--empty .phone__screen{display:grid;place-items:center;background:none}.app__more-plus{font-family:var(--font-latin);font-weight:200;font-size:clamp(30px,3vw,40px);line-height:1;color:var(--ink-faint);transition:color .25s var(--ease-out)}.app__more .app__name,.app__more .app__tagline{display:block;transition:color .25s var(--ease-out)}.app__more:hover .phone--empty{border-color:var(--blue)}.app__more:hover .app__more-plus,.app__more:hover .app__name{color:var(--blue)}@media (max-width: 640px){.apps__list{grid-template-columns:1fr;gap:clamp(48px,9vh,72px)}.phone{max-width:268px}}@media (prefers-reduced-motion: reduce){.phone,.app__more{transition:none}.app:hover .phone{transform:none}}.st-frame{height:340px;background:#f6f7f9;font-size:9px;color:#1a1f2e;padding:12px 13px;display:flex}.st-scene{flex:1;display:flex;flex-direction:column;gap:9px;min-width:0}.st-bar{display:flex;align-items:center;gap:8px}.st-search{flex:1;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #e6e9ef;color:#9aa3b2}.st-cart-pill{position:relative;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fff;border:1px solid #e6e9ef;color:#1a1f2e}.st-cart-count{position:absolute;top:-3px;inset-inline-start:-3px;min-width:13px;height:13px;padding:0 3px;border-radius:999px;background:#1226e8;color:#fff;font-size:7.5px;font-weight:700;display:grid;place-items:center}.st-chips{display:flex;gap:5px}.st-chip{padding:4px 10px;border-radius:999px;background:#fff;border:1px solid #e6e9ef;color:#59617a}.st-chip-on{background:#12172b;border-color:#12172b;color:#fff}.st-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;flex:1;min-height:0}.st-card{background:#fff;border:1px solid #eceff4;border-radius:9px;padding:8px 7px 7px;display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.st-thumb{height:58px;width:58px;object-fit:cover;border-radius:7px;background:#f2f4f7;margin:0 auto 3px}.st-thumb-sm{height:26px;width:26px;flex:none;margin:0}.st-name{font-weight:600;font-size:8.5px;line-height:1.35}.st-price{font-weight:700;font-size:9.5px}.st-price em{font-style:normal;font-weight:500;font-size:7.5px;color:#7b8496}.st-stock{font-size:7.5px;color:#1f9d61}.st-stock-low{color:#d08b1f}.st-head{display:flex;align-items:baseline;justify-content:space-between}.st-title{font-size:12px;font-weight:800}.st-muted{color:#7b8496}.st-lines{display:flex;flex-direction:column;gap:6px}.st-line{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #eceff4;border-radius:9px;padding:7px 9px}.st-line-name{flex:1;font-weight:600;font-size:8.5px}.st-qty{display:flex;align-items:center;gap:7px;padding:3px 7px;border-radius:999px;border:1px solid #e6e9ef;color:#59617a}.st-qty em{font-style:normal;font-size:10px}.st-qty b{font-size:8.5px;color:#1a1f2e}.st-line-price{font-weight:700;font-size:9px}.st-total{margin-top:auto;background:#fff;border:1px solid #eceff4;border-radius:10px;padding:9px 10px;display:flex;flex-direction:column;gap:5px}.st-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:9.5px}.st-total-row-sub{font-weight:500;color:#7b8496;font-size:8.5px}.st-cta{margin-top:3px;padding:8px;border-radius:8px;background:#1226e8;color:#fff;text-align:center;font-weight:700;font-size:9.5px}.st-scene-done{align-items:center;justify-content:center;gap:7px;text-align:center}.st-done-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#e7f6ee;color:#1f9d61}.st-done-title{font-size:13px;font-weight:800}.st-done-no{color:#7b8496}.st-track{display:flex;align-items:center;gap:10px;margin-top:6px;padding:9px 12px;background:#fff;border:1px solid #eceff4;border-radius:10px}.st-step{display:flex;flex-direction:column;align-items:center;gap:4px;color:#a6adbb;font-size:7.5px}.st-dot{width:7px;height:7px;border-radius:999px;background:#dfe3ea}.st-step-on{color:#1a1f2e;font-weight:700}.st-step-on .st-dot{background:#1226e8}.st-eta{display:flex;align-items:center;gap:5px;color:#59617a}.qa-frame{display:flex;height:340px;background:#f8fafc;font-size:9px}.qa-side{width:118px;flex-shrink:0;background:#fff;border-inline-end:1px solid #eef0f4;padding:12px 9px 10px;display:flex;flex-direction:column;gap:12px}.qa-brand{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#1a1a2e;padding-inline-start:4px}.qa-brand-mark{width:13px;height:13px;border-radius:4px;background:linear-gradient(135deg,#000cff,#5a2dff,#8200ff)}.qa-nav{display:flex;flex-direction:column;gap:3px}.qa-nav-item{display:flex;align-items:center;gap:6px;padding:5.5px 8px;border-radius:8px;font-size:8.5px;font-weight:700;color:#64748b;white-space:nowrap}.qa-nav-item svg{flex-shrink:0}.qa-nav-item-active{background:linear-gradient(135deg,#000cff,#5a2dff,#8200ff);color:#fff;box-shadow:0 4px 10px #5a2dff4d}.qa-side-user{margin-top:auto;display:flex;align-items:center;gap:6px;border-top:1px solid #eef0f4;padding-top:9px}.qa-side-user-name{font-size:8px;font-weight:800;color:#1a1a2e}.qa-main{flex:1;display:flex;flex-direction:column;min-width:0}.qa-top{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-bottom:1px solid #eef0f4}.qa-top-title{font-size:10.5px;font-weight:800;color:#1a1a2e;white-space:nowrap}.qa-top-search{flex:1;display:flex;align-items:center;gap:5px;background:#f4f6fa;border:1px solid #eef0f4;border-radius:8px;padding:4.5px 8px;font-size:8px;font-weight:700;color:#94a3b8;min-width:0;white-space:nowrap;overflow:hidden}.qa-btn{display:inline-flex;align-items:center;gap:4px;border-radius:8px;padding:4.5px 9px;font-size:8px;font-weight:800;white-space:nowrap}.qa-btn-primary{background:linear-gradient(135deg,#000cff,#8200ff);color:#fff;box-shadow:0 4px 10px #5a2dff47}.qa-btn-ghost{border:1px solid #e2e8f0;color:#475569;background:#fff}.qa-content{flex:1;padding:10px 12px;min-height:0;animation:qa-scene-in .3s ease-out}@keyframes qa-scene-in{0%{opacity:0;transform:translateY(8px)}}.qa-scene{display:flex;flex-direction:column;gap:10px;height:100%}.qa-card{background:#fff;border:1px solid #eef0f4;border-radius:11px;padding:9px 10px;display:flex;flex-direction:column;gap:7px;box-shadow:0 3px 10px #000cff0a}.qa-card-head{display:flex;align-items:center;justify-content:space-between}.qa-card-title{font-size:9.5px;font-weight:800;color:#1a1a2e}.qa-link{font-size:7.5px;font-weight:800;color:#6a2dff}.qa-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.qa-tile{background:#fff;border:1px solid #eef0f4;border-radius:10px;padding:7px 9px;display:flex;flex-direction:column;gap:1px}.qa-tile-value{font-size:13px;font-weight:800;color:#1a1a2e}.qa-tile-label{font-size:7.5px;font-weight:700;color:#94a3b8}.qa-tile-sub{font-size:7px;font-weight:800;color:#ef4444}.qa-dash-row{flex:1;display:grid;grid-template-columns:1fr 1.25fr;gap:10px;min-height:0}.qa-revenue{position:relative;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#6d28d9);color:#fff;padding:10px 11px;display:flex;flex-direction:column;gap:2px;overflow:hidden}.qa-revenue-label{font-size:7.5px;font-weight:700;opacity:.75}.qa-revenue-value{font-size:13.5px;font-weight:800}.qa-spark{position:absolute;inset-inline:0;bottom:0;width:100%;height:44%}.qa-client{display:flex;align-items:center;gap:7px;border-bottom:1px solid #f2f4f8;padding:5.5px 0}.qa-client:last-child{border-bottom:0;padding-bottom:0}.qa-avatar{width:22px;height:22px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#8200ff,#000cff);font-size:9px;font-weight:800}.qa-client-copy{display:flex;flex:1;flex-direction:column;min-width:0}.qa-client-name{color:#1a1a2e;font-size:9px;font-weight:800}.qa-client-detail{color:#94a3b8;font-size:7.5px;font-weight:700}.qa-status{border-radius:999px;padding:2px 7px;font-size:7.5px;font-weight:800;white-space:nowrap}.qa-status-vip{color:#8200ff;background:#8200ff14}.qa-status-pending{color:#b45309;background:#f59e0b1f}.qa-status-new{color:#000cff;background:#000cff12}.qa-status-paid{color:#07845a;background:#10a3711a}.qa-folders{display:flex;gap:6px;flex-wrap:wrap}.qa-folder{font-size:8px;font-weight:800;color:#64748b;background:#fff;border:1px solid #eef0f4;border-radius:999px;padding:3.5px 10px}.qa-folder-active{color:#fff;background:linear-gradient(135deg,#000cff,#8200ff);border-color:transparent}.qa-work-row{flex:1;display:grid;grid-template-columns:1.25fr 1fr;gap:10px;min-height:0}.qa-product{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #f2f4f8;padding:6px 0}.qa-product:first-child{padding-top:0}.qa-product:last-child{border-bottom:0;padding-bottom:0}.qa-product-info{display:flex;flex-direction:column;min-width:0}.qa-product-name{font-size:9px;font-weight:800;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qa-product-category{font-size:7.5px;font-weight:700;color:#94a3b8}.qa-product-price{font-size:8.5px;font-weight:800;background:linear-gradient(135deg,#8200ff,#000cff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.qa-chart{flex:1;display:flex;align-items:flex-end;gap:6px;min-height:52px}.qa-chart-bar{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#6a2dff,#000cff);opacity:.85;transform-origin:bottom}.qa-invoice{align-items:center;justify-content:center}.qa-invoice-card{width:min(320px,100%);gap:8px}.qa-invoice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.qa-invoice-head>span:first-child{display:flex;flex-direction:column;gap:1px}.qa-invoice-client{font-size:7.5px;font-weight:700;color:#94a3b8}.qa-invoice-items,.qa-invoice-ledger{display:flex;flex-direction:column;gap:4px}.qa-invoice-items{border-block:1px dashed #e2e8f0;padding-block:7px}.qa-invoice-row{display:flex;justify-content:space-between;font-size:8.5px;font-weight:700;color:#475569}.qa-invoice-discount{color:#10a371}.qa-invoice-total{font-size:10px;font-weight:800;color:#1a1a2e}.qa-invoice-paid{color:#10a371}.qa-invoice-actions{display:flex;gap:6px;padding-top:2px}.qa-invoice-actions .qa-btn-primary{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 10px #10b98147}@media (max-width: 560px){.qa-frame{height:360px}.qa-side{width:92px;padding:10px 7px 9px;gap:9px}.qa-brand{font-size:10px}.qa-nav-item{font-size:8px;padding:5px 6px;gap:5px}.qa-top-search{display:none}.qa-dash-row,.qa-work-row{grid-template-columns:1fr}.qa-revenue{min-height:64px}}@media (prefers-reduced-motion: reduce){.qa-content{animation:none}}.pf-frame{display:flex;height:340px;background:#fafafa;font-size:9px}.pf-side{width:118px;flex-shrink:0;background:#fff;border-inline-end:1px solid #e7e5e4;padding:12px 9px 10px;display:flex;flex-direction:column;gap:11px}.pf-brand{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:#0a0a0a;padding-inline-start:4px;font-family:Inter,system-ui,sans-serif}.pf-brand-mark{width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#f43f5e,#be123c)}.pf-nav-group{display:flex;flex-direction:column;gap:3px}.pf-nav-label{font-size:6.5px;font-weight:800;color:#a3a3a3;letter-spacing:.04em;padding-inline-start:8px;margin-bottom:1px}.pf-nav-item{display:flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;font-size:8.5px;font-weight:700;color:#737373;white-space:nowrap}.pf-nav-item svg{flex-shrink:0}.pf-nav-item-active{background:#e11d48;color:#fff;box-shadow:0 4px 10px #e11d4840}.pf-side-user{margin-top:auto;display:flex;align-items:center;gap:6px;border-top:1px solid #e7e5e4;padding-top:9px}.pf-avatar{width:22px;height:22px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;color:#fff;background:#e11d48;font-size:9px;font-weight:800}.pf-side-user-name{font-size:8px;font-weight:800;color:#0a0a0a}.pf-main{flex:1;display:flex;flex-direction:column;min-width:0}.pf-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#fff;border-bottom:1px solid #e7e5e4}.pf-top-title{font-size:10.5px;font-weight:800;color:#0a0a0a}.pf-btn{display:inline-flex;align-items:center;gap:4px;border-radius:8px;padding:4.5px 9px;font-size:8px;font-weight:800;background:#e11d48;color:#fff;box-shadow:0 4px 10px #e11d4840;white-space:nowrap}.pf-content{flex:1;display:grid;grid-template-columns:1.1fr 1fr;gap:10px;padding:10px 12px;min-height:0}.pf-preview{display:flex;flex-direction:column;gap:7px;min-width:0}.pf-panel-label{font-size:8px;font-weight:800;color:#737373}.pf-wa{flex:1;background:#e5ddd5;border-radius:11px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.pf-wa-bubble{background:#fff;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:5px;box-shadow:0 1px 2px #0000001f;max-width:92%}.pf-wa-out{background:#d9fdd3;align-self:flex-end;border-start-end-radius:3px}.pf-wa-in{border-start-start-radius:3px;animation:pf-scene-in .3s ease-out}.pf-wa-text{font-size:9.5px;font-weight:600;color:#0a0a0a;line-height:1.7}.pf-var{background:#e11d4814;color:#e11d48;border-radius:5px;padding:1px 5px;font-size:8.5px;font-weight:800;white-space:nowrap}.pf-wa-meta{display:flex;align-items:center;gap:4px;align-self:flex-end;font-size:7.5px;font-weight:700;color:#a3a3a3}.pf-ticks{color:#a3a3a3;font-size:9px;line-height:1;transition:color .5s ease}.pf-ticks-read{color:#4fb6ec}.pf-audience{display:flex;gap:5px;flex-wrap:wrap}.pf-tag{font-size:8px;font-weight:800;color:#e11d48;background:#e11d4814;border-radius:999px;padding:3px 9px}.pf-tag-count{color:#737373;background:#0a0a0a0f}.pf-tag-pending{color:#a3a3a3;background:transparent;border:1px dashed #d4d4d4}.pf-detail{background:#fff;border:1px solid #e7e5e4;border-radius:11px;padding:10px 11px;display:flex;flex-direction:column;gap:9px;align-self:start;width:100%;animation:pf-scene-in .3s ease-out}@keyframes pf-scene-in{0%{opacity:0;transform:translateY(8px)}}.pf-detail-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.pf-detail-title{font-size:9.5px;font-weight:800;color:#0a0a0a}.pf-chip{font-size:8px;font-weight:800;color:#b45309;background:#f59e0b1f;border-radius:999px;padding:2px 8px;white-space:nowrap}.pf-chip-1{color:#e11d48;background:#e11d4814}.pf-chip-2{color:#07845a;background:#10a3711a}.pf-draft{display:flex;flex-direction:column;gap:6px}.pf-draft-row{display:flex;justify-content:space-between;font-size:8.5px;font-weight:700;color:#737373;border-bottom:1px solid #f5f5f4;padding-bottom:6px}.pf-draft-row span:last-child{color:#0a0a0a;font-weight:800}.pf-draft-note{font-size:8px;font-weight:700;color:#a3a3a3;text-align:center;border:1px dashed rgba(225,29,72,.28);border-radius:8px;padding:8px}.pf-stat{display:flex;flex-direction:column;gap:4px}.pf-stat-row{display:flex;align-items:center;justify-content:space-between}.pf-stat-label{font-size:8.5px;font-weight:700;color:#737373}.pf-stat-value{font-size:9px;font-weight:800;color:#0a0a0a}.pf-stat-track{height:5px;border-radius:3px;background:#e11d481a;overflow:hidden}.pf-stat-fill{display:block;height:100%;border-radius:3px;background:#e11d48;transition:width .8s cubic-bezier(.22,1,.36,1)}@media (max-width: 560px){.pf-frame{height:360px}.pf-side{width:92px;padding:10px 7px 9px;gap:9px}.pf-nav-item{font-size:8px;padding:5px 6px;gap:5px}.pf-nav-label{padding-inline-start:6px}.pf-content{grid-template-columns:1fr}.pf-wa{min-height:84px}}@media (prefers-reduced-motion: reduce){.pf-detail{animation:none}}.hm2{padding:14px;display:flex;flex-direction:column;gap:12px;min-height:300px;background:#f6f7f9;color:#0f172a}.hm2-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e7eaef;border-radius:12px;padding:12px 14px}.hm2-heading{display:block;font-size:14px;font-weight:800;color:#0f172a}.hm2-counts{display:block;font-size:10px;font-weight:700;color:#64748b;margin-top:3px}.hm2-counts b{color:#0f172a;font-weight:800}.hm2-sep{color:#cbd2dc}.hm2-occ{min-width:130px}.hm2-occ-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.hm2-occ-row span:first-child{font-size:10px;font-weight:700;color:#64748b}.hm2-occ-pct{font-size:18px;font-weight:800;color:#0f172a}.hm2-bar{height:5px;border-radius:3px;background:#e7eaef;overflow:hidden;margin:5px 0 4px}.hm2-bar span{display:block;height:100%;border-radius:3px;background:#16233f}.hm2-occ-sub{font-size:9px;font-weight:700;color:#94a3b8}.hm2-floor{display:flex;align-items:center;gap:8px}.hm2-floor-name{font-size:11px;font-weight:800;color:#0f172a}.hm2-floor-count{font-size:9px;font-weight:700;color:#94a3b8}.hm2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hm2-room{display:flex;border-radius:10px;overflow:hidden;border:1px solid #e7eaef;min-height:72px;background:#fff}.hm2-room,.hm2-numbar,.hm2-pill{transition:background-color .5s ease,color .5s ease,border-color .5s ease}.hm2-bar span{transition:width .8s cubic-bezier(.22,1,.36,1)}.hm2-main{flex:1;padding:7px 8px;display:flex;flex-direction:column;gap:5px;min-width:0}.hm2-pill{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;font-size:8px;font-weight:800;border-radius:999px;padding:2px 7px;white-space:nowrap}.hm2-pill-dot{width:4px;height:4px;border-radius:50%}.hm2-pill-occupied{background:#16233f;color:#fff}.hm2-pill-occupied .hm2-pill-dot{background:#34d399}.hm2-pill-unpaid{background:#e11d2f;color:#fff}.hm2-pill-unpaid .hm2-pill-dot{background:#fff}.hm2-pill-vacant{background:#fff;color:#475569;border:1px solid #e7eaef}.hm2-pill-vacant .hm2-pill-dot{background:#10a371}.hm2-foot{margin-top:auto;display:flex;flex-direction:column;gap:1px;min-width:0}.hm2-guest{font-size:9.5px;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm2-price{font-size:9.5px;font-weight:800;color:#e11d2f}.hm2-paid{display:inline-flex;align-items:center;gap:3px;font-size:9.5px;font-weight:800;color:#10a371}.hm2-avail{font-size:9.5px;font-weight:800;color:#10a371}.hm2-numbar{width:38px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative}.hm2-num{font-size:16px;font-weight:800;line-height:1}.hm2-clock{color:#ffffffd9;display:flex}.hm2-numbar-occupied{background:#16233f;color:#fff}.hm2-numbar-unpaid{background:#e11d2f;color:#fff}.hm2-numbar-vacant{background:#e7ebf1;color:#64748b}.hm2-unpaid{background:#fdeeee;border-color:#f7d4d4}.hm2-occupied{background:#f6f8fc}.showcase.reveal-visible .hm2-top,.showcase.reveal-visible .hm2-floor,.showcase.reveal-visible .hm-room{animation:hm-pop .5s cubic-bezier(.22,1,.36,1) backwards}.showcase.reveal-visible .hm2-top{animation-delay:.15s}.showcase.reveal-visible .hm2-floor{animation-delay:.22s}.showcase.reveal-visible .hm-room:nth-child(1){animation-delay:.3s}.showcase.reveal-visible .hm-room:nth-child(2){animation-delay:.36s}.showcase.reveal-visible .hm-room:nth-child(3){animation-delay:.42s}.showcase.reveal-visible .hm-room:nth-child(4){animation-delay:.48s}.showcase.reveal-visible .hm-room:nth-child(5){animation-delay:.54s}.showcase.reveal-visible .hm-room:nth-child(6){animation-delay:.6s}@keyframes hm-pop{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.showcase.reveal-visible .hm2-top,.showcase.reveal-visible .hm2-floor,.showcase.reveal-visible .hm-room{animation:none}}@media (max-width: 560px){.hm2-grid{grid-template-columns:repeat(2,1fr)}.hm2-top{flex-direction:column;gap:10px}.hm2-occ{width:100%}}.dive{height:380vh;position:relative}.dive-stage{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.dive-intro{position:absolute;top:9%;inset-inline:0;text-align:center;pointer-events:none;z-index:2}.dive-title{font-size:clamp(28px,3.4vw,40px);font-weight:500;letter-spacing:-.03em;color:var(--ink)}[dir=rtl] .dive-title{letter-spacing:normal}.dive-tagline{color:var(--blue);font-size:16px;font-weight:500;margin-top:6px}.dive-description{max-width:520px;margin:12px auto 0;color:var(--ink-soft);font-size:14px}.dive-window{width:min(640px,92vw);display:flex;justify-content:center;transform-origin:center;contain:layout paint}.dive-window>*{flex:1;min-width:0}.dive-window>.cm-panel{flex:0 1 auto}.dive-window .mock-window{max-width:none}@media (max-width: 700px){.dive-window{width:640px;max-width:none;flex:none}}.dive-caption-dock{position:absolute;bottom:0;inset-inline:0;display:flex;justify-content:center;pointer-events:none;opacity:0;transition:opacity .4s ease;z-index:2}.dive-caption-dock-active{opacity:1}.dive-caption{position:absolute;bottom:0;inset-inline:0;display:flex;gap:14px;align-items:flex-start;justify-content:center;padding:18px var(--gutter) 22px;background:var(--canvas);border-block-start:1px solid var(--rule);opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.dive-caption>div{max-width:52ch}.dive-caption-active{opacity:1;transform:none}.dive-caption-step{font-family:var(--font-latin);font-size:20px;color:var(--blue);line-height:1.3}.dive-caption-title{font-size:16px;font-weight:500;color:var(--ink)}.dive-caption-body{font-size:13.5px;color:var(--ink-soft);margin-top:2px}.dive-rail{position:absolute;inset-inline-end:4%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;opacity:0;transition:opacity .4s ease;z-index:2}.dive-rail-active{opacity:1}.dive-rail-dot{width:7px;height:7px;border-radius:50%;background:var(--rule-strong);transition:background .3s ease,transform .3s ease}.dive-rail-dot-active{background:var(--blue);transform:scale(1.35)}.dive-mobile{padding:88px 0}.dive-mobile-intro{max-width:620px;margin-bottom:48px}.dive-mobile-label,.dive-mobile-step{color:var(--blue);font-family:var(--font-latin);font-size:12px}.dive-mobile-title{margin-top:10px;color:var(--ink);font-size:clamp(36px,10vw,56px);font-weight:500;letter-spacing:-.045em;line-height:1}.dive-mobile-description{margin-top:18px;color:var(--ink-soft);font-size:15px}.dive-mobile-scenes{display:flex;flex-direction:column;gap:56px;list-style:none}.dive-mobile-scene{display:flex;flex-direction:column;gap:24px}.dive-mobile-visual{display:flex;justify-content:center}.dive-mobile-copy{display:grid;grid-template-columns:40px 1fr;gap:12px}.dive-mobile-copy h4{color:var(--ink);font-size:20px;font-weight:500;letter-spacing:-.03em}.dive-mobile-copy p{margin-top:4px;color:var(--ink-soft);font-size:14px}@media (prefers-reduced-motion: reduce){.dive{display:none}}.mock-window{width:100%;max-width:520px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 24px 60px #0a0a2824;transition:transform .4s ease}.showcase:hover .mock-window{transform:translateY(-6px) rotate(-.5deg)}.mock-window-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid rgba(0,0,0,.07);background:#f4f5f7}.mock-dot{width:10px;height:10px;border-radius:50%;background:#00000021}.mock-url{margin-inline-start:10px;font-size:11.5px;font-weight:700;color:#6c7584;background:#fff;border-radius:var(--radius-pill);padding:2px 12px}.mock-window[dir=rtl]{font-family:var(--font-ar)}.mock-num{direction:ltr;unicode-bidi:embed;font-family:var(--font-latin)}.mock-url{font-family:var(--font-latin)}.contact{position:relative;overflow:hidden;background:var(--canvas-deep)}.contact__inner{position:relative;z-index:1}.contact__mark{position:absolute;inset-block-start:-22%;inset-inline-end:-6%;height:150%;width:auto;aspect-ratio:1326 / 2000;color:var(--wash);opacity:.85;pointer-events:none;z-index:0}.contact__lines{display:flex;flex-direction:column;gap:clamp(8px,1.4vh,14px);margin-block-start:clamp(28px,5vh,48px)}.contact__line{font-weight:200;font-size:clamp(22px,3.2vw,44px);line-height:1.3;letter-spacing:-.01em;max-width:24ch}.contact__title{margin-block-start:clamp(28px,5vh,52px);font-weight:300;font-size:clamp(17px,1.9vw,22px);color:var(--ink-soft)}.contact__channels{display:flex;flex-wrap:wrap;gap:16px;margin:clamp(20px,3vh,28px) 0 0;padding:0;list-style:none}.contact__channel{display:inline-flex;align-items:center;gap:16px;padding:16px 28px;border-radius:var(--radius-pill);background:var(--blue);color:#fff;text-decoration:none;font-weight:500;font-size:clamp(15px,1.5vw,18px);transition:background-color .2s var(--ease-out),transform .2s var(--ease-out)}.contact__channel:hover{background:var(--blue-deep)}.contact__channel:active{transform:translateY(1px)}.contact__channel-icon{width:22px;height:22px;flex:none}.contact__channel-handle{opacity:.86}@media (max-width: 700px){.contact__mark{height:60%;inset-block-start:auto;inset-block-end:-6%;inset-inline-end:-28%}.contact__channel{width:100%;justify-content:space-between}}@media (prefers-reduced-motion: reduce){.contact__channel{transition:none}}.foot{border-block-start:1px solid var(--rule)}.foot__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:28px;font-size:13px;color:var(--ink-faint)}.foot__latin{font-size:13px}:root{--canvas: #f1f1fb;--canvas-deep: #e9e9f7;--wash: #e2e3f6;--ink: #0a0a12;--ink-soft: #4a4a5c;--ink-faint: #8b8b9e;--blue: #01019d;--blue-deep: #010177;--blue-veil: rgba(1, 1, 157, .08);--rule: rgba(10, 10, 18, .14);--rule-soft: rgba(10, 10, 18, .07);--rule-strong: rgba(10, 10, 18, .26);--font-ar: "IBM Plex Sans Arabic", system-ui, sans-serif;--font-latin: "Inter", system-ui, sans-serif;--gutter: clamp(24px, 6vw, 120px);--measure: 1440px;--section-gap: clamp(80px, 14vh, 180px);--radius-pill: 999px;--radius-slab: 28px;--radius-md: 12px;--radius-lg: 20px;--ease-out: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font-ar);font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,p{margin:0}a{color:inherit}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.container{width:100%;max-width:var(--measure);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-gap)}.latin{font-family:var(--font-latin);font-weight:200;letter-spacing:.22em;text-transform:uppercase}.ltr-num{font-family:var(--font-latin);font-weight:300;letter-spacing:.06em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.skip-link{position:absolute;inset-block-start:-100px;inset-inline-start:var(--gutter);z-index:100;padding:12px 20px;border-radius:var(--radius-pill);background:var(--blue);color:#fff;text-decoration:none;transition:inset-block-start .2s var(--ease-out)}.skip-link:focus{inset-block-start:16px}.section-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:16px;padding-block-end:clamp(32px,6vh,56px);border-block-end:1px solid var(--rule)}.section-head__subtitle{font-size:clamp(15px,1.5vw,18px);color:var(--ink-soft)}.heading{display:flex;align-items:baseline;gap:14px}.heading__latin{font-size:clamp(15px,1.5vw,20px);color:var(--ink)}.heading__rule{align-self:stretch;width:1px;min-height:1.9em;background:var(--ink);opacity:.5}.heading__ar{font-weight:600;font-size:clamp(20px,2.2vw,30px);color:var(--blue)}.tone-accent{font-weight:600;color:var(--blue)}.btn{display:inline-flex;align-items:center;gap:14px;padding:15px 30px;border:0;border-radius:var(--radius-pill);background:var(--blue);color:#fff;font-family:inherit;font-weight:500;font-size:clamp(15px,1.4vw,17px);text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .2s var(--ease-out),transform .2s var(--ease-out)}.btn:hover{background:var(--blue-deep)}.btn:active{transform:translateY(1px)}.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--rule)}.btn--ghost:hover{background:var(--blue-veil);border-color:var(--blue);color:var(--blue)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}
