/* Isolated component: all selectors and custom properties are scoped. */
    .assembly { --assembly-navy: var(--navy, #071e35); --assembly-blue: #89b3d7; font-family: inherit; line-height: normal; height: 300vh; height: 300svh; background: var(--assembly-navy); color: white; position: relative; }
    .assembly__pin { height: 100vh; height: 100svh; position: sticky; top: 0; display: flex; flex-direction: column; justify-content: center; padding: 28px 6%; overflow: hidden; }
    .assembly__heading { text-align: center; margin: 0 0 clamp(20px,4vh,48px); }
    .assembly__eyebrow { display: block; color: #89b3d7; font: 11px/1.5 monospace; letter-spacing: .2em; margin-bottom: 12px; }
    .assembly h2 { font-size: clamp(25px,3.1vw,43px); line-height: 1.2; letter-spacing: -.04em; margin: 0; font-weight: 600; }
    .assembly__layout { width: min(1100px,100%,calc((100svh - 260px) * 1.65 + 200px)); margin: 0 auto; position: relative; padding: 0 100px; }
    .assembly__browser { position: relative; width: 100%; border: 1px solid #89b3d7; border-radius: 9px; background: #fff; color: #102f4c; overflow: hidden; box-shadow: 0 24px 70px #0004; }
    .assembly__chrome { height: 34px; background: #f4f8fb; border-bottom: 1px solid #d5e4ef; display: flex; align-items: center; gap: 5px; padding: 0 14px; }
    .assembly__dot { width: 5px; height: 5px; border-radius: 50%; background: #b6cbdc; }
    .assembly__address { margin: auto; font-size: 9px; letter-spacing: .05em; color: #6b8396; padding-right: 25px; }
    .assembly__live { position: absolute; top: 10px; right: 13px; font-size: 9px; color: #16476d; opacity: 0; display: flex; gap: 5px; align-items: center; }
    .assembly__live::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #315f82; }
    .assembly__canvas { position: relative; padding: 0 5%; aspect-ratio: 1.65; background: #edf4fa; overflow: hidden; }
    .assembly__grid { position: absolute; inset: 0; background-image: linear-gradient(#89b3d728 1px,transparent 1px),linear-gradient(90deg,#89b3d728 1px,transparent 1px); background-size: 23px 23px; pointer-events: none; z-index: 3; }
    .assembly__nav { height: 13%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d5e4ef; }
    .assembly__wordmark { font-weight: 800; letter-spacing: .07em; font-size: clamp(9px,1.15vw,15px); }
    .assembly__links { font-size: clamp(6px,.7vw,9px); color: #526b80; word-spacing: 12px; }
    .assembly__hero { height: 40%; display: grid; grid-template-columns: 1.2fr 1fr; gap: 7%; align-items: center; }
    .assembly__message small { font-size: clamp(6px,.65vw,9px); letter-spacing: .12em; color: #396d96; }
    .assembly__message h3 { font-size: clamp(14px,2.65vw,32px); line-height: 1.12; letter-spacing: -.045em; margin: 7px 0 10px; font-weight: 700; }
    .assembly__cta { display: inline-block; background: #102f4c; color: white; padding: 7px 12px; font-size: clamp(6px,.7vw,9px); }
    .assembly__image { height: 78%; background: #d8e8f4; border: 1px solid #b9d2e6; display: grid; place-content: center; text-align: center; color: #315f82; }
    .assembly__image span { font-size: clamp(16px,3vw,36px); line-height: 1.15; letter-spacing: -.05em; }
    .assembly__image small { font: 7px monospace; letter-spacing: .12em; margin-top: 12px; }
    .assembly__services { height: 24%; display: grid; grid-template-columns: repeat(3,1fr); gap: 3%; align-items: start; padding-top: 2%; }
    .assembly__service { border-top: 1px solid #9fbdd4; padding-top: 10px; }
    .assembly__service small { font: clamp(6px,.7vw,9px) monospace; color: #6b8da8; }
    .assembly__service h4 { font-size: clamp(8px,1.1vw,14px); margin: 5px 0; font-weight: 700; }
    .assembly__service p { font-size: clamp(6px,.75vw,10px); line-height: 1.6; margin: 0; color: #526b80; }
    .assembly__proof { height: 15%; background: #e4eff7; display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 5px; }
    .assembly__proof p { font-size: clamp(8px,1.1vw,14px); margin: 0 0 4px; }
    .assembly__proof small { font-size: clamp(5px,.6vw,8px); color: #526b80; letter-spacing: .05em; }
    .assembly__footer { height: 8%; display: flex; justify-content: space-between; align-items: center; font-size: clamp(5px,.65vw,8px); color: #526b80; }
    .assembly__labels { position: absolute; left: calc(100% - 80px); top: 50%; width: 130px; height: 35px; transform: translateY(-50%); }
    .assembly__label { position: absolute; inset: 0; opacity: 0; color: #c0e2fb; font-size: 18px; white-space: nowrap; }
    .assembly__label::before { content: ''; display: block; width: 22px; height: 1px; background: #89b3d7; margin-bottom: 10px; }
    .assembly__status { display: flex; justify-content: space-between; width: min(900px,100%); margin: 23px auto 0; color: #89b3d7; font: 10px monospace; letter-spacing: .12em; }
    .assembly__track { height: 1px; background: #89b3d730; width: min(900px,100%); margin: 12px auto 0; }
    .assembly__fill { height: 100%; background: #89b3d7; transform: scaleX(0); transform-origin: left; }
    .assembly [data-assembly-part] { opacity: 0; }
    @media (max-width: 700px) {
      .demo-intro { padding: 26px 6%; flex-direction: column; align-items: start; gap: 10px; }
      .assembly { height: 200vh; height: 200svh; }
      .assembly__pin { padding: 24px 5%; }
      .assembly__layout { padding: 0; width: min(100%,calc((100svh - 280px) * 1.12)); }
      .assembly__heading { margin-bottom: 35px; }
      .assembly__labels { position: relative; left: auto; top: auto; transform: none; margin: 25px auto 0; width: 100%; height: 30px; text-align: center; }
      .assembly__label::before { display: none; }
      .assembly__canvas { aspect-ratio: 1.12; }
      .assembly__message h3 { font-size: clamp(16px,4.9vw,29px); }
      .assembly__service h4 { font-size: clamp(9px,2.6vw,14px); }
      .assembly__service p { font-size: clamp(7px,2vw,11px); }
      .assembly__proof p { font-size: 10px; }
      .assembly__image span { font-size: 24px; }
      .assembly__status { margin-top: 0; font-size: 9px; }
    }
    @media (max-height: 620px) and (min-width: 701px) {
      .assembly__layout { max-width: 800px; }
      .assembly__heading { margin-bottom: 15px; }
      .assembly h2 { font-size: 25px; }
      .assembly__status { margin-top: 12px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .assembly { height: auto; }
      .assembly__pin { position: relative; height: auto; min-height: 90svh; padding-top: 60px; padding-bottom: 60px; }
      .assembly [data-assembly-part],.assembly__live { opacity: 1; transform: none; }
      .assembly__canvas { background: white; }
      .assembly__grid,.assembly__labels,.assembly__status,.assembly__track { display: none; }
    }
