.p-build .pricebar{display:grid;grid-template-columns:repeat(3,1fr);max-width:860px;margin-top:34px;background:var(--dark2);border:1px solid var(--gold-edge-soft);border-radius:9px;overflow:hidden}.p-build .pricebar div{padding:24px 26px;border-right:1px solid var(--line-on-dark)}.p-build .pricebar div:last-child{border-right:0}.p-build .pricebar b{font-size:clamp(1.3rem,2.2vw,1.7rem);white-space:nowrap;font-weight:800;color:var(--gold);display:block;line-height:1;letter-spacing:-.03em}.p-build .pricebar span{font-family:var(--mono);font-size:.6rem;letter-spacing:.11em;text-transform:uppercase;color:var(--on-dark-55);display:block;margin-top:10px}.p-build .weeks{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;border-radius:9px;overflow:hidden}.p-build .wk{padding:24px 24px 28px;background:var(--white);border-right:1px solid var(--line);border-top:3px solid var(--line)}.p-build .wk:last-child{border-right:0}.p-build .wk.live{border-top-color:var(--gold);background:var(--paper-warm)}.p-build .wk .n{font-family:var(--mono);font-size:.6rem;letter-spacing:.13em;text-transform:uppercase;color:var(--quiet);display:block;margin-bottom:11px}.p-build .wk.live .n{color:var(--gold-deep)}.p-build .wk h4{font-size:1rem;margin-bottom:7px;letter-spacing:-.02em}.p-build .wk p{font-size:.85rem;color:var(--body-tx)}.p-build .builds{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:34px}.p-build .bcard{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:24px 26px 26px;display:flex;flex-direction:column}.p-build .bcard h3{margin-bottom:8px}.p-build .bcard p{font-size:.88rem;color:var(--body-tx);flex:1 1}.p-build .bcard .hr{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-family:var(--mono);font-size:.72rem;color:var(--green);display:block}.p-build .bcard.is-link{text-decoration:none;color:inherit;transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.p-build .bcard.is-link:hover{border-color:var(--green);box-shadow:var(--shadow-btn-quiet);transform:translateY(-2px)}.p-build .bcard .cases{margin-top:10px;font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--body-tx);display:block}.p-build .bcard.is-link:hover .cases{color:var(--green)}.p-build .bd-hero{padding-top:clamp(64px,7vw,104px);padding-bottom:clamp(64px,7vw,104px);background-color:var(--dark);background-image:-webkit-image-set(url("/industries/hero-aibuild.webp") type("image/webp"),url("/industries/hero-aibuild.jpg") type("image/jpeg"));background-image:image-set(url("/industries/hero-aibuild.webp") type("image/webp"),url("/industries/hero-aibuild.jpg") type("image/jpeg"));background-size:cover;background-position:100%;background-repeat:no-repeat}.p-build .bd-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--hero-scrim-2) 0,var(--hero-scrim-2) max(620px,38%),var(--hero-scrim-3) max(840px,56%),transparent 70%);pointer-events:none}.p-build .bd-hero>.wrap{position:relative;z-index:1}@media (max-width:1199px){.p-build .bd-hero:before{background:linear-gradient(90deg,var(--dark) 0,var(--dark) max(700px,50%),var(--hero-scrim-3) max(920px,82%),var(--hero-scrim-4) 100%)}}@media (max-width:700px){.p-build .bd-hero{background-image:-webkit-image-set(url("/industries/hero-aibuild-sm.webp") type("image/webp"),url("/industries/hero-aibuild-sm.jpg") type("image/jpeg"));background-image:image-set(url("/industries/hero-aibuild-sm.webp") type("image/webp"),url("/industries/hero-aibuild-sm.jpg") type("image/jpeg"));background-position:bottom;padding-bottom:clamp(150px,40vw,220px)}.p-build .bd-hero:before{background:linear-gradient(180deg,var(--dark) 0,var(--dark) 74%,var(--hero-scrim-3) 92%,var(--hero-scrim-4) 100%)}}.p-build .bd-hero-copy{max-width:700px}.p-build .bd-hero h1 em{font-style:normal;color:var(--mint)}.p-build .bd-hero .lede{max-width:58ch}.p-build .bd-hero .hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.p-build .rangenote{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.p-build .rangenote a{color:var(--green);font-weight:600}.p-build .stack{margin-top:34px}.p-build .srow{display:grid;grid-template-columns:190px 1fr;grid-gap:clamp(16px,3vw,36px);gap:clamp(16px,3vw,36px);padding:20px 0;border-top:1px solid var(--line);align-items:start}.p-build .srow .g{font-family:var(--mono);font-size:.66rem;letter-spacing:.11em;text-transform:uppercase;color:var(--green);padding-top:3px}.p-build .srow .sys{margin-top:0;margin-bottom:8px}.p-build .srow .note{font-size:.87rem;color:var(--body-tx)}@media (max-width:1000px){.p-build .weeks{grid-template-columns:1fr 1fr}.p-build .builds,.p-build .srow{grid-template-columns:1fr}.p-build .srow{gap:10px}.p-build .pricebar{grid-template-columns:1fr}.p-build .pricebar div{border-right:0;border-bottom:1px solid var(--line-on-dark)}}