:root{--hs-bg:#070b14;--hs-surface:#0d1321;--hs-surface-2:#111a2c;--hs-border:rgba(255,255,255,.12);--hs-text:#f7f9ff;--hs-muted:#aeb9cf;--hs-accent:#69e7ff;--hs-accent-2:#7d72ff;--hs-shadow:0 24px 80px rgba(0,0,0,.34);--hs-max:1180px}
.hs-platform-page{min-height:100vh;margin:0;background:var(--hs-bg);color:var(--hs-text);font-family:Arial,Helvetica,sans-serif}
.hs-project-page{overflow:hidden;background:radial-gradient(circle at 15% 0%,rgba(105,231,255,.08),transparent 33rem),radial-gradient(circle at 85% 18%,rgba(125,114,255,.08),transparent 30rem),var(--hs-bg)}
.hs-project-container{width:min(var(--hs-max),calc(100% - 40px));margin-inline:auto}
.hs-project-nav{position:absolute;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;width:min(1380px,calc(100% - 40px));margin-inline:auto;padding:24px 0}
.hs-project-brand,.hs-project-all{color:#fff;text-decoration:none;font-weight:800;letter-spacing:.08em}.hs-project-all{font-size:.88rem;color:rgba(255,255,255,.82)}
.hs-project-hero{position:relative;min-height:82vh;display:flex;align-items:flex-end;isolation:isolate}.hs-project-hero-media,.hs-project-hero-media img,.hs-project-hero-placeholder{position:absolute;inset:0;width:100%;height:100%}.hs-project-hero-image{object-fit:cover}.hs-project-hero-placeholder{background:linear-gradient(135deg,#17233b,#0b1220 58%,#131b31)}.hs-project-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,7,13,.32),rgba(4,7,13,.48) 38%,rgba(4,7,13,.97)),linear-gradient(90deg,rgba(4,7,13,.62),transparent 62%)}
.hs-project-hero-content{position:relative;z-index:2;width:min(var(--hs-max),calc(100% - 40px));margin-inline:auto;padding:170px 0 78px}.hs-project-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px;font-size:.84rem;color:rgba(255,255,255,.62)}.hs-project-breadcrumb a{color:inherit;text-decoration:none}
.hs-project-eyebrow,.hs-project-section-label{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:var(--hs-accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hs-project-eyebrow:before,.hs-project-section-label:before{content:"";width:28px;height:1px;background:currentColor}
.hs-project-title{max-width:1050px;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:clamp(2.55rem,6.2vw,5.7rem);font-style:normal;font-weight:800;line-height:1.1;letter-spacing:-.045em;text-shadow:none;transform:none;animation:none;filter:none;-webkit-text-stroke:0 transparent;overflow-wrap:normal;word-break:normal}.hs-project-title:before,.hs-project-title:after{content:none!important;display:none!important}
.hs-project-lead{max-width:760px;margin:24px 0 0;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.8vw,1.28rem);line-height:1.75}.hs-project-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.hs-project-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-weight:800;transition:transform .2s ease,border-color .2s ease,background .2s ease}.hs-project-btn:hover{transform:translateY(-2px)}.hs-project-btn-primary{color:#06111b;background:linear-gradient(135deg,var(--hs-accent),#b8f6ff);box-shadow:0 12px 40px rgba(105,231,255,.18)}.hs-project-btn-secondary{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}
.hs-project-section{padding:105px 0}.hs-project-section h2,.hs-project-cta h2{max-width:850px;margin:0;font-size:clamp(2rem,4.4vw,4.3rem);line-height:1.08;letter-spacing:-.04em}.hs-project-overview-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:70px;align-items:start}.hs-project-body{margin-top:28px;color:var(--hs-muted);font-size:1.08rem;line-height:1.9}.hs-project-body>*:first-child{margin-top:0}.hs-project-body>*:last-child{margin-bottom:0}.hs-project-body a{color:var(--hs-accent)}
.hs-project-facts{overflow:hidden;border:1px solid var(--hs-border);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));box-shadow:var(--hs-shadow)}.hs-project-fact{padding:24px;border-bottom:1px solid var(--hs-border)}.hs-project-fact:last-child{border-bottom:0}.hs-project-fact span{display:block;margin-bottom:8px;color:var(--hs-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hs-project-fact strong{font-size:1.05rem}
.hs-project-solutions{border-block:1px solid var(--hs-border);background:rgba(255,255,255,.025)}.hs-project-chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hs-project-chip{padding:12px 18px;border:1px solid var(--hs-border);border-radius:999px;background:rgba(255,255,255,.05);color:#e8efff;font-weight:700}
.hs-project-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-top:38px}.hs-project-gallery-item{grid-column:span 4;overflow:hidden;min-height:300px;border-radius:22px;background:var(--hs-surface);box-shadow:var(--hs-shadow)}.hs-project-gallery-item.is-featured{grid-column:span 8;grid-row:span 2;min-height:616px}.hs-project-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hs-project-gallery-item:hover img{transform:scale(1.035)}
.hs-project-related{border-top:1px solid var(--hs-border)}.hs-project-related-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hs-project-related-heading>a{color:var(--hs-accent);text-decoration:none;font-weight:800}.hs-project-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.hs-project-card{overflow:hidden;border:1px solid var(--hs-border);border-radius:24px;background:var(--hs-surface)}.hs-project-card-media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--hs-surface-2)}.hs-project-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hs-project-card:hover .hs-project-card-media img{transform:scale(1.04)}.hs-project-card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#17233b,#0b1220)}.hs-project-card-content{padding:22px}.hs-project-card-content>span{color:var(--hs-accent);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hs-project-card h3{margin:10px 0 18px;font-size:1.35rem;line-height:1.25}.hs-project-card h3 a,.hs-project-card-link{color:#fff;text-decoration:none}.hs-project-card-link{color:var(--hs-muted);font-weight:700}
.hs-project-cta{padding:95px 0;background:radial-gradient(circle at 15% 20%,rgba(105,231,255,.17),transparent 24rem),linear-gradient(135deg,#101a2d,#0b1120)}.hs-project-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.hs-project-cta p{max-width:760px;margin:20px 0 0;color:var(--hs-muted);font-size:1.05rem;line-height:1.75}
/* Projects archive */
.hs-platform-shell{width:min(var(--hs-max),calc(100% - 32px));margin:auto;padding:48px 0 80px}.hs-platform-top{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:42px}.hs-platform-brand{font-weight:800;letter-spacing:.04em;text-decoration:none;color:var(--hs-text)}.hs-platform-back{color:var(--hs-muted);text-decoration:none}.hs-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hs-project-grid .hs-project-card{display:block;color:var(--hs-text);text-decoration:none;transition:transform .2s ease,border-color .2s ease}.hs-project-grid .hs-project-card:hover{transform:translateY(-4px);border-color:rgba(105,231,255,.55)}.hs-project-grid .hs-project-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.hs-project-card-body{padding:20px}.hs-project-card-body h2{font-size:1.25rem;line-height:1.25;margin:8px 0 10px}.hs-project-card-body p{color:var(--hs-muted);margin:0;line-height:1.6}.hs-empty{padding:40px;border:1px dashed var(--hs-border);border-radius:20px;color:var(--hs-muted)}
@media(max-width:900px){.hs-project-hero{min-height:76vh}.hs-project-overview-grid{grid-template-columns:1fr;gap:38px}.hs-project-related-grid,.hs-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-project-gallery-item{grid-column:span 6}.hs-project-gallery-item.is-featured{grid-column:1/-1;min-height:460px}.hs-project-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.hs-project-container,.hs-project-nav,.hs-project-hero-content{width:min(100% - 28px,var(--hs-max))}.hs-project-nav{padding:18px 0}.hs-project-brand,.hs-project-all{font-size:.78rem}.hs-project-hero-content{padding:135px 0 54px}.hs-project-title{font-size:clamp(2.3rem,11.5vw,3.8rem);line-height:1.12;letter-spacing:-.035em}.hs-project-hero-actions{display:grid}.hs-project-btn{width:100%}.hs-project-section{padding:74px 0}.hs-project-related-heading{align-items:flex-start;flex-direction:column}.hs-project-related-grid,.hs-project-grid{grid-template-columns:1fr}.hs-project-gallery{grid-template-columns:1fr}.hs-project-gallery-item,.hs-project-gallery-item.is-featured{grid-column:auto;grid-row:auto;min-height:280px}.hs-platform-shell{width:min(100% - 20px,var(--hs-max));padding-top:24px}.hs-platform-top{margin-bottom:24px}}

/* Phase 1 — Portfolio archive production polish */
.hs-portfolio-archive{background:
  radial-gradient(circle at 12% -8%,rgba(105,231,255,.12),transparent 34rem),
  radial-gradient(circle at 92% 12%,rgba(125,114,255,.12),transparent 32rem),
  var(--hs-bg)}
.hs-portfolio-archive .hs-platform-shell{width:min(1240px,calc(100% - 40px));padding:34px 0 96px}
.hs-portfolio-archive .hs-platform-top{margin-bottom:clamp(54px,8vw,104px)}
.hs-portfolio-archive .hs-platform-brand,.hs-portfolio-archive .hs-platform-back{transition:color .2s ease,opacity .2s ease}
.hs-portfolio-archive .hs-platform-brand:hover,.hs-portfolio-archive .hs-platform-back:hover{color:var(--hs-accent)}
.hs-portfolio-archive .hs-platform-back{display:inline-flex;align-items:center;gap:9px}
.hs-portfolio-intro{max-width:900px;margin-bottom:clamp(34px,5vw,58px)}
.hs-portfolio-intro .hs-project-title{font-size:clamp(3rem,7vw,6.25rem)}
.hs-portfolio-intro .hs-project-lead{max-width:720px}
.hs-portfolio-archive .hs-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.2vw,28px);align-items:stretch}
.hs-portfolio-archive .hs-project-card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(180deg,rgba(17,26,44,.96),rgba(10,16,29,.98));box-shadow:0 18px 55px rgba(0,0,0,.2);transform:translateZ(0);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.hs-portfolio-archive .hs-project-card:hover{transform:translateY(-7px);border-color:rgba(105,231,255,.48);box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 0 1px rgba(105,231,255,.06)}
.hs-portfolio-archive .hs-project-card:focus-within{outline:2px solid var(--hs-accent);outline-offset:4px}
.hs-portfolio-archive .hs-project-card-media{position:relative;display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#17233b,#0b1220 62%,#11192c);isolation:isolate}
.hs-portfolio-archive .hs-project-card-media:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 55%,rgba(5,9,17,.3));pointer-events:none}
.hs-portfolio-archive .hs-project-card-image{display:block;width:100%;height:100%!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center;transform:scale(1.001);transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.hs-portfolio-archive .hs-project-card:hover .hs-project-card-image{transform:scale(1.045);filter:saturate(1.06) contrast(1.03)}
.hs-portfolio-archive .hs-project-card-placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(105,231,255,.18),transparent 35%),linear-gradient(135deg,#17233b,#0b1220 62%,#151d34)}
.hs-portfolio-archive .hs-project-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
.hs-project-card-kicker{min-height:1.2em;margin:0 0 10px;color:var(--hs-accent);font-size:.72rem;font-weight:800;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;overflow-wrap:anywhere}
.hs-portfolio-archive .hs-project-card-body h2{margin:0 0 12px;font-size:clamp(1.2rem,1.7vw,1.5rem);line-height:1.28;letter-spacing:-.02em}
.hs-portfolio-archive .hs-project-card-body h2 a{color:var(--hs-text);text-decoration:none}
.hs-project-card-excerpt{display:-webkit-box;min-height:5em;margin:0;color:var(--hs-muted);font-size:.96rem;line-height:1.68;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.hs-portfolio-archive .hs-project-card-link{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:21px;color:#eafaff;text-decoration:none;font-size:.88rem;font-weight:800;letter-spacing:.02em}
.hs-portfolio-archive .hs-project-card-link span:last-child{color:var(--hs-accent);font-size:1.15rem;transition:transform .2s ease}
.hs-portfolio-archive .hs-project-card:hover .hs-project-card-link span:last-child{transform:translateX(4px)}
html[dir=rtl] .hs-portfolio-archive .hs-project-card:hover .hs-project-card-link span:last-child{transform:translateX(-4px)}
html[dir=rtl] .hs-portfolio-archive .hs-platform-back span:first-child,html[dir=rtl] .hs-portfolio-archive .hs-project-card-link span:last-child{transform:scaleX(-1)}
.hs-project-pagination{margin-top:54px}
.hs-project-pagination .page-numbers{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:0;padding:0;list-style:none}
.hs-project-pagination a,.hs-project-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 14px;border:1px solid var(--hs-border);border-radius:999px;color:var(--hs-text);text-decoration:none;background:rgba(255,255,255,.04)}
.hs-project-pagination .current,.hs-project-pagination a:hover{border-color:rgba(105,231,255,.55);background:rgba(105,231,255,.12);color:var(--hs-accent)}
@media(max-width:1024px){.hs-portfolio-archive .hs-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-portfolio-archive .hs-platform-shell{width:min(100% - 32px,1240px)}}
@media(max-width:640px){.hs-portfolio-archive .hs-platform-shell{width:min(100% - 24px,1240px);padding:22px 0 68px}.hs-portfolio-archive .hs-platform-top{margin-bottom:46px}.hs-portfolio-archive .hs-platform-brand{font-size:.8rem}.hs-portfolio-archive .hs-platform-back{font-size:.82rem}.hs-portfolio-intro{margin-bottom:30px}.hs-portfolio-intro .hs-project-title{font-size:clamp(2.55rem,14vw,4rem)}.hs-portfolio-intro .hs-project-lead{font-size:.98rem;line-height:1.65}.hs-portfolio-archive .hs-project-grid{grid-template-columns:1fr;gap:18px}.hs-portfolio-archive .hs-project-card{border-radius:20px}.hs-portfolio-archive .hs-project-card-body{padding:21px}.hs-project-card-excerpt{min-height:0}.hs-project-pagination{margin-top:38px}}
@media(prefers-reduced-motion:reduce){.hs-portfolio-archive .hs-project-card,.hs-portfolio-archive .hs-project-card-image,.hs-portfolio-archive .hs-project-card-link span{transition:none!important}.hs-portfolio-archive .hs-project-card:hover{transform:none}.hs-portfolio-archive .hs-project-card:hover .hs-project-card-image{transform:none}}

.hs-skip-link{position:fixed;inset-inline-start:16px;top:12px;z-index:100000;transform:translateY(-160%);padding:11px 16px;border-radius:8px;background:#fff;color:#07101f;font-weight:800;text-decoration:none}.hs-skip-link:focus{transform:translateY(0)}

/* v8.1.1 — Portfolio language and hero spacing correction */
.hs-portfolio-intro .hs-project-title{line-height:.94}
.hs-portfolio-intro .hs-project-lead{margin-top:clamp(32px,3.2vw,44px)}
html[dir=rtl] .hs-portfolio-archive .hs-portfolio-intro,
html[dir=rtl] .hs-portfolio-archive .hs-project-card-body{text-align:right}
html[dir=rtl] .hs-portfolio-archive .hs-project-eyebrow{letter-spacing:0;text-transform:none;font-size:.88rem}
html[dir=rtl] .hs-portfolio-archive .hs-project-title{letter-spacing:0;line-height:1.08}
html[dir=rtl] .hs-portfolio-archive .hs-project-lead{line-height:1.9}
html[dir=rtl] .hs-portfolio-archive .hs-project-card-kicker{letter-spacing:0;text-transform:none}
@media(max-width:640px){.hs-portfolio-intro .hs-project-lead{margin-top:26px}}
