/* x=mas2 styles v4 (cache-busted) */
:root{
  --bg: #0b0f14;
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.74);
  --accent: #12a7ff;
  --border: rgba(255,255,255,0.14);
  --cardA: rgba(16, 22, 34, 0.72);
  --cardB: rgba(22, 30, 44, 0.82);
  --cardC: rgba(18, 24, 34, 0.82);
  --radius: 18px;
  --shadow: 0 18px 55px rgba(0,0,0,0.45);
}
*{ box-sizing: border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x:hidden;
}
.bg{
  position: fixed; inset:0; z-index:-2;
  background:
    linear-gradient(180deg, #08101a 0%, #05080d 58%, #030509 100%);
  opacity: 1;
}

.bg-overlay{
  position: fixed; inset:0; z-index:-1;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px),
    radial-gradient(900px 600px at 18% 8%, rgba(18,167,255,0.10), transparent 64%),
    linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.48));
  background-size:
    96px 96px,
    96px 96px,
    auto,
    auto;
}
.shell{
  min-height: 100%;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 28px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}
.main{ display:grid; grid-template-columns: 266px 1fr; gap:16px; align-items:start; }
.card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(16, 22, 34, 0.82);
  backdrop-filter: none;
}
.topbar{
  height: 92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0 18px;
  background: var(--cardC);
}
.topbar-right{ display:flex; justify-content:flex-end; width:100%; }


/* Subtle rotating highlight (Azure / Intune / Windows) */
.topbar-left{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 0;
}

.rotator{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  text-decoration:none;
  color: var(--text);
  max-width: 760px;
  min-width: 420px;
  transition: background 140ms ease, transform 140ms ease, border-color 140ms ease, opacity 140ms ease;
}

.rotator:hover{
  background: rgba(255,255,255,0.06);
  border-color: rgba(18,167,255,0.22);
  transform: translateY(-1px);
}

.rotator-icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(18,167,255,0.10);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
  overflow:hidden;
}

.rotator-text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}

.rotator-title{
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rotator-sub{
  font-size: 12.5px;
  color: rgba(255,255,255,0.68);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rotator-chip{
  margin-left:auto;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
  color: rgba(255,255,255,0.78);
  flex: 0 0 auto;
}

.rotator.is-fading{
  opacity: 0.35;
  transform: translateY(0px);
}

.rotator::after{
  content: "›";
  font-size: 18px;
  line-height: 1;
  opacity: 0.55;
  margin-left: 10px;
  transform: translateY(-1px);
}

.rotator::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: var(--rotatorMark);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 120px auto;
  opacity: 0.18;
  pointer-events: none;
}

.rotator{
  position: relative;
  overflow: hidden;
}

@media (max-width: 980px){
  .rotator{ max-width: 100%; min-width: 0; }
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:38px; padding:0 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  text-decoration:none;
  font-weight:800;
  font-size: 14px;
  transition: transform 120ms ease, background 120ms ease;
}
.btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,0.10);}
.btn.primary{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(18,167,255,0.96), rgba(18,167,255,0.72));
  color: #061018;
  border-color: rgba(18,167,255,0.55);
  box-shadow: 0 12px 30px rgba(18,167,255,0.18);
}
.btn.primary::after{
  content:"";
  position:absolute;
  inset:-65% -45%;
  background: linear-gradient(
    115deg,
    transparent 34%,
    rgba(255,255,255,0.20) 47%,
    rgba(255,255,255,0.46) 50%,
    rgba(255,255,255,0.18) 53%,
    transparent 66%
  );
  transform: translateX(-72%) rotate(0.001deg);
  animation: buttonSweep 6.5s ease-in-out infinite;
  pointer-events:none;
}
.btn.primary:hover::after{
  animation-duration: 3.8s;
}
.nav{ background: var(--cardB); padding: 16px; }

/* =========================
   NAV LOGO (FIXED)
   Goal: show the full logo (no cropping), neatly contained in the square.
   ========================= */
.nav-logo-wrap{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,0.50);
  border: 1px solid rgba(255,255,255,0.12);
  margin: 0 0 12px 0;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* IMPORTANT:
   - contain = never crops (fixes the chopped “X=” you were seeing)
   - no transform scaling (that was forcing crop/zoom)
*/
.nav-logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  display:block;
  filter: drop-shadow(0 12px 25px rgba(0,0,0,0.45));
}

.nav-links{ display:flex; flex-direction:column; gap:6px; }
.nav-link{
  display:block;
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration:none;
  color: var(--text);
  font-weight: 800;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.00);
}
.nav-link:hover{ background: rgba(255,255,255,0.06); }
.nav-link.active{ background: rgba(18,167,255,0.14); border-color: rgba(18,167,255,0.25); }

.content{ padding: 22px 22px 18px; min-height: 640px; }
h1{ margin:0 0 8px; font-size:40px; line-height:1.05; letter-spacing:-0.02em; }
h2{ margin:26px 0 10px; font-size:20px; letter-spacing:-0.01em; }
p{ margin:0 0 12px; color: var(--muted); line-height:1.65; font-size:15px; }
.actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
.hero-row{ display:grid; grid-template-columns: 1.15fr 0.85fr; gap:18px; align-items:start; }
.hero-art{
  border:1px solid rgba(255,255,255,0.14);
  border-radius:18px;
  background: rgba(255,255,255,0.04);
  padding:14px;
  min-height:220px;
}
.hero-art-title{
  font-size: 12.5px; color: rgba(255,255,255,0.70);
  letter-spacing:0.06em; text-transform:uppercase;
  margin-bottom:10px;
}
.art{
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.12);
  height:170px;
  background-image:
    linear-gradient(rgba(10,16,26,0.14), rgba(10,16,26,0.34)),
    url("assets/xmasBGv4.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  opacity:0.96;
  position: relative;
  overflow: hidden;
}
.grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; margin-top:14px; }
.pcard{
  border:1px solid rgba(255,255,255,0.14);
  border-radius:16px;
  background: rgba(42, 52, 70, 0.52);
  padding:14px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pcard:hover{
  transform: translateY(-3px);
  border-color: rgba(18,167,255,0.35);
  box-shadow:
    0 16px 38px rgba(0,0,0,0.35),
    0 0 26px rgba(18,167,255,0.10);
}
.pimg{
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  height:90px;
  margin-bottom:12px;
  background-position:center;
  background-size:cover;
  opacity:0.96;
}
.pimg.hashpilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.25), rgba(10,16,26,0.45)),
    url("assets/app-art/hashpilot-hero.jpg");
}
.pimg.graphpilot,
.pimg.mergepilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.25), rgba(10,16,26,0.45)),
    url("assets/xmas2photoart/Nd4Q9HCJa-tRK2qRkjoZTLQ5Ns9b65Rm91LwFhf4iu5aTOWGT3huG9EXialtpOXqJs5Tj2OCuca5XMZ4sje-3f-y3xJ4Qyw0seeJAigkLQSXtMGXPHUPNmAcCdOEON-Or99T6QTkdSxfohRI9KsDLUA9CAHePp4quQLvIZZfAbkWC-Ue6jjL5O10FYDcTtEF.jpg");
}
.pimg.enterprisepilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.25), rgba(10,16,26,0.45)),
    url("assets/app-art/enterprise-dark.jpg");
}


/* Platform Intelligence tile art */
.intel-img{
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  height:70px;
  margin-bottom:12px;
  background-position:center;
  background-size:cover;
  opacity:0.96;
}

.intel-img.intune{
  background-image:
    linear-gradient(rgba(10,16,26,0.18), rgba(10,16,26,0.35)),
    url("assets/xmas2photoart/0JxV6BOqbtG3LW7pkwhsGcmHNrg9GYH4dEMnMd1vd77sS3ZWd-w3de_QnCaE4d99wMSv7DF52KGAP-_Dwrd942vbc3RlUD5VG4JWkVx054bJq6chNpJ0rekPXSiUdBASmMrNXs9FVpgrM20stOylEgSYSO0zcLtdxTFLsWjxJ1NoQ4ZbPru9VMoR7Pret7uV.jpg");
}

.intel-img.entra{
  background-image:
    linear-gradient(rgba(10,16,26,0.18), rgba(10,16,26,0.35)),
    url("assets/xmas2photoart/c5OB2A63FpAnnPlXO3yuPsCIKCCVqG9xxQxnxUJygaQce-sXcE2V6GPavuw-AkoJmFWzwHNgCAXEcTj9wALnyz00v_WLJlZGUpYFopPr9BPVsOr__34EfAeblJ5j0uvwFQKojWnHRkcauDLFYv9Y_cn4zdbWdVuJhP4E5tLt1Y9Xec-IXl3pqbdEHKJP3GJb.jpg");
}

.intel-img.security{
  background-image:
    linear-gradient(rgba(10,16,26,0.18), rgba(10,16,26,0.35)),
    url("assets/xmas2photoart/r_IivDl-KF3gD9pefii92mTEmWv2zvNBm7JaaXhnIya8gWUthmndMJoNeiiFG8r0M_-pkIDjsvoPgKCtJJI4rQ4hvS7xM1EfeG4uEwZwV2iTgyuLryheL6S81VnGz6KRP3HTJsmtXZHP3MWCtz9YumKEZ9Y2QGu89VtlKPNGP2alCkLCwbVIUc8VmfiSOWjv.jpg");
}

.intel-link{
  display:inline-flex;
  margin-top:6px;
  color: var(--accent);
  font-weight:800;
  font-size:13px;
  text-decoration:none;
}

.intel-link:hover{
  text-decoration:underline;
}

.pname{ font-weight: 900; margin-bottom: 6px; }
.tag{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 4px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.70);
  font-size: 12.5px;
  margin-top: 10px;
}
/* Make product cards clickable without ugly blue links */
.pcard-link{
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pcard-link:hover{
  transform: translateY(-3px);
}

.pcard-link .pname{
  color: #dce7f5;
}

.pcard-link:hover .pname{
  color: #12a7ff;
}
.footer{
  margin-top: 22px;
  color: rgba(255,255,255,0.55);
  font-size: 12.5px;
  display:flex; justify-content: space-between;
  gap:10px; flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.footer-links a{
  color:inherit;
  text-decoration:none;
  font-weight:800;
}

.footer-links a:hover{
  color:var(--accent);
}
@media (max-width: 980px){
  .main{ grid-template-columns: 1fr; }
  .hero-row{ grid-template-columns: 1fr; }
  .grid{ grid-template-columns: 1fr; }
}
/* Rotator animation polish */
.rotator{
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.rotator:hover{
  transform: translateY(-1px);
  border-color: rgba(18,167,255,0.30);
  box-shadow: 0 0 24px rgba(18,167,255,0.10);
}

.rotator-icon{
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.rotator:hover .rotator-icon{
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(18,167,255,0.22);
}

.rotator-title,
.rotator-sub,
.rotator-chip{
  transition: opacity 180ms ease, transform 180ms ease;
}

.rotator.is-fading .rotator-title,
.rotator.is-fading .rotator-sub,
.rotator.is-fading .rotator-chip,
.rotator.is-fading .rotator-icon{
  opacity: 0;
  transform: translateY(4px);
}

/* Launch Preview light sweep */
.art::after{
  content:"";
  position:absolute;
  inset:-40%;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255,255,255,0.10) 48%,
    rgba(18,167,255,0.16) 50%,
    transparent 62%
  );
  transform: translateX(-55%);
  animation: launchSweep 7s ease-in-out infinite;
  pointer-events:none;
}

@keyframes launchSweep{
  0%, 35%{
    transform: translateX(-60%);
    opacity:0;
  }
  50%{
    opacity:1;
  }
  75%, 100%{
    transform: translateX(60%);
    opacity:0;
  }
}

@keyframes buttonSweep{
  0%, 38%{
    transform: translateX(-72%) rotate(0.001deg);
    opacity:0;
  }
  52%{
    opacity:0.78;
  }
  72%, 100%{
    transform: translateX(72%) rotate(0.001deg);
    opacity:0;
  }
}

@media (prefers-reduced-motion: reduce){
  .art::after,
  .btn.primary::after{
    animation: none;
    opacity: 0;
  }
}

/* =========================
   PUBLIC PRODUCT DETAIL PAGES
   Small additive layer for GraphPilot / EnterprisePilot / workflow routes.
   ========================= */
.product-detail{
  width: 100%;
}

.product-hero{
  display:grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 22px;
}

.product-copy{
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  background:
    radial-gradient(700px 260px at 10% 0%, rgba(18,167,255,0.13), transparent 58%),
    rgba(42, 52, 70, 0.34);
  padding: 24px;
  min-height: 330px;
}

.route-page p,
.route-page li{
  color:#526173;
}

.route-page .product-lede{
  color:#344154;
}

.route-page .status-pill{
  color:#005c99;
  border-color:#8fd6ff;
  background:#eaf7ff;
}

.route-page .product-eyebrow{
  color:#6d7787;
}

.route-page .btn:not(.primary){
  color:#253247;
  border-color:#cfd7e3;
  background:#fff;
}

.route-page .btn:not(.primary):hover{
  background:#f3f7fb;
}

.route-page .footer{
  color:#617083;
  border-top-color:#d8dee8;
}

.route-page .pname{
  color:#172233;
}

.route-page .preview-panel{
  border-color:#cfd7e3;
  background:#fff;
  box-shadow:0 16px 38px rgba(17,28,43,.08);
}

.route-page .preview-panel ul{
  color:#526173;
}

.route-page .preview-panel li{
  color:#526173;
}

.product-eyebrow{
  color: rgba(255,255,255,0.66);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 14px 0 10px;
}

.product-lede{
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.68;
  max-width: 720px;
}

.status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius:999px;
  border:1px solid rgba(18,167,255,0.34);
  background: rgba(18,167,255,0.11);
  color: rgba(224,244,255,0.94);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-actions{
  margin-top: 20px;
}

.btn.quiet{
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.76);
}

.product-visual{
  min-height: 330px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

.product-art{
  height: 240px;
  background-size: cover;
  background-position: center;
}

.preview-note{
  margin-top: 12px;
  color: rgba(255,255,255,0.62);
  font-size: 12.5px;
  line-height: 1.5;
}

.section-rule{
  height:1px;
  background: rgba(255,255,255,0.12);
  margin: 4px 0 24px;
}

.feature-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.feature-tile{
  border:1px solid rgba(255,255,255,0.12);
  border-radius:16px;
  background: rgba(42, 52, 70, 0.42);
  padding:16px;
  min-height: 148px;
}

.feature-kicker{
  color: rgba(18,167,255,0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.preview-panel{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  margin-top: 22px;
  border:1px solid rgba(18,167,255,0.20);
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(18,167,255,0.10), rgba(255,255,255,0.035)),
    rgba(16, 22, 34, 0.58);
  padding: 18px;
}

.preview-panel ul{
  margin: 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
  font-size: 14px;
}

.preview-panel li + li{
  margin-top: 6px;
}

@media (max-width: 980px){
  .product-hero,
  .preview-panel{
    grid-template-columns: 1fr;
  }

  .feature-grid{
    grid-template-columns: 1fr;
  }
}

/* =========================
   ENTERPRISE HOMEPAGE DIRECTION
   x=mas2 company + PilotSuite product family.
   ========================= */
.shell{
  width: min(1480px, calc(100% - 32px));
  padding: 16px 0 28px;
}

.topbar{
  height: 78px;
  padding: 0 20px;
  gap: 22px;
  border-radius: 10px;
  background: rgba(8, 14, 22, 0.90);
}

.site-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color: var(--text);
  text-decoration:none;
  font-weight: 900;
  letter-spacing: -0.01em;
  flex: 0 0 auto;
}

.site-brand img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:7px;
}

.site-brand sup{
  color: var(--accent);
  font-size: .62em;
}

.topbar .nav-links{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:0;
  flex: 1 1 auto;
}

.topbar .nav-link{
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 13px;
  color: rgba(255,255,255,0.76);
}

.topbar .nav-link.active{
  background: rgba(18,167,255,0.12);
}

.topbar-right{
  width:auto;
  gap:10px;
  flex: 0 0 auto;
}

.btn{
  border-radius: 7px;
}

.main{
  display:block;
}

.content{
  padding:0;
  min-height:640px;
  border:0;
  background:transparent;
}

.content:not(:has(.home-hero)){
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.home-hero{
  position:relative;
  min-height:650px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);
  border-radius: 10px 10px 0 0;
  background:#07111f;
}

.home-hero video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.18) contrast(1.06) brightness(1.12);
  transform:scale(1.035);
}

.home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(6,10,17,.68) 0%, rgba(6,10,17,.48) 36%, rgba(6,10,17,.16) 66%, rgba(6,10,17,.46) 100%),
    linear-gradient(180deg, rgba(6,10,17,.02), rgba(6,10,17,.38));
}

.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background-image:
    linear-gradient(rgba(255,255,255,.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.042) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.22;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.70), transparent 72%);
  pointer-events:none;
}

.home-hero-inner{
  position:relative;
  z-index:3;
  min-height:650px;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(380px, .92fr);
  gap:34px;
  align-items:center;
  padding:54px;
}

.home-hero-copy{
  max-width:790px;
}

.hero-logo{
  width:168px;
  height:168px;
  object-fit:contain;
  display:block;
  margin:0 0 30px;
  filter:drop-shadow(0 28px 55px rgba(0,0,0,.58));
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#b8e8ff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.eyebrow::before{
  content:"";
  width:30px;
  height:2px;
  background:var(--accent);
  box-shadow:0 0 18px rgba(18,167,255,.5);
}

.eyebrow sup{
  color: var(--accent);
  font-size:.7em;
}

.home-hero h1{
  margin:0;
  max-width:790px;
  font-size:68px;
  line-height:.98;
  letter-spacing:-0.035em;
}

.hero-lede{
  margin:24px 0 0;
  max-width:760px;
  color:rgba(255,255,255,.80);
  font-size:21px;
  line-height:1.55;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.proof-row{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  margin-top:42px;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
  background:rgba(7,13,22,.42);
}

.proof{
  padding:18px 18px;
  border-right:1px solid rgba(255,255,255,.12);
}

.proof:last-child{
  border-right:0;
}

.proof strong{
  display:block;
  margin-bottom:5px;
  font-size:14px;
}

.proof span{
  display:block;
  color:rgba(255,255,255,.64);
  font-size:13px;
  line-height:1.45;
}

.approach-panel{
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(17,28,43,.84), rgba(12,20,32,.76));
  box-shadow:0 24px 70px rgba(0,0,0,.42);
  border-radius:10px;
  padding:28px;
}

.approach-panel h2{
  margin:0 0 10px;
  font-size:22px;
  letter-spacing:-0.02em;
}

.approach-panel p{
  margin:0 0 20px;
  color:rgba(255,255,255,.68);
  line-height:1.55;
  font-size:15px;
}

.approach-step{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  align-items:center;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.12);
}

.step-icon{
  width:58px;
  height:58px;
  border-radius:8px;
  border:1px solid rgba(18,167,255,.42);
  background:rgba(18,167,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8bddff;
  font-size:20px;
  font-weight:900;
}

.approach-step strong{
  display:block;
  margin-bottom:5px;
}

.approach-step span{
  display:block;
  color:rgba(255,255,255,.65);
  font-size:14px;
  line-height:1.45;
}

.suite-family{
  background:#f6f8fb;
  color:#111a27;
  padding:42px 54px 50px;
  border:1px solid rgba(255,255,255,0.12);
  border-top:0;
  border-radius:0 0 10px 10px;
}

.section-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:24px;
}

.section-heading h2{
  margin:0;
  color:#111a27;
  font-size:38px;
  letter-spacing:-0.03em;
}

.suite-title{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.suite-title img{
  width:34px;
  height:34px;
  object-fit:contain;
  flex:0 0 auto;
}

.section-heading p{
  margin:8px 0 0;
  color:#5c6878;
  font-size:16px;
}

.product-family-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
}

.family-card{
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid #d6dde8;
  border-top:4px solid var(--accent);
  border-radius:8px;
  background:#fff;
  padding:22px;
  color:#111a27;
  text-decoration:none;
  box-shadow:0 16px 38px rgba(17,28,43,.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.family-card-art{
  min-height:118px;
  margin-bottom:20px;
  border:1px solid #d2dce8;
  border-radius:7px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
}

.family-card:hover{
  transform:translateY(-3px);
  border-color:#9fcfec;
  box-shadow:0 20px 42px rgba(17,28,43,.13);
}

.family-card h3{
  margin:0 0 10px;
  color:#111a27;
  font-size:25px;
  letter-spacing:-0.025em;
}

.family-card p{
  margin:0;
  color:#4c5969;
  line-height:1.55;
  font-size:14px;
}

.family-status{
  display:inline-flex;
  margin-bottom:12px;
  color:#0078d4;
  text-transform:uppercase;
  font-weight:900;
  font-size:12px;
  letter-spacing:.05em;
}

.family-meta{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px;
}

.family-meta span,
.ecosystem-chips span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px;
  border:1px solid #cfd7e3;
  border-radius:999px;
  color:#253247;
  background:#fafcff;
  font-size:12px;
  font-weight:800;
}

.ecosystem-strip{
  margin-top:22px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:24px;
  align-items:center;
  border:1px solid #d8dee8;
  border-radius:8px;
  background:#fff;
  padding:20px 24px;
}

.ecosystem-strip strong{
  color:#172233;
}

.ecosystem-strip p{
  margin:6px 0 0;
  color:#617083;
  font-size:13px;
  line-height:1.45;
}

.ecosystem-chips{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

.preview-access{
  padding-left:24px;
  border-left:1px solid #d8dee8;
}

.platform-section{
  padding:34px 54px 0;
}

.route-page{
  padding: 34px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:10px;
  background:#f6f8fb;
  color:#111a27;
}

.route-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(340px, .95fr);
  gap:24px;
  align-items:stretch;
  margin-bottom:24px;
}

.route-copy,
.route-panel,
.product-brief-card,
.contact-panel{
  border:1px solid #d6dde8;
  border-radius:10px;
  background:#fff;
  padding:28px;
  box-shadow:0 16px 38px rgba(17,28,43,.08);
}

.route-kicker{
  color:#0078d4;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.route-copy h1{
  max-width:850px;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-.035em;
  color:#111a27;
}

.route-copy h1 sup{
  color:var(--accent);
  font-size:.52em;
}

.route-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.route-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.route-panel h2,
.contact-panel h2{
  margin-top:0;
}

.mini-flow{
  display:grid;
  gap:12px;
}

.mini-flow div,
.contact-list div,
.mission-list div{
  border:1px solid #dbe2ec;
  border-radius:8px;
  background:#f9fbfe;
  padding:14px;
}

.mini-flow strong,
.contact-list strong,
.mission-list strong{
  display:block;
  margin-bottom:5px;
}

.mini-flow span,
.contact-list span,
.mission-list span{
  display:block;
  color:#5c6878;
  font-size:13px;
  line-height:1.45;
}

.product-showcase,
.principles-grid,
.intel-grid,
.brief-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:20px;
}

.info-grid{
  margin-top:20px;
}

.info-page .principle-card{
  min-height:190px;
}

.info-page .principle-card p{
  color:#526173;
}

.showcase-card,
.principle-card,
.intel-card,
.brief-tile{
  border:1px solid #d6dde8;
  border-radius:10px;
  background:#fff;
  padding:18px;
  color:#111a27;
  text-decoration:none;
  box-shadow:0 16px 38px rgba(17,28,43,.08);
}

.showcase-card{
  transition:transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.showcase-card:hover{
  transform:translateY(-3px);
  border-color:#9fcfec;
  box-shadow:0 20px 42px rgba(17,28,43,.13);
}

.showcase-image,
.route-image{
  min-height:150px;
  border:1px solid #d6dde8;
  border-radius:8px;
  background-position:center;
  background-size:cover;
  margin-bottom:16px;
}

.showcase-image.hashpilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.12), rgba(10,16,26,0.30)),
    url("assets/app-art/hashpilot-hero.jpg");
}

.showcase-image.graphpilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.12), rgba(10,16,26,0.30)),
    url("assets/app-art/graph-square-dark.jpg");
}

.showcase-image.mergepilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.12), rgba(10,16,26,0.30)),
    url("assets/app-art/graph-square-dark.jpg");
}

.showcase-image.workflow{
  background-image:
    linear-gradient(rgba(10,16,26,0.12), rgba(10,16,26,0.30)),
    url("assets/app-art/hashpilot-hero.jpg");
}

.showcase-image.enterprisepilot{
  background-image:
    linear-gradient(rgba(10,16,26,0.12), rgba(10,16,26,0.30)),
    url("assets/app-art/enterprise-dark.jpg");
}

.showcase-card h2,
.principle-card h2,
.brief-tile h3{
  margin:0 0 8px;
}

.learn-more{
  display:inline-flex;
  margin-top:10px;
  color:var(--accent);
  font-weight:900;
  font-size:13px;
}

.dark-strip{
  background:#fff;
  border-color:#d8dee8;
}

.dark-strip strong{
  color:#172233;
}

.dark-strip p{
  color:#617083;
}

.dark-strip .preview-access{
  border-left-color:#d8dee8;
}

.dark-strip .ecosystem-chips span{
  border-color:#cfd7e3;
  background:#fafcff;
  color:#253247;
}

.company-visual{
  min-height:360px;
  border:1px solid #d6dde8;
  border-radius:10px;
  background-image:
    linear-gradient(90deg, rgba(8,13,22,.12), rgba(8,13,22,.62)),
    url("assets/xmas2photoart/about-xmas2.png");
  background-position:center;
  background-size:cover;
}

.principle-icon{
  width:54px;
  height:54px;
  margin-bottom:16px;
}

.principle-icon svg{
  width:100%;
  height:100%;
}

.mission-panel{
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(340px, 1.08fr);
  gap:22px;
  margin-top:22px;
  border:1px solid #d6dde8;
  border-radius:10px;
  background:#fff;
  padding:24px;
  box-shadow:0 16px 38px rgba(17,28,43,.08);
}

.mission-panel h2{
  margin-top:0;
  font-size:30px;
  letter-spacing:-.02em;
}

.mission-list,
.contact-list{
  display:grid;
  gap:12px;
}

.product-brief-hero{
  grid-template-columns:minmax(0, 1.05fr) minmax(360px, .82fr);
}

.product-brief-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.route-image{
  min-height:250px;
}

.brief-meta{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}

.brief-meta div{
  border:1px solid #dbe2ec;
  border-radius:8px;
  padding:12px;
  background:#f9fbfe;
}

.brief-meta span{
  display:block;
  color:#637083;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:5px;
}

.brief-meta strong{
  display:block;
  font-size:13px;
  color:#172233;
}

.brief-section{
  margin-top:24px;
}

.section-heading.dark h2{
  color:#111a27;
}

.section-heading.dark p{
  color:#5c6878;
}

.brief-tile{
  min-height:160px;
}

.brief-kicker{
  color:rgba(18,167,255,.86);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.enterprise-preview{
  margin-top:22px;
}

.contact-hero{
  grid-template-columns:minmax(0, 1.08fr) minmax(330px, .92fr);
}

.product-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}

.product-subnav a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid #cfd7e3;
  border-radius:999px;
  color:#253247;
  background:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.product-subnav a.active,
.product-subnav a:hover{
  color:#061018;
  background:linear-gradient(180deg, rgba(18,167,255,0.96), rgba(18,167,255,0.72));
  border-color:rgba(18,167,255,.55);
}

.brief-snapshot{
  display:grid;
  grid-template-columns:.9fr 1.1fr 1fr;
  gap:16px;
  margin-top:22px;
}

.brief-snapshot div{
  border:1px solid #d6dde8;
  border-radius:10px;
  background:#fff;
  padding:18px;
  box-shadow:0 16px 38px rgba(17,28,43,.08);
}

.brief-snapshot span{
  display:block;
  color:rgba(18,167,255,.86);
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.brief-snapshot strong{
  display:block;
  color:#253247;
  font-size:14px;
  line-height:1.55;
}

.graph-proof{
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(420px, 1.08fr);
  gap:24px;
  align-items:start;
  margin-top:24px;
  border:1px solid #d6dde8;
  border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,249,253,.98)),
    radial-gradient(circle at 12% 16%, rgba(18,167,255,.08), transparent 34%);
  padding:28px;
  box-shadow:0 18px 42px rgba(17,28,43,.09);
}

.graph-proof-copy h2{
  margin:0 0 14px;
  max-width:680px;
  color:#111a27;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.025em;
}

.graph-proof-copy > p{
  max-width:680px;
  color:#5c6878;
  font-size:16px;
  line-height:1.65;
}

.workflow-steps{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.workflow-steps div{
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  column-gap:14px;
  row-gap:2px;
  align-items:start;
  border:1px solid #dbe2ec;
  border-radius:10px;
  background:#fff;
  padding:14px;
}

.workflow-steps span{
  grid-row:1 / span 2;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(18,167,255,.38);
  border-radius:8px;
  color:#0078d4;
  background:linear-gradient(180deg, rgba(18,167,255,.12), rgba(18,167,255,.04));
  font-size:15px;
  font-weight:950;
}

.workflow-steps strong{
  display:block;
  color:#172233;
  font-size:15px;
}

.workflow-steps p{
  margin:0;
  color:#5f6d7f;
  font-size:13px;
  line-height:1.45;
}

.graph-proof-visuals{
  display:grid;
  gap:14px;
}

.proof-shot{
  position:relative;
  display:grid;
  gap:0;
  overflow:hidden;
  margin:0;
  border:1px solid #d6dde8;
  border-radius:10px;
  background:#fff;
  padding:10px;
  color:inherit;
  font:inherit;
  text-align:left;
  cursor:zoom-in;
  box-shadow:0 16px 34px rgba(17,28,43,.10);
  transition:transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.proof-shot:hover,
.proof-shot:focus-visible{
  transform:translateY(-2px);
  border-color:#9fcfec;
  box-shadow:0 20px 42px rgba(17,28,43,.14);
  outline:0;
}

.proof-shot::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:8px;
  pointer-events:none;
  background:linear-gradient(112deg, transparent 6%, rgba(255,255,255,.16) 42%, transparent 58%);
  opacity:.35;
  mix-blend-mode:screen;
}

.proof-shot-frame{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:8px;
}

.proof-shot img{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:top center;
  border:1px solid #d9e0ea;
  border-radius:8px;
  background:#0b1624;
  transition:transform 180ms ease;
}

.proof-shot:hover img,
.proof-shot:focus-visible img{
  transform:scale(1.025);
}

.proof-shot-wide img{
  aspect-ratio:16 / 8.2;
}

.zoom-label{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:1;
  padding:6px 8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(4,8,13,.78);
  color:#f8fafc;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.proof-caption{
  display:block;
  margin:10px 2px 0;
  color:#5c6878;
  font-size:13px;
  line-height:1.45;
}

.proof-shot-pair{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.enterprise-proof-pair{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.has-lightbox{
  overflow:hidden;
}

.proof-lightbox[hidden]{
  display:none;
}

.proof-lightbox{
  position:fixed;
  z-index:80;
  inset:0;
  display:grid;
  place-items:center;
  padding:clamp(18px, 3vw, 34px);
  background:rgba(2,6,12,.92);
}

.proof-lightbox figure{
  display:grid;
  gap:12px;
  width:min(1500px, 96vw);
  max-height:94vh;
  margin:0;
}

.proof-lightbox img{
  display:block;
  width:100%;
  max-height:calc(94vh - 100px);
  object-fit:contain;
  border:1px solid rgba(148,163,184,.34);
  border-radius:10px;
  background:#06101a;
  box-shadow:0 24px 80px rgba(0,0,0,.42);
}

.proof-lightbox figcaption{
  display:grid;
  gap:4px;
  color:#e2e8f0;
}

.proof-lightbox figcaption strong{
  font-size:15px;
}

.proof-lightbox figcaption span{
  color:#b8c3d1;
  font-size:14px;
}

.proof-lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  min-height:42px;
  padding:0 14px;
  border:1px solid rgba(148,163,184,.34);
  border-radius:8px;
  background:rgba(15,23,42,.9);
  color:#f8fafc;
  font-weight:900;
  cursor:pointer;
}

.proof-lightbox-close:hover,
.proof-lightbox-close:focus-visible{
  border-color:#9fcfec;
  outline:0;
}

@media (max-width: 1120px){
  .topbar{
    align-items:flex-start;
    height:auto;
    padding:16px;
    flex-wrap:wrap;
  }

  .topbar .nav-links{
    order:3;
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
  }

  .home-hero-inner,
  .suite-family,
  .platform-section{
    padding-left:28px;
    padding-right:28px;
  }

  .home-hero-inner,
  .ecosystem-strip,
  .route-hero,
  .mission-panel,
  .product-brief-hero,
  .contact-hero,
  .graph-proof,
  .brief-snapshot{
    grid-template-columns:1fr;
  }

  .preview-access{
    padding-left:0;
    border-left:0;
    border-top:1px solid #d8dee8;
    padding-top:18px;
  }
}

@media (max-width: 820px){
  .shell{
    width: min(100% - 18px, 1480px);
    padding-top:9px;
  }

  .topbar-right{
    width:100%;
    justify-content:flex-start;
  }

  .home-hero{
    min-height:auto;
  }

  .home-hero-inner{
    min-height:auto;
    padding-top:34px;
    padding-bottom:34px;
  }

  .hero-logo{
    width:128px;
    height:128px;
  }

  .home-hero h1{
    font-size:42px;
  }

  .hero-lede{
    font-size:17px;
  }

  .proof-row,
  .product-family-grid,
  .product-showcase,
  .principles-grid,
  .intel-grid,
  .brief-grid,
  .proof-shot-pair,
  .brief-meta{
    grid-template-columns:1fr;
  }

  .proof{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .proof:last-child{
    border-bottom:0;
  }

  .section-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .section-heading h2{
    font-size:30px;
  }

  .route-copy h1{
    font-size:38px;
  }
}
