.home-v2 { background: #f3f1eb; }
.home-v2 .site-header { background: rgba(9, 11, 18, .72); }
.build-hero { position: relative; min-height: 880px; padding-top: 106px; overflow: hidden; background: #090b12; color: #fff; }
.build-hero-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 20%, transparent 92%); }
.build-hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.build-hero-glow.glow-a { width: 620px; height: 620px; top: -290px; right: 2%; background: radial-gradient(circle, rgba(167,46,231,.3), transparent 67%); }
.build-hero-glow.glow-b { width: 520px; height: 520px; left: -250px; bottom: -260px; background: radial-gradient(circle, rgba(89,220,228,.16), transparent 68%); }
.build-hero-layout { position: relative; z-index: 1; min-height: 740px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 34px; }
.build-hero-copy { padding: 56px 0 70px; }
.build-kicker { display: flex; align-items: center; gap: 10px; color: #aeb2be; font: 700 10px/1.2 var(--font-display); letter-spacing: .16em; text-transform: uppercase; }
.build-kicker span { color: var(--cyan); text-shadow: 0 0 16px var(--cyan); }
.build-hero h1 { max-width: 720px; margin-top: 28px; font-size: clamp(58px, 6vw, 88px); line-height: .98; letter-spacing: -.065em; }
.build-hero h1 em { color: transparent; background: linear-gradient(95deg, #c64dff 5%, #8e6dff 52%, #5bdce4); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.build-hero-copy > p { max-width: 650px; margin: 30px 0 0; color: #b8bbc5; font-size: 19px; line-height: 1.7; }
.build-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.build-text-link { padding: 10px 0 6px; border-bottom: 1px solid rgba(255,255,255,.3); color: #e8e9ed; font-weight: 700; }
.build-text-link span { margin-left: 12px; color: var(--cyan); }
.build-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 54px; }
.build-proof span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 100px; background: rgba(255,255,255,.035); color: #b7bac4; font-size: 11px; letter-spacing: .04em; }
.build-proof b { margin-right: 7px; color: var(--cyan); font-size: 8px; }
.build-orbit { --build-accent: #a72ee7; position: relative; min-height: 690px; display: grid; place-items: center; }
.build-orbit[data-active-focus="dashboard"] { --build-accent: #59dce4; }
.build-orbit[data-active-focus="app"] { --build-accent: #c8ff54; }
.build-orbit-ring { position: absolute; border: 1px solid color-mix(in srgb, var(--build-accent) 30%, rgba(255,255,255,.08)); border-radius: 50%; transition: border-color .3s; }
.ring-one { width: 560px; height: 560px; animation: buildSpin 24s linear infinite; }
.ring-two { width: 430px; height: 430px; border-style: dashed; animation: buildSpin 17s linear infinite reverse; }
.ring-one::before, .ring-two::before { content: ""; position: absolute; left: 50%; top: -6px; width: 11px; height: 11px; border-radius: 50%; background: var(--build-accent); box-shadow: 0 0 24px var(--build-accent); transition: background .3s; }
.build-logo { position: relative; z-index: 3; width: min(440px, 77%); aspect-ratio: 1; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; animation: buildFloat 5.2s ease-in-out infinite; filter: drop-shadow(0 35px 40px rgba(0,0,0,.48)); }
.build-logo::before { content: ""; position: absolute; inset: 8%; z-index: 1; border: 1px solid color-mix(in srgb, var(--build-accent) 45%, rgba(255,255,255,.16)); border-radius: 50%; background: radial-gradient(circle at 42% 32%, rgba(255,255,255,.12), rgba(15,18,28,.82) 68%); box-shadow: inset 0 0 38px rgba(255,255,255,.05), 0 0 45px color-mix(in srgb, var(--build-accent) 18%, transparent); transition: border-color .3s, box-shadow .3s; }
.build-logo img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; }
.build-logo-pulse { position: absolute; inset: 12%; z-index: 0; border-radius: 50%; background: color-mix(in srgb, var(--build-accent) 36%, transparent); filter: blur(40px); transition: background .3s; }
.build-logo small { position: absolute; z-index: 4; left: 50%; bottom: 8%; display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; background: rgba(9,11,18,.78); color: #d2d4da; font: 700 8px var(--font-display); letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; backdrop-filter: blur(10px); }
.build-logo small i { width: 6px; height: 6px; border-radius: 50%; background: var(--build-accent); box-shadow: 0 0 9px var(--build-accent); }
.build-float-card { position: absolute; z-index: 5; min-width: 162px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(19,23,34,.88); color: #fff; text-align: left; box-shadow: 0 18px 45px rgba(0,0,0,.3); cursor: pointer; backdrop-filter: blur(14px); transition: transform .25s, border-color .25s, background .25s; }
.build-float-card span { display: block; margin-bottom: 3px; color: #737887; font-size: 8px; letter-spacing: .13em; }
.build-float-card b { display: block; font: 700 14px var(--font-display); }
.build-float-card small { color: #9297a4; font-size: 9px; }
.build-float-card:hover, .build-float-card.active { border-color: var(--build-accent); background: color-mix(in srgb, var(--build-accent) 13%, #121620); transform: translateY(-5px); }
.card-website { left: 0; top: 105px; }
.card-dashboard { right: -4px; top: 245px; }
.card-app { left: 6%; bottom: 98px; }
.build-orbit-status { position: absolute; z-index: 5; right: 3%; bottom: 40px; width: min(260px, 45%); padding: 14px 16px; border-left: 2px solid var(--build-accent); background: rgba(9,11,18,.76); backdrop-filter: blur(12px); transition: border-color .3s; }
.build-orbit-status span { display: block; color: var(--build-accent); font: 800 8px var(--font-display); letter-spacing: .14em; }
.build-orbit-status strong { display: block; margin-top: 5px; color: #dfe1e6; font: 600 11px/1.5 var(--font-display); }
.build-orbit.is-boosted .build-logo { animation: buildBoost .85s cubic-bezier(.2,.8,.2,1); }
.build-orbit.is-boosted .ring-one { animation-duration: 1.1s; }
.build-orbit.is-boosted .ring-two { animation-duration: .8s; }
@keyframes buildSpin { to { transform: rotate(360deg); } }
@keyframes buildFloat { 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes buildBoost { 35% { transform: scale(.92) rotate(-3deg); } 72% { transform: scale(1.08) rotate(2deg); } }
@media (max-width: 1100px) {
    .build-hero-layout { grid-template-columns: .92fr 1.08fr; }
    .build-orbit { min-height: 620px; }
    .ring-one { width: 500px; height: 500px; }
    .ring-two { width: 380px; height: 380px; }
    .build-logo { width: min(390px, 72%); }
}
@media (max-width: 820px) {
    .build-hero { min-height: 1180px; padding-top: 86px; }
    .build-hero-layout { grid-template-columns: 1fr; align-content: center; gap: 0; }
    .build-hero-copy { padding: 70px 0 0; }
    .build-hero h1 { max-width: 720px; }
    .build-orbit { min-height: 580px; }
    .card-website { left: 2%; }
    .card-dashboard { right: 1%; }
}
@media (max-width: 580px) {
    .build-hero { min-height: 1040px; }
    .build-hero-copy { padding-top: 42px; }
    .build-hero h1 { margin-top: 22px; font-size: clamp(47px, 13.5vw, 62px); }
    .build-hero-copy > p { margin-top: 22px; font-size: 16px; line-height: 1.6; }
    .build-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 27px; }
    .build-hero-actions .button { width: 100%; }
    .build-text-link { align-self: flex-start; }
    .build-proof { gap: 7px; margin-top: 32px; }
    .build-proof span { padding: 8px 10px; font-size: 9px; }
    .build-orbit { min-height: 465px; margin-inline: -8px; }
    .ring-one { width: 360px; height: 360px; }
    .ring-two { width: 280px; height: 280px; }
    .build-logo { width: 285px; }
    .build-float-card { min-width: 130px; padding: 10px 11px; }
    .build-float-card b { font-size: 12px; }
    .build-float-card small { font-size: 8px; }
    .card-website { top: 42px; left: -2px; }
    .card-dashboard { top: 170px; right: -3px; }
    .card-app { left: 2%; bottom: 30px; }
    .build-orbit-status { right: 0; bottom: 3px; width: 52%; padding: 10px; }
    .build-orbit-status strong { font-size: 9px; }
}

/* Development ticker */
.build-marquee { position: relative; z-index: 2; overflow: hidden; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); background: #111521; color: #fff; }
.build-marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: buildMarquee 30s linear infinite; }
.build-marquee span { font: 800 10px var(--font-display); letter-spacing: .16em; }
.build-marquee i { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 14px var(--purple); }
@keyframes buildMarquee { to { transform: translateX(-50%); } }

/* Shared home headings */
.build-section-heading { display: grid; grid-template-columns: 1.16fr .84fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.build-section-heading h2, .build-process-intro h2, .smart-value-copy h2, .builder-proof-copy h2, .build-faq-heading h2 { margin-top: 14px; font-size: clamp(50px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.build-section-heading h2 em, .build-process-intro h2 em, .smart-value-copy h2 em, .builder-proof-copy h2 em, .build-faq-heading h2 em { color: var(--purple); font-style: normal; }
.build-section-heading > p { max-width: 520px; margin: 0 0 8px; color: #676b73; font-size: 17px; line-height: 1.7; }
.build-section-label { color: var(--purple); font: 800 9px var(--font-display); letter-spacing: .16em; }

/* Interactive project playground */
.build-studio { position: relative; overflow: hidden; background: #ebe9e3; }
.build-studio::before { content: "BUILD"; position: absolute; right: -34px; top: 120px; color: rgba(9,11,18,.022); font: 800 250px/1 var(--font-display); letter-spacing: -.1em; }
.project-lab { position: relative; display: grid; grid-template-columns: 330px 1fr; min-height: 720px; border: 1px solid #c8c6c0; border-radius: 24px; background: #c8c8c4; box-shadow: 0 40px 90px rgba(9,11,18,.16); overflow: hidden; }
.project-picker { max-height: 760px; padding: 24px 18px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #3c4250 #0e111a; background: #0e111a; color: #fff; }
.project-picker > p { margin: 0 12px 21px; color: #727785; font: 700 9px var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.project-picker button { width: 100%; min-height: 82px; display: grid; grid-template-columns: 27px 1fr 25px; gap: 11px; align-items: center; padding: 13px 15px; border: 1px solid transparent; border-bottom-color: rgba(255,255,255,.09); background: transparent; color: #fff; text-align: left; cursor: pointer; transition: border-color .25s, background .25s, transform .25s; }
.project-picker button > span:first-child { align-self: start; padding-top: 4px; color: #686d79; font: 700 9px var(--font-display); }
.project-picker .project-choice-copy { min-width: 0; }
.project-picker button strong, .project-picker button small { display: block; }
.project-picker button strong { font: 700 17px/1.25 var(--font-display); }
.project-picker button small { margin-top: 5px; color: #7f8491; font-size: 10px; }
.project-picker button i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); color: #7d828f; font-style: normal; transition: .25s; }
.project-picker button:hover, .project-picker button.active { border-color: rgba(167,46,231,.62); border-radius: 12px; background: rgba(167,46,231,.13); transform: translateX(3px); }
.project-picker button.active > span:first-child { color: var(--cyan); }
.project-picker button:hover i, .project-picker button.active i { background: var(--purple); color: #fff; transform: rotate(45deg); }
.project-preview-wrap { min-width: 0; display: flex; flex-direction: column; padding: 22px; }
.project-preview-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 46px; padding: 0 5px 15px; }
.project-preview-tools > div:first-child { display: flex; align-items: center; gap: 7px; }
.project-preview-tools b { font: 800 8px var(--font-display); letter-spacing: .14em; }
.project-preview-tools small { margin-left: 8px; color: #666a72; font-size: 9px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #45d982; box-shadow: 0 0 0 5px rgba(69,217,130,.12), 0 0 12px rgba(69,217,130,.7); }
.project-device-toggle { display: flex; gap: 4px; }
.project-device-toggle button { min-height: 32px; padding: 6px 11px; border: 1px solid rgba(9,11,18,.13); border-radius: 100px; background: rgba(255,255,255,.45); color: #5f636b; font-size: 9px; font-weight: 750; cursor: pointer; }
.project-device-toggle button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.project-device-stage { flex: 1; display: grid; place-items: center; min-width: 0; transition: .4s; }
.project-browser { --project-accent: #a72ee7; width: 100%; min-width: 0; overflow: hidden; border-radius: 13px; background: #f6f6f3; box-shadow: 0 20px 50px rgba(9,11,18,.16); transition: width .45s cubic-bezier(.2,.8,.2,1), border-radius .3s; }
.project-browser[data-project="pet"] { --project-accent: #e148a4; }
.project-browser[data-project="coffee"] { --project-accent: #b96b31; }
.project-browser[data-project="dealer"] { --project-accent: #e2423c; }
.project-browser[data-project="bodyshop"] { --project-accent: #f3a62f; }
.project-browser[data-project="portal"] { --project-accent: #377ee9; }
.project-browser[data-project="inventory"] { --project-accent: #12a892; }
.project-browser[data-project="project"] { --project-accent: #6957e8; }
.project-browser[data-project="custom"] { --project-accent: #8b39e0; }
.project-device-stage[data-device="phone"] .project-browser { width: min(380px, 100%); border-radius: 25px; }
.project-browser-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #171b25; }
.project-browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #59606d; }
.project-browser-bar > span:first-child { background: #ff6874; }
.project-browser-bar > span:nth-child(2) { background: #ffd15b; }
.project-browser-bar > span:nth-child(3) { background: #51d68b; }
.project-browser-bar > div { min-width: 210px; margin-left: 9px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 5px; background: #0e1119; color: #757b89; font-size: 9px; }
.project-app-shell { min-height: 548px; display: grid; grid-template-columns: 58px 1fr; }
.project-app-nav { display: flex; flex-direction: column; align-items: center; gap: 19px; padding: 18px 8px; border-right: 1px solid #e1e2e3; background: #fff; }
.project-app-mark { width: 29px; height: 29px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 8px; background: var(--project-accent); color: #fff; font: 800 12px var(--font-display); transition: background .3s; }
.project-app-nav > span { width: 18px; height: 4px; border-radius: 10px; background: #d8dade; }
.project-app-nav > span.active { background: var(--project-accent); }
.project-app-nav > i { width: 27px; height: 27px; margin-top: auto; border-radius: 50%; background: #eceef0; }
.project-app-main { min-width: 0; padding: 30px 32px; background: linear-gradient(145deg, #f9f9f6, #f0f1f2); }
.project-app-topline { display: flex; justify-content: space-between; gap: 18px; }
.project-app-topline small { color: var(--project-accent); font: 800 8px var(--font-display); letter-spacing: .14em; }
.project-app-topline h3 { margin-top: 8px; font-size: clamp(28px, 3.2vw, 45px); line-height: 1.02; letter-spacing: -.055em; }
.project-app-topline h3 em { color: var(--project-accent); font-style: normal; }
.project-app-topline > span { flex: 0 0 auto; height: fit-content; padding: 7px 10px; border: 1px solid #d5d7da; border-radius: 100px; background: #fff; color: #54a87a; font: 750 8px var(--font-display); letter-spacing: .1em; }
.project-app-intro { max-width: 570px; margin: 15px 0 23px; color: #777b83; font-size: 12px; line-height: 1.55; }
.project-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.project-metrics article { padding: 15px; border: 1px solid #e1e2e2; border-radius: 10px; background: rgba(255,255,255,.86); }
.project-metrics small, .project-metrics strong, .project-metrics span { display: block; }
.project-metrics small { color: #8b8e94; font-size: 7px; font-weight: 750; letter-spacing: .11em; }
.project-metrics strong { margin: 7px 0 2px; font: 800 25px var(--font-display); letter-spacing: -.05em; }
.project-metrics span { color: var(--project-accent); font-size: 8px; font-weight: 700; }
.project-data-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 10px; }
.project-chart-card, .project-activity-card { min-height: 190px; padding: 17px; border: 1px solid #e1e2e2; border-radius: 10px; background: rgba(255,255,255,.86); }
.project-chart-card > div:first-child { display: flex; justify-content: space-between; gap: 8px; }
.project-chart-card strong, .project-activity-card > strong { font: 700 10px var(--font-display); }
.project-chart-card small { color: #979aa0; font-size: 8px; }
.project-bars { height: 122px; display: flex; align-items: end; gap: 8px; padding: 20px 5px 0; border-bottom: 1px solid #e3e4e4; background-image: linear-gradient(#ececec 1px, transparent 1px); background-size: 100% 33%; }
.project-bars i { flex: 1; height: var(--bar); border-radius: 5px 5px 0 0; background: linear-gradient(to top, color-mix(in srgb, var(--project-accent) 65%, #fff), var(--project-accent)); transition: height .4s, background .3s; }
.project-activity-card > div { display: grid; grid-template-columns: 8px 1fr auto; gap: 7px; align-items: center; margin-top: 15px; padding-top: 13px; border-top: 1px solid #ececec; }
.project-activity-card i { width: 7px; height: 7px; border-radius: 50%; background: var(--project-accent); }
.project-activity-card span { color: #4d5158; font-size: 9px; }
.project-activity-card small { color: #a0a3a8; font-size: 8px; }
.project-device-stage[data-device="phone"] .project-app-shell { min-height: 610px; grid-template-columns: 44px 1fr; }
.project-device-stage[data-device="phone"] .project-app-main { padding: 24px 18px; }
.project-device-stage[data-device="phone"] .project-app-topline > span { display: none; }
.project-device-stage[data-device="phone"] .project-app-topline h3 { font-size: 31px; }
.project-device-stage[data-device="phone"] .project-metrics { grid-template-columns: 1fr 1fr; }
.project-device-stage[data-device="phone"] .project-metrics article:last-child { display: none; }
.project-device-stage[data-device="phone"] .project-data-grid { grid-template-columns: 1fr; }
.project-device-stage[data-device="phone"] .project-activity-card { display: none; }
.project-preview-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 7px 0; }
.project-preview-footer > div span, .project-preview-footer > div strong { display: block; }
.project-preview-footer > div span { color: #7c8088; font: 800 7px var(--font-display); letter-spacing: .14em; }
.project-preview-footer > div strong { margin-top: 3px; font: 700 12px var(--font-display); }
.project-preview-footer > a { display: inline-flex; align-items: center; gap: 16px; padding: 11px 15px; border-radius: 100px; background: var(--ink); color: #fff; font: 700 10px var(--font-display); }
.project-preview-footer > a span { color: var(--cyan); }

/* Capability bento */
.build-capabilities { background: #0b0e16; color: #fff; }
.build-section-heading-light .build-section-label { color: var(--cyan); }
.build-section-heading-light h2 em { background: linear-gradient(90deg, #bd45f5, #69dce4); background-clip: text; -webkit-background-clip: text; color: transparent; }
.build-section-heading-light > p { color: #9ba0ad; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.capability-card { position: relative; min-height: 610px; display: grid; grid-template-rows: auto 255px 1fr; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #121620; overflow: hidden; transition: transform .35s, border-color .35s; }
.capability-card:hover { z-index: 2; border-color: rgba(167,46,231,.65); transform: translateY(-8px); }
.capability-number { color: #737987; font: 800 8px var(--font-display); letter-spacing: .16em; }
.capability-art { position: relative; margin: 22px 0; border-radius: 14px; overflow: hidden; }
.web-art { padding: 24px; background: linear-gradient(135deg, #7b26bc, #c14dec 58%, #6edee5); }
.web-art-window { height: 178px; padding: 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 10px; background: rgba(255,255,255,.9); box-shadow: 0 20px 40px rgba(33,5,48,.28); transform: rotate(-2deg); }
.web-art-window span { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #c7c9ce; }
.web-art-window i { display: block; width: 67%; height: 39px; margin: 24px 0 17px; background: linear-gradient(90deg, #151722 62%, transparent 62%); border-radius: 4px; }
.web-art-window b { display: inline-block; width: 25%; height: 49px; margin-right: 6px; border-radius: 5px; background: #dfdfe2; }
.web-art > small { position: absolute; right: 12px; bottom: 14px; padding: 7px 10px; border-radius: 7px; background: #10131b; color: var(--cyan); font: 700 8px var(--font-display); transform: rotate(4deg); }
.portal-art { padding: 28px; background: linear-gradient(145deg, #111e35, #164a86); }
.portal-profile { display: flex; gap: 13px; align-items: center; padding: 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.1); }
.portal-profile i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: #6abfee; font: 800 11px var(--font-display); font-style: normal; }
.portal-profile b, .portal-profile small { display: block; }
.portal-profile b { font: 700 13px var(--font-display); }
.portal-profile small { margin-top: 3px; color: #a7c1dc; font-size: 9px; }
.portal-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 17px; }
.portal-progress span { height: 66px; border-radius: 8px; background: rgba(255,255,255,.1); }
.portal-progress span:nth-child(2) { background: rgba(89,220,228,.35); }
.portal-art > small { position: absolute; right: 18px; bottom: 14px; color: #75e5ec; font: 700 8px var(--font-display); letter-spacing: .11em; }
.data-art { padding: 24px; background: #e7f4ee; color: #12231c; }
.data-art-head { display: flex; align-items: center; justify-content: space-between; }
.data-art-head span { font: 800 11px var(--font-display); }
.data-art-head b { color: #1c8e72; font: 700 10px var(--font-display); }
.data-art-bars { height: 125px; display: flex; align-items: end; gap: 11px; margin-top: 17px; padding: 10px 4px 0; border-bottom: 1px solid rgba(18,35,28,.18); }
.data-art-bars i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(#44c6a4, #18866e); }
.data-alert { display: flex; justify-content: space-between; margin-top: 13px; padding: 10px; border-radius: 8px; background: #fff; color: #476159; font-size: 9px; }
.workflow-art { display: grid; place-items: center; padding: 27px; background-image: radial-gradient(circle at 20% 30%, rgba(167,46,231,.35), transparent 35%), radial-gradient(circle at 80% 65%, rgba(89,220,228,.25), transparent 34%); background-color: #17131f; }
.workflow-art > div { display: flex; align-items: center; gap: 8px; }
.workflow-art span { padding: 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(255,255,255,.08); font: 800 8px var(--font-display); }
.workflow-art i { color: var(--cyan); font-style: normal; }
.workflow-art > strong { margin-top: -35px; color: #c850ff; font: 750 12px var(--font-display); }
.capability-copy { display: flex; flex-direction: column; }
.capability-copy h3 { font-size: clamp(32px, 3.2vw, 48px); line-height: 1.04; letter-spacing: -.05em; }
.capability-copy p { max-width: 540px; margin: 16px 0 24px; color: #969ba8; line-height: 1.65; }
.capability-copy a { width: fit-content; margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.26); color: #fff; font-weight: 700; }
.capability-copy a span { margin-left: 18px; color: var(--cyan); }

/* Process and value */
.build-process { background: #dcdad4; }
.build-process-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 85px; align-items: start; }
.build-process-intro { position: sticky; top: 135px; }
.build-process-intro > p { max-width: 480px; margin: 25px 0 30px; color: #646870; font-size: 17px; line-height: 1.7; }
.build-steps { display: grid; gap: 12px; }
.build-steps article { position: relative; min-height: 265px; display: grid; grid-template-columns: 46px 64px 1fr; grid-template-rows: auto 1fr auto; column-gap: 20px; padding: 30px; border: 1px solid #c2c0bb; border-radius: 16px; background: rgba(255,255,255,.45); transition: background .3s, transform .3s; }
.build-steps article:hover { background: #fff; transform: translateX(-7px); }
.build-steps article > span { color: var(--purple); font: 800 9px var(--font-display); }
.step-icon { grid-row: 1 / 4; grid-column: 2; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--ink); color: var(--cyan); font: 800 22px var(--font-display); }
.build-steps h3 { grid-column: 3; font-size: 30px; }
.build-steps p { grid-column: 3; align-self: center; max-width: 520px; color: #686c73; line-height: 1.6; }
.build-steps small { grid-column: 3; color: #94979d; font: 750 8px var(--font-display); letter-spacing: .16em; }
.smart-value { background: #f3f1eb; }
.smart-value-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: center; }
.smart-value-copy > p { max-width: 540px; margin-top: 27px; color: #656970; font-size: 17px; line-height: 1.7; }
.value-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }
.value-pills span { padding: 10px 13px; border: 1px solid #c8c7c2; border-radius: 100px; color: #555960; font-size: 10px; font-weight: 700; }
.scope-card { padding: 16px; border-radius: 20px; background: var(--ink); color: #fff; box-shadow: 0 35px 75px rgba(9,11,18,.18); }
.scope-card-head { display: flex; justify-content: space-between; gap: 10px; padding: 14px 12px 22px; }
.scope-card-head span { color: var(--cyan); font: 800 8px var(--font-display); letter-spacing: .16em; }
.scope-card-head small { color: #737886; font-size: 9px; }
.scope-options { display: grid; gap: 7px; }
.scope-options button { min-height: 70px; display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: #141824; color: #d8dae0; text-align: left; cursor: pointer; transition: .25s; }
.scope-options button b { color: #656a78; font: 700 8px var(--font-display); }
.scope-options button span { font: 650 13px var(--font-display); }
.scope-options button:hover, .scope-options button.active { border-color: var(--purple); background: rgba(167,46,231,.14); transform: translateX(4px); }
.scope-options button.active b { color: var(--cyan); }
.scope-result { margin-top: 9px; padding: 25px; border-radius: 12px; background: linear-gradient(135deg, #9227c9, #b238e5); }
.scope-result small, .scope-result strong { display: block; }
.scope-result small { color: rgba(255,255,255,.65); font: 800 8px var(--font-display); letter-spacing: .15em; }
.scope-result strong { margin-top: 8px; font: 750 25px var(--font-display); }
.scope-result p { margin: 8px 0 19px; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.55; }
.scope-result a { display: inline-flex; gap: 16px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 700; }

/* Founder, FAQ, and final call to action */
.builder-proof { background: #dfddd7; }
.builder-proof-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.builder-portrait { position: relative; width: min(100%, 480px); }
.builder-portrait::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border-radius: 24px; background: linear-gradient(145deg, var(--purple), #655bd7); }
.builder-portrait picture { position: relative; z-index: 1; display: block; overflow: hidden; border-radius: 24px; }
.builder-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.builder-portrait > span { position: absolute; z-index: 2; right: -50px; bottom: 34px; padding: 11px 15px; border-radius: 7px; background: var(--ink); color: var(--cyan); font: 800 8px var(--font-display); letter-spacing: .13em; transform: rotate(-2deg); }
.builder-proof-copy > p { max-width: 680px; margin-top: 26px; color: #5f636b; font-size: 18px; line-height: 1.72; }
.experience-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.experience-cloud span { padding: 9px 12px; border: 1px solid #c4c2bd; border-radius: 100px; color: #50545c; font: 700 10px var(--font-display); }
.dark-link { color: var(--ink); border-color: #a4a39f; }
.build-faq { background: #f2f0ea; }
.build-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.build-faq-heading { position: sticky; top: 135px; align-self: start; }
.build-faq .accordion-item { border-color: #cccbc6; }
.build-faq .accordion-item button { min-height: 86px; }
.build-cta { position: relative; padding: 130px 0; overflow: hidden; background: linear-gradient(120deg, #7620aa, #a72ee7 50%, #7039d2); color: #fff; }
.build-cta::after { content: ""; position: absolute; width: 520px; height: 520px; top: -240px; right: -80px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.build-cta-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 88%); }
.build-cta-content { position: relative; z-index: 2; }
.build-cta .build-section-label { color: #c8ff54; }
.build-cta h2 { max-width: 980px; margin-top: 20px; font-size: clamp(55px, 7vw, 92px); line-height: .98; letter-spacing: -.065em; }
.build-cta h2 em { color: #c8ff54; font-style: normal; }
.build-cta p { max-width: 620px; margin: 28px 0 32px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.65; }
.build-cta-actions { display: flex; align-items: center; gap: 28px; }
.build-cta-actions > a:last-child { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 700; }

@media (max-width: 1100px) {
    .project-lab { grid-template-columns: 285px 1fr; }
    .project-picker button { min-height: 82px; }
    .project-app-main { padding: 27px 24px; }
    .build-process-layout { gap: 55px; }
    .smart-value-layout, .builder-proof-layout { gap: 60px; }
}

@media (max-width: 820px) {
    .build-section-heading, .build-process-layout, .smart-value-layout, .builder-proof-layout, .build-faq-layout { grid-template-columns: 1fr; gap: 44px; }
    .build-section-heading { align-items: start; }
    .project-lab { grid-template-columns: 1fr; }
    .project-picker { max-height: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; padding: 17px; overflow: visible; }
    .project-picker > p { grid-column: 1 / -1; margin: 3px 4px 7px; }
    .project-picker button { min-height: 88px; }
    .project-picker button:hover, .project-picker button.active { transform: translateY(-2px); }
    .project-preview-wrap { min-height: 700px; }
    .capability-card { min-height: 580px; }
    .build-process-intro, .build-faq-heading { position: static; }
    .build-steps article:hover { transform: translateY(-4px); }
    .builder-portrait { width: min(75%, 480px); margin-inline: auto; }
}

@media (max-width: 580px) {
    .build-marquee-track { gap: 20px; }
    .build-section-heading { margin-bottom: 38px; }
    .build-section-heading h2, .build-process-intro h2, .smart-value-copy h2, .builder-proof-copy h2, .build-faq-heading h2 { font-size: 43px; }
    .build-section-heading > p { font-size: 15px; }
    .build-studio::before { display: none; }
    .project-lab { margin-inline: -4px; border-radius: 17px; }
    .project-picker { display: flex; gap: 7px; padding: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; }
    .project-picker > p { display: none; }
    .project-picker button { flex: 0 0 230px; min-height: 82px; scroll-snap-align: start; }
    .project-preview-wrap { min-height: 660px; padding: 10px; }
    .project-preview-tools { align-items: flex-start; flex-direction: column; padding: 5px 3px 10px; }
    .project-preview-tools small { display: none; }
    .project-device-toggle { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
    .project-device-toggle button { min-height: 38px; }
    .project-browser-bar { height: 41px; }
    .project-browser-bar > div { min-width: 0; width: 62%; overflow: hidden; white-space: nowrap; }
    .project-app-shell { min-height: 520px; grid-template-columns: 40px 1fr; }
    .project-app-nav { gap: 16px; padding-inline: 6px; }
    .project-app-mark { width: 27px; height: 27px; }
    .project-app-main { padding: 22px 15px; }
    .project-app-topline > span { display: none; }
    .project-app-topline h3 { font-size: 29px; }
    .project-app-intro { font-size: 10px; }
    .project-metrics { grid-template-columns: 1fr 1fr; }
    .project-metrics article { padding: 12px; }
    .project-metrics article:last-child { display: none; }
    .project-data-grid { grid-template-columns: 1fr; }
    .project-activity-card { display: none; }
    .project-preview-footer { align-items: stretch; flex-direction: column; padding: 12px 3px 3px; }
    .project-preview-footer > a { justify-content: space-between; min-height: 44px; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-card { min-height: 550px; grid-template-rows: auto 220px 1fr; padding: 20px; }
    .capability-art { margin-block: 17px; }
    .web-art, .portal-art, .data-art, .workflow-art { padding: 19px; }
    .web-art-window { height: 155px; }
    .workflow-art span { padding: 9px 7px; font-size: 7px; }
    .capability-copy h3 { font-size: 35px; }
    .build-steps article { min-height: 245px; grid-template-columns: 34px 48px 1fr; column-gap: 12px; padding: 22px 17px; }
    .step-icon { width: 46px; height: 46px; border-radius: 14px; font-size: 18px; }
    .build-steps h3 { font-size: 24px; }
    .build-steps p { font-size: 13px; }
    .scope-card { padding: 10px; }
    .scope-card-head { align-items: flex-start; flex-direction: column; }
    .scope-options button { min-height: 67px; }
    .builder-portrait { width: calc(100% - 35px); }
    .builder-portrait::before { inset: 16px -16px -16px 16px; }
    .builder-portrait > span { right: -16px; bottom: 24px; }
    .builder-proof-copy > p { font-size: 16px; }
    .build-cta { padding: 92px 0; }
    .build-cta h2 { font-size: 47px; }
    .build-cta-actions { align-items: stretch; flex-direction: column; }
    .build-cta-actions .button { width: 100%; }
    .build-cta-actions > a:last-child { align-self: flex-start; }
}

@media (hover: none) {
    .capability-card:hover, .build-steps article:hover { transform: none; }
}

/* Industry website concepts */
.project-browser[data-project="pet"] .project-app-shell,
.project-browser[data-project="coffee"] .project-app-shell { grid-template-columns: 1fr; }
.project-browser[data-project="pet"] .project-app-nav,
.project-browser[data-project="coffee"] .project-app-nav { display: none; }
.project-browser[data-project="pet"] .project-app-main,
.project-browser[data-project="coffee"] .project-app-main { position: relative; isolation: isolate; overflow: hidden; padding-inline: clamp(22px, 5vw, 58px); }
.project-browser[data-project="pet"] .project-app-main { background: radial-gradient(circle at 88% 14%, rgba(225,72,164,.24), transparent 25%), linear-gradient(145deg, #fff8fc, #f6edf5); }
.project-browser[data-project="coffee"] .project-app-main { background: radial-gradient(circle at 88% 14%, rgba(185,107,49,.24), transparent 25%), linear-gradient(145deg, #fffaf1, #f1e6d8); }
.project-browser[data-project="pet"] .project-app-main::before,
.project-browser[data-project="coffee"] .project-app-main::before { position: absolute; z-index: -1; right: 4%; top: 30px; color: color-mix(in srgb, var(--project-accent) 18%, transparent); font-size: 116px; line-height: 1; transform: rotate(9deg); }
.project-browser[data-project="pet"] .project-app-main::before { content: "🐾"; }
.project-browser[data-project="coffee"] .project-app-main::before { content: "☕"; }
.project-browser[data-project="pet"] .project-app-topline,
.project-browser[data-project="coffee"] .project-app-topline { padding-top: 8px; }
.project-browser[data-project="pet"] .project-app-topline > span,
.project-browser[data-project="coffee"] .project-app-topline > span { border-color: var(--project-accent); background: var(--project-accent); color: #fff; }
.project-browser[data-project="pet"] .project-metrics article,
.project-browser[data-project="pet"] .project-chart-card,
.project-browser[data-project="pet"] .project-activity-card,
.project-browser[data-project="coffee"] .project-metrics article,
.project-browser[data-project="coffee"] .project-chart-card,
.project-browser[data-project="coffee"] .project-activity-card { border-color: color-mix(in srgb, var(--project-accent) 20%, #e1e2e2); background: rgba(255,255,255,.72); backdrop-filter: blur(8px); }
@media (max-width: 580px) {
    .project-browser[data-project="pet"] .project-app-main,
    .project-browser[data-project="coffee"] .project-app-main { padding: 25px 18px; }
    .project-browser[data-project="pet"] .project-app-main::before,
    .project-browser[data-project="coffee"] .project-app-main::before { right: 0; top: 22px; font-size: 76px; }
}

/* Five category-specific sample experiences */
.project-browser { container-type: inline-size; }
.sample-page-stack { min-height: 548px; background: #f6f6f3; }
.sample-page { height: 548px; overflow: hidden; animation: samplePageIn .36s ease-out; }
.sample-page[hidden] { display: none; }
.sample-page nav, .sample-page header, .sample-page main, .sample-page aside, .sample-page section, .sample-page article, .sample-page div, .sample-page span, .sample-page b, .sample-page small, .sample-page i { box-sizing: border-box; }
@keyframes samplePageIn { from { opacity: .35; transform: translateY(7px); } to { opacity: 1; transform: none; } }

/* Pet grooming website */
.pet-sample { color: #2b2831; background: #fff8fc; }
.pet-sample-nav { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #f0dfe9; background: rgba(255,255,255,.82); }
.pet-sample-nav strong { font: 800 11px var(--font-display); letter-spacing: .08em; }
.pet-sample-nav strong span { color: #e148a4; }
.pet-sample-nav > div { display: flex; gap: 20px; color: #766b73; font-size: 9px; font-weight: 700; }
.pet-sample-nav > b { padding: 9px 12px; border-radius: 100px; background: #2d2732; color: #fff; font: 800 8px var(--font-display); letter-spacing: .08em; }
.pet-sample-hero { min-height: 337px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 31px 42px 22px; background: radial-gradient(circle at 80% 40%, rgba(255,190,222,.45), transparent 32%); }
.pet-sample-copy { position: relative; z-index: 2; }
.pet-sample-copy > small { color: #e148a4; font: 800 7px var(--font-display); letter-spacing: .17em; }
.pet-sample-copy h3 { margin-top: 10px; font-size: clamp(38px, 5cqw, 59px); line-height: .94; letter-spacing: -.06em; }
.pet-sample-copy h3 em { color: #e148a4; font-style: normal; }
.pet-sample-copy > p { max-width: 340px; margin: 12px 0 16px; color: #776b74; font-size: 10px; line-height: 1.55; }
.sample-primary-action { display: inline-flex; gap: 18px; align-items: center; padding: 10px 13px; border-radius: 100px; background: #e148a4; color: #fff; font: 800 8px var(--font-display); letter-spacing: .07em; }
.pet-trust { display: flex; align-items: center; gap: 9px; margin-top: 14px; }
.pet-trust b { color: #2d2732; font: 800 9px var(--font-display); }
.pet-trust span { color: #8d8188; font-size: 8px; }
.pet-sample-visual { position: relative; min-height: 268px; display: grid; place-items: center; }
.pet-blob { position: absolute; width: 245px; height: 245px; border-radius: 46% 54% 56% 44% / 55% 40% 60% 45%; background: linear-gradient(145deg, #f597c9, #bd57df); transform: rotate(-7deg); box-shadow: 0 25px 45px rgba(161,55,132,.22); }
.pet-face { position: relative; z-index: 1; font-size: 142px; filter: drop-shadow(0 16px 15px rgba(87,35,69,.18)); transform: rotate(3deg); }
.pet-bubble { position: absolute; z-index: 2; padding: 7px 9px; border: 1px solid rgba(255,255,255,.8); border-radius: 7px; background: rgba(255,255,255,.88); color: #6d4260; font: 800 7px var(--font-display); font-style: normal; letter-spacing: .08em; box-shadow: 0 9px 20px rgba(74,31,61,.12); }
.pet-bubble.bubble-one { right: 0; top: 36px; transform: rotate(4deg); }
.pet-bubble.bubble-two { left: -4px; bottom: 32px; transform: rotate(-4deg); }
.pet-service-strip { height: 147px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 15px 24px 20px; background: #2c2630; color: #fff; }
.pet-service-strip article { display: grid; grid-template-columns: 28px 1fr; align-content: center; column-gap: 9px; padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(255,255,255,.045); }
.pet-service-strip article > span { grid-row: 1 / 3; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e148a4; font-size: 13px; }
.pet-service-strip b { font: 700 10px var(--font-display); }
.pet-service-strip small { margin-top: 2px; color: #9f94a0; font-size: 7px; }

/* Coffee shop website */
.coffee-sample { color: #281d18; background: #f7efe4; }
.coffee-sample-nav { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid rgba(83,51,34,.13); }
.coffee-sample-nav strong { font: 900 12px var(--font-display); letter-spacing: .08em; }
.coffee-sample-nav strong i { color: #a6572e; font-style: normal; }
.coffee-sample-nav > div { display: flex; gap: 21px; color: #786457; font-size: 9px; font-weight: 700; }
.coffee-sample-nav > b { padding: 9px 12px; border: 1px solid #5b3726; border-radius: 100px; font: 800 8px var(--font-display); }
.coffee-sample-hero { min-height: 337px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; padding: 28px 42px 22px; background-image: radial-gradient(circle at 84% 48%, rgba(190,112,61,.23), transparent 32%), linear-gradient(135deg, transparent 65%, rgba(255,255,255,.35)); }
.coffee-sample-copy > small { color: #a6572e; font: 800 7px var(--font-display); letter-spacing: .15em; }
.coffee-sample-copy h3 { margin-top: 10px; font-family: Georgia, serif; font-size: clamp(38px, 5cqw, 58px); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.coffee-sample-copy h3 em { color: #a6572e; }
.coffee-sample-copy > p { max-width: 345px; margin: 12px 0 16px; color: #776154; font-size: 10px; line-height: 1.55; }
.coffee-order { display: inline-flex; gap: 18px; padding: 10px 13px; border-radius: 100px; background: #543122; color: #fff; font: 800 8px var(--font-display); letter-spacing: .07em; }
.coffee-hours { display: flex; gap: 10px; margin-top: 15px; color: #856d5d; font-size: 7px; }
.coffee-hours b { color: #4e3428; }
.coffee-scene { position: relative; min-height: 270px; display: grid; place-items: center; }
.coffee-cup { position: relative; z-index: 2; width: 164px; height: 145px; display: grid; place-items: center; border-radius: 8px 8px 56px 56px; background: linear-gradient(145deg, #fdf9f2, #d7bda8); box-shadow: inset -18px -12px 25px rgba(91,51,31,.15), 0 30px 38px rgba(80,46,28,.22); transform: rotate(-4deg); }
.coffee-cup::before { content: ""; position: absolute; left: 11px; right: 11px; top: -9px; height: 21px; border-radius: 50%; background: #57311f; box-shadow: inset 0 4px 0 #8a5437; }
.coffee-cup::after { content: ""; position: absolute; right: -53px; top: 29px; width: 61px; height: 67px; border: 14px solid #d6bba6; border-left: 0; border-radius: 0 50% 50% 0; }
.coffee-cup b { color: #5b3626; font: 900 15px/1.05 var(--font-display); text-align: center; letter-spacing: .08em; }
.coffee-scene .steam { position: absolute; z-index: 1; width: 38px; height: 70px; top: 10px; border: 3px solid rgba(130,82,55,.26); border-left: 0; border-bottom: 0; border-radius: 50%; }
.steam-one { left: 42%; transform: rotate(-10deg); }
.steam-two { right: 36%; top: 0 !important; transform: rotate(12deg); }
.coffee-bean { position: absolute; width: 27px; height: 17px; border-radius: 50%; background: #6f3d27; transform: rotate(30deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.coffee-bean::after { content: ""; position: absolute; left: 50%; top: 1px; bottom: 1px; border-left: 1px solid #bb8160; }
.bean-one { right: 6%; bottom: 35px; }
.bean-two { left: 8%; top: 65px; transform: rotate(-24deg); }
.coffee-scene > small { position: absolute; right: 0; bottom: 12px; padding: 9px 11px; border-radius: 7px; background: #a6572e; color: #fff; font: 800 7px/1.4 var(--font-display); letter-spacing: .07em; transform: rotate(3deg); }
.coffee-scene > small b { color: #f5d6c5; font-weight: 600; }
.coffee-menu-strip { height: 147px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 15px 24px 20px; background: #4d2f24; color: #fff; }
.coffee-menu-strip article { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 11px 35px 11px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }
.coffee-menu-strip small { color: #d9a685; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.coffee-menu-strip b { margin-top: 4px; font: 700 10px var(--font-display); }
.coffee-menu-strip span { position: absolute; right: 11px; color: #f5d2bc; font: 800 11px var(--font-display); }

/* Customer portal application */
.portal-sample { color: #202735; background: #f3f6fa; }
.portal-sample-header { height: 58px; display: grid; grid-template-columns: 1fr minmax(190px,.75fr) auto; gap: 20px; align-items: center; padding: 0 21px; border-bottom: 1px solid #dce3eb; background: #fff; }
.portal-sample-header > strong { font: 800 9px var(--font-display); letter-spacing: .08em; }
.portal-sample-header > strong i { width: 27px; height: 27px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 8px; background: #377ee9; color: #fff; font-style: normal; }
.portal-sample-header label { padding: 8px 10px; border: 1px solid #e0e5eb; border-radius: 7px; color: #9ba3ae; font-size: 8px; }
.portal-sample-header label span { margin-right: 6px; }
.portal-sample-header > div { display: flex; align-items: center; gap: 10px; }
.portal-sample-header > div span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #ef555d; color: #fff; font-size: 7px; }
.portal-sample-header > div b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #dfe9f8; color: #285a9f; font: 800 8px var(--font-display); }
.portal-sample-shell { height: 490px; display: grid; grid-template-columns: 145px 1fr; }
.portal-sample-shell > aside { display: flex; flex-direction: column; gap: 7px; padding: 22px 13px; border-right: 1px solid #dce3eb; background: #fff; }
.portal-sample-shell aside > b, .portal-sample-shell aside > small { margin: 0 8px 5px; color: #a3aab4; font: 800 6px var(--font-display); letter-spacing: .14em; }
.portal-sample-shell aside > span { padding: 9px 10px; border-radius: 7px; color: #707988; font-size: 8px; font-weight: 700; }
.portal-sample-shell aside > span.active { background: #eaf2fd; color: #2d6ac2; }
.portal-sample-shell aside > small { margin-top: auto; }
.portal-sample-shell aside p { margin: 0 8px 5px; color: #88919e; font-size: 7px; line-height: 1.5; }
.portal-sample-main { padding: 25px 26px; }
.portal-welcome { display: flex; justify-content: space-between; gap: 20px; }
.portal-welcome small { color: #377ee9; font: 800 7px var(--font-display); letter-spacing: .14em; }
.portal-welcome h3 { margin-top: 7px; font-size: clamp(29px,4cqw,44px); line-height: 1; letter-spacing: -.055em; }
.portal-welcome h3 em { color: #377ee9; font-style: normal; }
.portal-welcome > b { height: fit-content; padding: 9px 11px; border-radius: 7px; background: #377ee9; color: #fff; font: 800 7px var(--font-display); }
.portal-project { margin-top: 21px; padding: 18px; border: 1px solid #dae2ec; border-radius: 12px; background: #fff; }
.portal-project > div { display: inline-flex; flex-direction: column; gap: 4px; }
.portal-project > div span { color: #9099a6; font: 800 6px var(--font-display); letter-spacing: .13em; }
.portal-project > div b { font: 750 12px var(--font-display); }
.portal-project > strong { float: right; color: #377ee9; font: 800 22px var(--font-display); }
.portal-project > i { clear: both; display: block; height: 6px; margin: 17px 0 11px; border-radius: 10px; background: #e8edf3; overflow: hidden; }
.portal-project > i span { width: 72%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#377ee9,#64c5e7); }
.portal-project > small { display: flex; justify-content: space-between; color: #a1a8b1; font-size: 6px; }
.portal-project > small b:nth-child(-n+2) { color: #4ba075; }
.portal-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.portal-cards article { display: grid; grid-template-columns: 34px 1fr 18px; gap: 10px; align-items: center; padding: 14px; border: 1px solid #dae2ec; border-radius: 10px; background: #fff; }
.portal-cards article > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 8px; background: #edf4fd; color: #377ee9; }
.portal-cards small, .portal-cards b { display: block; }
.portal-cards small { color: #9ba3ae; font-size: 6px; letter-spacing: .1em; }
.portal-cards b { margin-top: 3px; font: 700 8px var(--font-display); }
.portal-cards i { color: #377ee9; font-style: normal; }

/* Inventory management application */
.inventory-sample { color: #20252d; background: #f4f6f5; }
.inventory-header { height: 58px; display: grid; grid-template-columns: .7fr 1fr auto; gap: 18px; align-items: center; padding: 0 20px; border-bottom: 1px solid #dde3e0; background: #fff; }
.inventory-header > strong { font: 850 10px var(--font-display); letter-spacing: .06em; }
.inventory-header > strong i { width: 27px; height: 27px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 7px; background: #168d74; color: #fff; font: 800 7px var(--font-display); font-style: normal; }
.inventory-header > div { padding: 8px 10px; border: 1px solid #e0e5e3; border-radius: 7px; color: #9ba29f; font-size: 8px; }
.inventory-header > span { color: #78807c; font-size: 8px; }
.inventory-header > span b { width: 29px; height: 29px; display: inline-grid; place-items: center; margin-left: 7px; border-radius: 50%; background: #dff0eb; color: #168d74; font: 800 8px var(--font-display); }
.inventory-shell { height: 490px; display: grid; grid-template-columns: 133px 1fr; }
.inventory-shell > aside { display: flex; flex-direction: column; gap: 6px; padding: 18px 11px; border-right: 1px solid #dfe5e2; background: #202c29; color: #aab7b3; }
.inventory-shell aside > span { padding: 9px 10px; border-radius: 7px; font-size: 8px; font-weight: 700; }
.inventory-shell aside > span.active { background: #168d74; color: #fff; }
.inventory-shell aside > i { flex: 1; }
.inventory-shell aside > small { padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: #75837f; font-size: 6px; font-style: normal; }
.inventory-shell aside > small b { color: #67d9b8; }
.inventory-main { padding: 22px 24px; }
.inventory-title { display: flex; justify-content: space-between; gap: 16px; }
.inventory-title small { color: #168d74; font: 800 7px var(--font-display); letter-spacing: .14em; }
.inventory-title h3 { margin-top: 6px; font-size: clamp(27px,3.8cqw,39px); line-height: 1; letter-spacing: -.05em; }
.inventory-title h3 em { color: #168d74; font-style: normal; }
.inventory-title > b { height: fit-content; padding: 9px 11px; border-radius: 7px; background: #168d74; color: #fff; font: 800 7px var(--font-display); }
.inventory-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 17px; }
.inventory-stats article { padding: 12px; border: 1px solid #dfe5e2; border-radius: 9px; background: #fff; }
.inventory-stats article.warning { border-color: #f0d2bd; background: #fff8f2; }
.inventory-stats small, .inventory-stats strong, .inventory-stats span { display: block; }
.inventory-stats small { color: #8c9591; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.inventory-stats strong { margin: 6px 0 3px; font: 800 21px var(--font-display); }
.inventory-stats span { color: #168d74; font-size: 6px; }
.inventory-stats .warning span { color: #d16b2e; }
.inventory-table { margin-top: 9px; overflow: hidden; border: 1px solid #dfe5e2; border-radius: 9px; background: #fff; }
.inventory-table header { display: flex; justify-content: space-between; padding: 11px 13px; border-bottom: 1px solid #e8ecea; }
.inventory-table header b, .inventory-table header span { font: 800 6px var(--font-display); letter-spacing: .11em; }
.inventory-table header span { color: #168d74; }
.inventory-table > div { display: grid; grid-template-columns: 1.4fr .7fr .45fr .5fr; gap: 8px; align-items: center; padding: 10px 13px; border-bottom: 1px solid #eef1f0; font-size: 7px; }
.inventory-table > div:last-child { border: 0; }
.inventory-table > div span { display: flex; align-items: center; gap: 8px; font-weight: 750; }
.inventory-table > div span i { width: 22px; height: 22px; border-radius: 6px; }
.item-purple { background: #e5d7f5; }.item-cyan { background: #d4eef1; }.item-lime { background: #e4edc9; }
.inventory-table > div b { color: #8d9592; font-weight: 600; }
.inventory-table > div em { color: #d16b2e; font-style: normal; font-weight: 800; }
.inventory-table > div small { padding: 5px; border-radius: 5px; background: #e7f3ef; color: #168d74; font-size: 5px; font-weight: 850; text-align: center; }

/* Custom workflow application */
.workflow-sample { color: #e9ebef; background: #11151f; }
.workflow-header { height: 58px; display: grid; grid-template-columns: .7fr 1fr auto; gap: 18px; align-items: center; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.09); background: #0c1018; }
.workflow-header > strong { font: 850 10px var(--font-display); letter-spacing: .08em; }
.workflow-header > strong i { width: 27px; height: 27px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 7px; background: #a72ee7; color: #fff; font-style: normal; }
.workflow-header nav { display: flex; gap: 8px; }
.workflow-header nav span { padding: 7px 9px; border-radius: 6px; color: #777e8d; font-size: 7px; font-weight: 700; }
.workflow-header nav span.active { background: rgba(167,46,231,.14); color: #d488f5; }
.workflow-header > div { display: flex; align-items: center; gap: 10px; }
.workflow-header > div b { color: #66d8a4; font: 800 6px var(--font-display); letter-spacing: .08em; }
.workflow-header > div i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #242a36; color: #bfc3cc; font: 800 7px var(--font-display); font-style: normal; }
.workflow-shell { height: 490px; padding: 23px 24px; background-image: radial-gradient(circle at 80% 5%, rgba(167,46,231,.15), transparent 27%); }
.workflow-title { display: flex; justify-content: space-between; gap: 18px; }
.workflow-title small { color: #b05be1; font: 800 7px var(--font-display); letter-spacing: .14em; }
.workflow-title h3 { margin-top: 6px; font-size: clamp(27px,3.8cqw,39px); line-height: 1; letter-spacing: -.05em; }
.workflow-title h3 em { color: #c568f2; font-style: normal; }
.workflow-title > b { height: fit-content; padding: 9px 11px; border-radius: 7px; background: #a72ee7; color: #fff; font: 800 7px var(--font-display); }
.workflow-board { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 17px; }
.workflow-board section { padding: 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; background: rgba(255,255,255,.025); }
.workflow-board section > header { display: flex; justify-content: space-between; padding: 2px 3px 9px; }
.workflow-board section > header b { color: #9ca1ad; font: 800 6px var(--font-display); letter-spacing: .13em; }
.workflow-board section > header span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #252b37; color: #9da2ad; font-size: 6px; }
.workflow-board article { position: relative; min-height: 102px; margin-bottom: 7px; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 7px; background: #1a1f2a; }
.workflow-board article.priority { border-color: rgba(167,46,231,.5); background: rgba(167,46,231,.09); }
.workflow-board article.done { opacity: .72; }
.workflow-board article small { color: #a54ece; font: 800 5px var(--font-display); letter-spacing: .11em; }
.workflow-board article strong, .workflow-board article p { display: block; }
.workflow-board article strong { margin-top: 6px; color: #eceef2; font: 700 9px var(--font-display); }
.workflow-board article p { margin: 5px 0 0; color: #747b89; font-size: 6px; }
.workflow-board article i { position: absolute; right: 9px; bottom: 8px; color: #656c7a; font-size: 6px; font-style: normal; }

/* Car dealership website */
.dealer-sample { color: #161921; background: #f5f5f2; }
.dealer-nav { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 27px; border-bottom: 1px solid #dadbdd; background: rgba(255,255,255,.9); }
.dealer-nav strong { display: flex; align-items: center; font: 850 10px var(--font-display); letter-spacing: .08em; }
.dealer-nav strong i { width: 29px; height: 29px; display: grid; place-items: center; margin-right: 8px; border-radius: 50%; background: #e2423c; color: #fff; font: 900 12px var(--font-display); font-style: normal; }
.dealer-nav strong span { margin-left: 4px; color: #e2423c; }
.dealer-nav > div { display: flex; gap: 18px; color: #696d74; font-size: 8px; font-weight: 700; }
.dealer-nav > b { padding: 9px 12px; border-radius: 100px; background: #181b22; color: #fff; font: 800 7px var(--font-display); letter-spacing: .08em; }
.dealer-hero { position: relative; height: 337px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; padding: 28px 38px 18px; overflow: hidden; background: linear-gradient(128deg,#f5f5f2 0 55%,#e9e9e4 55%); }
.dealer-copy { position: relative; z-index: 2; }
.dealer-copy > small { color: #e2423c; font: 800 7px var(--font-display); letter-spacing: .16em; }
.dealer-copy h3 { margin-top: 9px; font-size: clamp(39px,5cqw,58px); line-height: .94; letter-spacing: -.065em; }
.dealer-copy h3 em { color: #e2423c; font-style: normal; }
.dealer-copy > p { max-width: 350px; margin: 12px 0 16px; color: #6d7178; font-size: 9px; line-height: 1.55; }
.dealer-copy > div { display: flex; align-items: center; gap: 15px; }
.dealer-copy > div span { display: inline-flex; gap: 17px; padding: 10px 12px; border-radius: 100px; background: #e2423c; color: #fff; font: 800 7px var(--font-display); }
.dealer-copy > div i { padding-bottom: 3px; border-bottom: 1px solid #92959a; color: #4c5057; font: 800 7px var(--font-display); font-style: normal; }
.dealer-copy > section { display: flex; gap: 8px; align-items: center; margin-top: 15px; color: #7e8288; font-size: 6px; }
.dealer-copy > section b { color: #1e2128; font-size: 8px; }
.dealer-copy > section i { margin-left: 8px; color: #e2423c; font-weight: 800; font-style: normal; }
.dealer-car-stage { position: relative; min-height: 265px; display: grid; place-items: center; }
.dealer-sun { position: absolute; width: 230px; height: 230px; border-radius: 50%; background: linear-gradient(145deg,#ffb4ae,#e2423c); opacity: .82; }
.dealer-car { position: relative; z-index: 2; width: 330px; height: 150px; margin-top: 46px; filter: drop-shadow(0 27px 20px rgba(19,22,29,.22)); }
.dealer-car .car-body { position: absolute; left: 14px; right: 5px; bottom: 29px; height: 68px; border-radius: 55px 78px 20px 18px; background: linear-gradient(165deg,#30343d,#0e1118 65%); box-shadow: inset 0 5px 0 rgba(255,255,255,.12); }
.dealer-car .car-roof { position: absolute; left: 83px; top: 20px; width: 170px; height: 74px; border-radius: 90px 85px 0 0; background: #20242c; transform: skewX(-12deg); }
.dealer-car .car-window { position: absolute; z-index: 2; left: 105px; top: 31px; width: 120px; height: 45px; border-radius: 65px 55px 7px 5px; background: linear-gradient(145deg,#8d9ead,#3e4853); transform: skewX(-10deg); }
.dealer-car .wheel { position: absolute; z-index: 3; bottom: 8px; width: 57px; height: 57px; border: 9px solid #101218; border-radius: 50%; background: #777d86; box-shadow: inset 0 0 0 8px #2d3139; }
.wheel-left { left: 54px; }.wheel-right { right: 41px; }
.dealer-car-stage > small { position: absolute; z-index: 3; right: -4px; top: 22px; padding: 10px; border-radius: 7px; background: #fff; color: #e2423c; font: 900 17px/.9 var(--font-display); transform: rotate(4deg); box-shadow: 0 12px 24px rgba(20,23,30,.13); }
.dealer-car-stage > small b { color: #4e525a; font-size: 6px; letter-spacing: .12em; }
.dealer-search { height: 147px; display: grid; grid-template-columns: repeat(3,1fr) auto; gap: 8px; align-items: center; padding: 22px 25px; background: #171a21; color: #fff; }
.dealer-search label { display: block; padding: 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; }
.dealer-search small, .dealer-search b { display: block; }
.dealer-search small { color: #747985; font-size: 5px; font-weight: 800; letter-spacing: .12em; }
.dealer-search b { margin-top: 4px; font: 700 8px var(--font-display); }
.dealer-search > span { padding: 14px 13px; border-radius: 7px; background: #e2423c; font: 800 6px var(--font-display); letter-spacing: .06em; }

/* Auto body shop website */
.bodyshop-sample { color: #f2f3f5; background: #10141a; }
.bodyshop-nav { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 27px; border-bottom: 1px solid rgba(255,255,255,.09); background: #0b0e13; }
.bodyshop-nav strong { display: flex; align-items: center; font: 850 10px var(--font-display); letter-spacing: .06em; }
.bodyshop-nav strong i { width: 30px; height: 30px; display: grid; place-items: center; margin-right: 8px; border-radius: 7px; background: #f3a62f; color: #171a20; font: 900 7px var(--font-display); font-style: normal; }
.bodyshop-nav strong span { margin-left: 4px; color: #f3a62f; }
.bodyshop-nav > div { display: flex; gap: 18px; color: #8e939d; font-size: 8px; font-weight: 700; }
.bodyshop-nav > b { padding: 9px 12px; border-radius: 7px; background: #f3a62f; color: #171a20; font: 850 7px var(--font-display); }
.bodyshop-hero { position: relative; height: 337px; display: grid; grid-template-columns: 1fr .92fr; gap: 26px; align-items: center; padding: 27px 36px 20px; overflow: hidden; background-image: radial-gradient(circle at 75% 48%,rgba(243,166,47,.14),transparent 32%),linear-gradient(135deg,transparent 70%,rgba(255,255,255,.025)); }
.bodyshop-copy > small { color: #f3a62f; font: 800 7px var(--font-display); letter-spacing: .16em; }
.bodyshop-copy h3 { margin-top: 9px; font-size: clamp(36px,4.7cqw,54px); line-height: .95; letter-spacing: -.06em; }
.bodyshop-copy h3 em { color: #f3a62f; font-style: normal; }
.bodyshop-copy > p { max-width: 375px; margin: 12px 0 16px; color: #959aa4; font-size: 9px; line-height: 1.55; }
.bodyshop-copy > div { display: flex; align-items: center; gap: 15px; }
.bodyshop-copy > div span { display: inline-flex; gap: 17px; padding: 10px 12px; border-radius: 7px; background: #f3a62f; color: #181b20; font: 850 7px var(--font-display); }
.bodyshop-copy > div i { color: #b5b9c0; font: 700 7px var(--font-display); font-style: normal; }
.bodyshop-copy > section { display: flex; gap: 13px; margin-top: 16px; color: #787e89; font-size: 6px; }
.bodyshop-copy > section b { color: #d9dce1; }
.repair-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #181d25; box-shadow: 0 25px 45px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.repair-card > header { display: grid; grid-template-columns: 1fr 1fr; padding: 9px 13px; color: #858b95; font: 800 6px var(--font-display); letter-spacing: .13em; }
.repair-card > header b { color: #f3a62f; }
.repair-card > div { display: grid; grid-template-columns: 1fr 1fr; height: 116px; }
.repair-card > div section { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#505762,#20252d); }
.repair-card > div section + section { border-left: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg,#87909a,#353b44); }
.repair-card > div section i { width: 125px; height: 55px; border-radius: 60px 80px 18px 16px; background: #7d858f; box-shadow: inset 0 4px 0 rgba(255,255,255,.18); }
.repair-card > div .damaged-panel i { clip-path: polygon(0 0,64% 0,72% 35%,100% 42%,92% 100%,0 100%); filter: brightness(.65); }
.repair-card > div section b { position: absolute; right: 9px; top: 8px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #d85750; font-size: 8px; }
.repair-card > div .fixed-panel b { background: #52be88; }
.repair-card > footer { padding: 12px 14px 14px; }
.repair-card > footer span, .repair-card > footer strong, .repair-card > footer small { display: block; }
.repair-card > footer span { color: #777e89; font: 800 5px var(--font-display); letter-spacing: .13em; }
.repair-card > footer strong { margin-top: 4px; font: 700 9px var(--font-display); }
.repair-card > footer > i { display: block; height: 5px; margin: 10px 0 5px; border-radius: 10px; background: #303641; overflow: hidden; }
.repair-card > footer > i b { width: 82%; height: 100%; display: block; background: linear-gradient(90deg,#f3a62f,#ffd36e); }
.repair-card > footer small { color: #f3a62f; font-size: 5px; font-weight: 800; text-align: right; }
.bodyshop-services { height: 147px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 15px 24px 20px; background: #f3a62f; color: #1b1d21; }
.bodyshop-services article { display: grid; grid-template-columns: 25px 1fr; align-content: center; column-gap: 8px; padding: 11px; border: 1px solid rgba(27,29,33,.17); border-radius: 8px; background: rgba(255,255,255,.13); }
.bodyshop-services article span { grid-row: 1 / 3; color: rgba(27,29,33,.48); font: 900 8px var(--font-display); }
.bodyshop-services article b { font: 800 10px var(--font-display); }
.bodyshop-services article small { margin-top: 3px; color: #68532f; font-size: 7px; }

/* Project management application */
.project-sample { color: #202433; background: #f4f5fa; }
.project-manager-header { height: 58px; display: grid; grid-template-columns: .72fr 1fr auto; gap: 16px; align-items: center; padding: 0 19px; border-bottom: 1px solid #dfe1ec; background: #fff; }
.project-manager-header > strong { font: 850 9px var(--font-display); letter-spacing: .07em; }
.project-manager-header > strong i { width: 28px; height: 28px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 8px; background: #6957e8; color: #fff; font-style: normal; }
.project-manager-header nav { display: flex; gap: 8px; }
.project-manager-header nav span { padding: 7px 8px; border-radius: 6px; color: #7d8290; font-size: 7px; font-weight: 700; }
.project-manager-header nav span.active { background: #f0edff; color: #6957e8; }
.project-manager-header > div { display: flex; gap: 8px; align-items: center; }
.project-manager-header > div b, .project-manager-header > div i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: #f0edff; color: #6957e8; font: 800 8px var(--font-display); font-style: normal; }
.project-manager-header > div i { border-radius: 50%; background: #e5e6ec; color: #5f6470; }
.project-manager-shell { height: 490px; display: grid; grid-template-columns: 135px 1fr; }
.project-manager-shell > aside { display: flex; flex-direction: column; gap: 5px; padding: 17px 11px; border-right: 1px solid #e0e2eb; background: #fff; }
.project-manager-shell aside > small, .project-manager-shell aside > b { margin: 2px 8px 5px; color: #a2a6b1; font: 800 6px var(--font-display); letter-spacing: .13em; }
.project-manager-shell aside > b { margin-top: 16px; }
.project-manager-shell aside > span { display: flex; align-items: center; gap: 7px; padding: 8px 9px; border-radius: 7px; color: #777d89; font-size: 7px; font-weight: 700; }
.project-manager-shell aside > span.active { background: #f0edff; color: #6957e8; }
.project-manager-shell aside span i { width: 6px; height: 6px; border-radius: 50%; }
.dot-purple { background:#6957e8 }.dot-cyan { background:#43bfd1 }.dot-orange { background:#e99645 }
.project-manager-main { min-width: 0; padding: 21px 23px; }
.pm-title { display: flex; justify-content: space-between; gap: 16px; }
.pm-title small { color: #6957e8; font: 800 7px var(--font-display); letter-spacing: .14em; }
.pm-title h3 { margin-top: 5px; font-size: clamp(27px,3.8cqw,38px); line-height: 1; letter-spacing: -.05em; }
.pm-title h3 em { color: #6957e8; font-style: normal; }
.pm-title > span { height: fit-content; padding: 9px 11px; border-radius: 7px; background: #6957e8; color: #fff; font: 800 7px var(--font-display); }
.pm-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
.pm-summary article { min-height: 77px; padding: 11px; border: 1px solid #dfe1ea; border-radius: 9px; background: #fff; }
.pm-summary small, .pm-summary strong, .pm-summary span { display: block; }
.pm-summary small { color: #959aa6; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.pm-summary strong { margin-top: 5px; font: 800 18px var(--font-display); }
.pm-summary span { margin-top: 3px; color: #8a8f9a; font-size: 6px; }
.pm-summary article > i { display: block; height: 4px; margin-top: 6px; border-radius: 10px; background: #e7e8ee; overflow: hidden; }
.pm-summary article > i b { width: 68%; height: 100%; display: block; background: #6957e8; }
.pm-summary article > div { display: flex; margin-top: 7px; }
.pm-summary article > div b { width: 22px; height: 22px; display: grid; place-items: center; margin-right: -5px; border: 2px solid #fff; border-radius: 50%; background: #eceafc; color: #6957e8; font: 800 5px var(--font-display); }
.pm-timeline { margin-top: 9px; overflow: hidden; border: 1px solid #dfe1ea; border-radius: 9px; background: #fff; }
.pm-timeline header { display: grid; grid-template-columns: 100px repeat(4,1fr); gap: 5px; padding: 10px 12px; border-bottom: 1px solid #ececf1; }
.pm-timeline header b, .pm-timeline header span { font: 800 5px var(--font-display); letter-spacing: .08em; }
.pm-timeline header span { color: #a0a4ad; text-align: center; }
.pm-timeline > div { display: grid; grid-template-columns: 100px repeat(4,1fr); gap: 5px; align-items: center; min-height: 34px; padding: 0 12px; border-bottom: 1px solid #f0f0f4; }
.pm-timeline > div:last-child { border: 0; }
.pm-timeline > div strong { grid-column: 1; color: #686d78; font: 700 7px var(--font-display); }
.pm-timeline > div i { grid-column: calc(var(--start) + 1) / span var(--span); height: 12px; border-radius: 5px; background: linear-gradient(90deg,#6957e8,#9a8ff2); }

@container (max-width: 480px) {
    .sample-page { height: 610px; }
    .sample-page-stack { min-height: 610px; }
    .pet-sample-nav, .coffee-sample-nav, .dealer-nav, .bodyshop-nav { height: 54px; padding: 0 15px; }
    .pet-sample-nav > div, .coffee-sample-nav > div, .dealer-nav > div, .bodyshop-nav > div { display: none; }
    .pet-sample-nav > b, .coffee-sample-nav > b, .dealer-nav > b, .bodyshop-nav > b { padding: 8px 9px; font-size: 6px; }
    .pet-sample-hero, .coffee-sample-hero, .dealer-hero, .bodyshop-hero { min-height: 397px; grid-template-columns: 1fr; align-content: start; padding: 24px 21px; }
    .pet-sample-copy h3, .coffee-sample-copy h3, .dealer-copy h3, .bodyshop-copy h3 { max-width: 280px; font-size: 42px; }
    .pet-sample-copy > p, .coffee-sample-copy > p, .dealer-copy > p, .bodyshop-copy > p { max-width: 265px; }
    .pet-sample-visual, .coffee-scene { position: absolute; right: -25px; top: 220px; width: 210px; min-height: 185px; transform: scale(.72); transform-origin: center; }
    .pet-service-strip, .coffee-menu-strip { height: 159px; grid-template-columns: 1fr 1fr; padding: 13px; }
    .pet-service-strip article:last-child, .coffee-menu-strip article:last-child { display: none; }
    .dealer-car-stage { position: absolute; right: -50px; top: 225px; width: 270px; min-height: 170px; transform: scale(.7); transform-origin: center; }
    .dealer-search { height: 159px; grid-template-columns: 1fr 1fr; padding: 13px; }
    .dealer-search label:nth-of-type(3) { display: none; }
    .dealer-search > span { grid-column: 1 / -1; text-align: center; }
    .repair-card { position: absolute; right: -24px; top: 239px; width: 250px; transform: scale(.72) rotate(1.5deg); transform-origin: center; }
    .bodyshop-services { height: 159px; grid-template-columns: 1fr 1fr; padding: 13px; }
    .bodyshop-services article:last-child { display: none; }
    .portal-sample-header, .inventory-header, .workflow-header, .project-manager-header { height: 54px; grid-template-columns: 1fr auto; padding: 0 13px; }
    .portal-sample-header label, .inventory-header > div, .workflow-header nav, .project-manager-header nav { display: none; }
    .portal-sample-shell, .inventory-shell, .project-manager-shell { height: 556px; grid-template-columns: 1fr; }
    .portal-sample-shell > aside, .inventory-shell > aside, .project-manager-shell > aside { display: none; }
    .portal-sample-main, .inventory-main { padding: 21px 15px; }
    .portal-welcome > b, .inventory-title > b { display: none; }
    .portal-welcome h3, .inventory-title h3 { font-size: 34px; }
    .portal-project { margin-top: 18px; }
    .portal-cards { grid-template-columns: 1fr; }
    .inventory-stats { grid-template-columns: 1fr 1fr; }
    .inventory-stats article:last-child { display: none; }
    .inventory-table > div { grid-template-columns: 1.3fr .55fr .45fr; }
    .inventory-table > div b { display: none; }
    .workflow-header > div b { display: none; }
    .workflow-shell { height: 556px; padding: 21px 15px; }
    .workflow-title > b { display: none; }
    .workflow-title h3 { font-size: 34px; }
    .workflow-board { grid-template-columns: 1fr 1fr; }
    .workflow-board section:last-child { display: none; }
    .project-manager-main { padding: 21px 15px; }
    .pm-title > span { display: none; }
    .pm-title h3 { font-size: 34px; }
    .pm-summary { grid-template-columns: 1fr 1fr; }
    .pm-summary article:last-child { display: none; }
    .pm-timeline header, .pm-timeline > div { grid-template-columns: 70px repeat(4,1fr); }
}

/* Selected work gallery */
.work-showcase { position: relative; overflow: hidden; background: #0c0f17; color: #fff; }
.work-showcase::before { content: "WORK"; position: absolute; right: -28px; top: 84px; color: rgba(255,255,255,.025); font: 800 230px/1 var(--font-display); letter-spacing: -.09em; pointer-events: none; }
.work-showcase-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: end; margin-bottom: 52px; }
.work-showcase-heading h2 { margin-top: 14px; font-size: clamp(50px,5.5vw,76px); line-height: 1.02; letter-spacing: -.06em; }
.work-showcase-heading h2 em { color: transparent; background: linear-gradient(95deg,#c64dff,#7c81ff 55%,#5bdce4); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.work-showcase-intro > p:first-child { max-width: 550px; color: #aeb2bc; font-size: 17px; line-height: 1.7; }
.work-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.work-filters button { min-height: 42px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 100px; background: rgba(255,255,255,.04); color: #aeb2bc; font: 700 10px var(--font-display); cursor: pointer; transition: border-color .22s, background .22s, color .22s, transform .22s; }
.work-filters button:hover, .work-filters button.active { border-color: var(--purple); background: rgba(167,46,231,.18); color: #fff; transform: translateY(-2px); }
.work-filter-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.work-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 22px; }
.work-card { grid-column: span 6; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 21px; background: #141823; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.work-card[hidden] { display: none; }
.work-card-wide { grid-column: span 7; }
.work-card-compact { grid-column: span 5; }
.work-card-full { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr .55fr; }
.work-card-visual { position: relative; width: 100%; display: block; padding: 0; border: 0; background: #090b12; color: #fff; text-align: left; cursor: zoom-in; overflow: hidden; }
.work-card-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(4,6,11,.55),transparent 42%); pointer-events: none; }
.work-card-visual img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: cover; object-position: center top; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s; }
.work-card:hover .work-card-visual img, .work-card-visual:focus-visible img { transform: scale(1.035); filter: saturate(1.08); }
.work-card-action { position: absolute; z-index: 2; right: 16px; bottom: 15px; display: flex; align-items: center; gap: 11px; padding: 9px 10px 9px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; background: rgba(8,10,17,.78); color: #fff; font: 700 9px var(--font-display); letter-spacing: .04em; backdrop-filter: blur(9px); }
.work-card-action i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); font-style: normal; transition: transform .22s; }
.work-card:hover .work-card-action i { transform: rotate(45deg); }
.work-card-copy { padding: 24px 25px 26px; }
.work-card-copy h3 { margin-top: 12px; font-size: clamp(25px,2.3vw,36px); line-height: 1.05; letter-spacing: -.04em; }
.work-card-copy > p { max-width: 680px; margin-top: 10px; color: #9da2ae; font-size: 14px; line-height: 1.65; }
.work-status { display: flex; align-items: center; gap: 7px; color: #75e2b0; font: 800 8px var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.work-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 13px currentColor; }
.work-status-concept { color: #bc6dff; }
.work-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.work-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 100px; color: #848a97; font-size: 9px; }
.work-card-full .work-card-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px,4vw,54px); }
.work-showcase-cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 34px; padding: 26px 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(120deg,rgba(167,46,231,.13),rgba(89,220,228,.06)); }
.work-showcase-cta p { color: #d9dce3; font: 650 clamp(17px,2vw,23px) var(--font-display); }
.work-lightbox { width: min(1180px,calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #0b0e16; color: #fff; box-shadow: 0 40px 130px rgba(0,0,0,.68); overflow: hidden; }
.work-lightbox::backdrop { background: rgba(3,5,9,.82); backdrop-filter: blur(12px); }
.work-lightbox-media { max-height: calc(100vh - 170px); overflow: auto; background: #05070b; }
.work-lightbox-media img { width: 100%; height: auto; display: block; }
.work-lightbox-copy { padding: 18px 74px 20px 22px; }
.work-lightbox-copy span { color: var(--cyan); font: 800 8px var(--font-display); letter-spacing: .14em; text-transform: uppercase; }
.work-lightbox-copy h3 { margin-top: 5px; font-size: 25px; letter-spacing: -.035em; }
.work-lightbox-copy p { margin-top: 4px; color: #858b98; font-size: 11px; }
.work-lightbox-close { position: absolute; z-index: 3; right: 14px; top: 14px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(8,10,17,.82); color: #fff; font: 300 29px/1 Arial,sans-serif; cursor: pointer; backdrop-filter: blur(9px); }
.work-lightbox-close:hover { background: var(--purple); }
@media (max-width: 900px) {
    .work-showcase-heading { grid-template-columns: 1fr; gap: 25px; }
    .work-grid { gap: 16px; }
    .work-card, .work-card-wide, .work-card-compact { grid-column: span 6; }
    .work-card-full { grid-column: 1 / -1; grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .work-showcase::before { font-size: 130px; }
    .work-showcase-heading { margin-bottom: 35px; }
    .work-showcase-heading h2 { font-size: clamp(44px,13vw,60px); }
    .work-showcase-intro > p:first-child { font-size: 15px; }
    .work-filters { width: calc(100vw - 24px); flex-wrap: nowrap; padding-bottom: 6px; overflow-x: auto; scrollbar-width: none; }
    .work-filters::-webkit-scrollbar { display: none; }
    .work-filters button { flex: 0 0 auto; min-height: 44px; }
    .work-card, .work-card-wide, .work-card-compact, .work-card-full { grid-column: 1 / -1; display: block; border-radius: 17px; }
    .work-card-copy { padding: 20px; }
    .work-card-copy h3 { font-size: 28px; }
    .work-card-copy > p { font-size: 13px; }
    .work-card-action { right: 10px; bottom: 10px; }
    .work-showcase-cta { align-items: stretch; flex-direction: column; padding: 21px; }
    .work-showcase-cta .button { width: 100%; }
    .work-lightbox { width: calc(100vw - 16px); max-height: calc(100vh - 16px); border-radius: 16px; }
    .work-lightbox-media { max-height: calc(100vh - 145px); }
    .work-lightbox-copy { padding: 15px 62px 16px 16px; }
    .work-lightbox-copy p { display: none; }
    .work-lightbox-close { right: 9px; top: 9px; }
}
