/* Projects — responsive geometry. Logo runtime and interaction are preserved below. */
.cloudbox-projects{min-height:712px;background:#08111c;color:#f4f7fa;font-family:'Montserrat',sans-serif;overflow-x:clip;--projects-card:#111c29;--projects-border:#243244;--projects-line:#223041;--projects-accent:#ffc107}
.cloudbox-projects__container{display:flex;flex-direction:column;min-height:712px;padding-top:38px;padding-bottom:38px}.cloudbox-projects__intro{width:100%;min-height:128px;display:grid;grid-template-columns:minmax(0,760px) minmax(0,750px);gap:50px}.cloudbox-projects__eyebrow{color:#ffc107;font:700 14px/18px 'Montserrat',sans-serif;margin-bottom:12px}.cloudbox-projects__title{display:flex;flex-direction:column;margin:0;font:700 46px/49px 'Montserrat',sans-serif}.cloudbox-projects__title-accent{color:#ffb005}.cloudbox-projects__intro-copy{align-self:center}.cloudbox-projects__intro-copy p{color:#aab4c0;font:400 16px/24px 'Montserrat',sans-serif}.cloudbox-projects__intro-copy strong{display:block;margin-top:8px;color:#f4f7fa;font:600 17px/26px 'Montserrat',sans-serif}
.cloudbox-projects__nav{position:relative;width:100%;height:68px;margin-top:24px;overflow:hidden;flex:0 0 68px}.cloudbox-projects__progress-track{position:absolute;left:0;top:0;width:100%;height:1px;background:#223041}.cloudbox-projects__progress{display:block;width:14.2857%;height:2px;margin-top:-.5px;background:#ffc107}.cloudbox-projects__tabs{position:absolute;left:0;top:20px;width:100%;display:flex;gap:20px}.cloudbox-projects__tab{flex:1 1 0;min-width:0;height:48px;border:1px solid #243244;border-radius:12px;background:#111c29;color:#dde4eb;font:600 13px/16px 'Montserrat',sans-serif;padding:0 12px;white-space:nowrap;cursor:pointer}.cloudbox-projects__tab.is-active{background:#ffc107;border-color:#ffc107;color:#0b121d}
.cloudbox-projects__panels{width:100%;min-height:240px;margin-top:20px}.cloudbox-projects__panel{width:100%;min-height:240px;border:1px solid #1d2a39;border-radius:18px;background:#0e1824;overflow:hidden;display:grid;grid-template-columns:320px minmax(0,1fr);column-gap:28px;padding:17px 24px}.cloudbox-projects__panel[hidden]{display:none}.cloudbox-projects__context{min-width:0;min-height:200px;display:flex;flex-direction:column;align-items:flex-start;padding-top:4px}.cloudbox-projects__panel-eyebrow{color:#ffc107;font:700 14px/16px 'Montserrat',sans-serif}.cloudbox-projects__context h3{margin-top:8px;color:#f4f7fa;font:700 24px/30px 'Montserrat',sans-serif;white-space:nowrap}.cloudbox-projects__description{margin-top:8px;color:#aab4c0;font:400 14px/21px 'Montserrat',sans-serif}.cloudbox-projects__count{margin-top:auto;width:154px;height:34px;border:1px solid #243244;border-radius:18px;display:flex;align-items:center;gap:8px;padding:0 13px;color:#dde4eb;font:600 13px/20px 'Montserrat',sans-serif}.cloudbox-projects__count i{width:6px;height:6px;border-radius:50%;background:#ffc107}.cloudbox-projects__grid{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,380px));grid-auto-rows:96px;gap:12px}.cloudbox-projects__card{min-width:0;height:96px;border:1px solid #243244;border-radius:14px;background:#111c29;display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;padding:0 12px;overflow:hidden}.cloudbox-projects__logo{width:72px;height:58px;border:1px solid #223041;border-radius:12px;background:#0b121d;display:flex;align-items:center;justify-content:center;overflow:hidden}.cloudbox-projects__logo img{display:block;width:100%;height:100%;max-width:62px;max-height:48px;object-fit:contain}.cloudbox-projects__card-copy{min-width:0}.cloudbox-projects__card-copy h4{color:#f3f6f9;font:600 15px/20px 'Montserrat',sans-serif;overflow-wrap:anywhere}.cloudbox-projects__card-copy p{color:#9da8b4;font:400 12px/18px 'Montserrat',sans-serif}.cloudbox-projects__card-dot{display:none}
.cloudbox-projects__cta{width:100%;min-height:136px;margin-top:20px;border-top:1px solid rgba(56,70,87,.92);display:grid;grid-template-columns:minmax(0,1fr) 296px;gap:32px}.cloudbox-projects__cta-copy{padding-top:22px}.cloudbox-projects__cta-copy>span{color:#ffc107;font:600 12px/18px 'Montserrat',sans-serif;letter-spacing:.8px}.cloudbox-projects__cta-copy h3{margin-top:6px;color:#f5f7fa;font:600 28px/36px 'Montserrat',sans-serif}.cloudbox-projects__cta-copy p{margin-top:6px;color:#a8b3c2;font:400 16px/24px 'Montserrat',sans-serif}.cloudbox-projects__cta-button{justify-self:end;margin-top:48px;width:296px;height:64px;border:0;border-radius:12px;background:#ffc107;color:#0b1119;box-shadow:0 10px 24px rgba(255,193,7,.16);display:flex;align-items:center;justify-content:space-between;padding:0 26px;font:600 16px/22px 'Montserrat',sans-serif}
@media (max-width:1366.98px) and (min-width:1024px){
 .cloudbox-projects{min-height:870px}.cloudbox-projects__container{min-height:870px;padding-top:37px;padding-bottom:37px}.cloudbox-projects__intro{min-height:108px;grid-template-columns:repeat(2,minmax(0,520px));gap:40px}.cloudbox-projects__eyebrow{font-size:12px;line-height:16px;margin-bottom:14px}.cloudbox-projects__title{font-size:32px;line-height:38px}.cloudbox-projects__intro-copy p{font-size:14px;line-height:22px}.cloudbox-projects__intro-copy strong{font-size:15px;line-height:22px}.cloudbox-projects__nav{height:74px;flex-basis:74px;margin-top:24px}.cloudbox-projects__tabs{top:20px;width:max(100%,1408px);gap:16px}.cloudbox-projects__tab{flex:0 0 160px;height:48px;font-size:12px;line-height:18px}.cloudbox-projects__panels{min-height:420px;margin-top:14px}.cloudbox-projects__panel{min-height:420px;display:block;padding:0;position:relative}.cloudbox-projects__context{height:190px;min-height:190px;padding:26px 24px 0;position:relative}.cloudbox-projects__panel-eyebrow{font-size:11px;line-height:16px}.cloudbox-projects__context h3{font-size:28px;line-height:34px;white-space:normal}.cloudbox-projects__description{font-size:14px;line-height:22px}.cloudbox-projects__count{position:absolute;top:50px;right:80px;margin-top:0;width:170px;height:34px;font-size:12.5px;line-height:20px}.cloudbox-projects__grid{width:calc(100% - 48px);margin-left:24px;grid-template-columns:repeat(3,minmax(0,318px));grid-auto-rows:96px;gap:14px 20px}.cloudbox-projects__card{height:96px;grid-template-columns:72px minmax(0,1fr);gap:16px;padding:0 16px}.cloudbox-projects__logo{width:72px;height:60px}.cloudbox-projects__logo img{max-width:62px;max-height:50px}.cloudbox-projects__cta{min-height:136px;margin-top:20px;grid-template-columns:minmax(0,1fr) 265px}.cloudbox-projects__cta-copy{padding-top:24px}.cloudbox-projects__cta-copy h3{font-size:26px;line-height:32px}.cloudbox-projects__cta-copy p{width:390px;font-size:14px;line-height:22px}.cloudbox-projects__cta-button{margin-top:38px;width:265px;height:60px}
}
@media (max-width:1023.98px) and (min-width:768px){
 .cloudbox-projects{min-height:1072px}.cloudbox-projects__container{min-height:1072px;padding-top:37px;padding-bottom:37px}.cloudbox-projects__intro{height:202px;min-height:202px;display:flex;flex-direction:column;text-align:center;gap:0}.cloudbox-projects__eyebrow{font-size:12px;line-height:18px;margin-bottom:12px}.cloudbox-projects__title{font-size:32px;line-height:38px;align-items:center}.cloudbox-projects__title-accent{margin-top:2px}.cloudbox-projects__intro-copy{margin-top:20px;align-self:stretch}.cloudbox-projects__intro-copy p{font-size:14px;line-height:22px}.cloudbox-projects__intro-copy strong{font-size:16px;line-height:24px}.cloudbox-projects__nav{height:70px;flex-basis:70px;margin-top:20px}.cloudbox-projects__tabs{top:16px;width:1200px;gap:14px}.cloudbox-projects__tab{flex:0 0 156px;height:48px;font-size:11.5px;line-height:18px}.cloudbox-projects__panels{min-height:516px;margin-top:14px}.cloudbox-projects__panel{min-height:516px;display:block;padding:0;position:relative}.cloudbox-projects__context{height:176px;min-height:176px;padding:26px 24px 0;position:relative}.cloudbox-projects__panel-eyebrow{font-size:11px;line-height:16px}.cloudbox-projects__context h3{font-size:28px;line-height:34px;white-space:normal}.cloudbox-projects__description{font-size:14px;line-height:22px}.cloudbox-projects__count{position:absolute;top:50px;right:28px;margin-top:0;width:170px;height:34px;font-size:12.5px;line-height:20px}.cloudbox-projects__grid{width:calc(100% - 48px);margin:0 0 0 24px;grid-template-columns:repeat(2,minmax(0,318px));grid-auto-rows:96px;gap:14px 20px}.cloudbox-projects__card{height:96px;grid-template-columns:72px minmax(0,1fr);gap:16px;padding:0 16px}.cloudbox-projects__logo{width:72px;height:60px}.cloudbox-projects__logo img{max-width:62px;max-height:50px}.cloudbox-projects__cta{min-height:150px;margin-top:26px;grid-template-columns:minmax(0,1fr) 250px}.cloudbox-projects__cta-copy{padding-top:23px}.cloudbox-projects__cta-copy>span{display:block}.cloudbox-projects__cta-copy h3{font-size:25px;line-height:32px}.cloudbox-projects__cta-copy p{width:390px;font-size:14.5px;line-height:22px;margin-top:8px;height:48px}.cloudbox-projects__cta-button{margin-top:54px;width:250px;height:52px}
}
@media (max-width:767.98px){
 .cloudbox-projects{min-height:1442px}.cloudbox-projects__container{min-height:1442px;padding-top:32px;padding-bottom:0}.cloudbox-projects__intro{height:268px;min-height:268px;display:flex;flex-direction:column;text-align:center;gap:0}.cloudbox-projects__eyebrow{font-size:11px;line-height:16px;margin-bottom:12px}.cloudbox-projects__title{font-size:29px;line-height:36px;align-items:center}.cloudbox-projects__title-accent{margin-top:2px;line-height:34px}.cloudbox-projects__intro-copy{margin-top:16px;align-self:stretch}.cloudbox-projects__intro-copy p{font-size:13.5px;line-height:22px}.cloudbox-projects__intro-copy strong{font-size:15px;line-height:22px}.cloudbox-projects__nav{height:66px;flex-basis:66px;margin-top:16px}.cloudbox-projects__tabs{top:14px;width:max-content;gap:12px}.cloudbox-projects__tab{flex:0 0 144px;height:46px;border-radius:10px;font-size:11px;line-height:18px}.cloudbox-projects__panels{min-height:774px;margin-top:18px}.cloudbox-projects__panel{min-height:774px;display:block;padding:0;position:relative}.cloudbox-projects__context{height:250px;min-height:250px;padding:22px 18px 0;position:relative}.cloudbox-projects__panel-eyebrow{font-size:10.5px;line-height:15px}.cloudbox-projects__context h3{margin-top:11px;font-size:26px;line-height:32px;white-space:normal}.cloudbox-projects__description{margin-top:10px;font-size:13.5px;line-height:22px}.cloudbox-projects__count{position:absolute;left:18px;top:198px;margin-top:0;width:160px;height:34px;font-size:12px;line-height:20px}.cloudbox-projects__grid{width:299px;max-width:calc(100% - 34px);margin:0 0 0 17px;display:flex;flex-direction:column;gap:14px}.cloudbox-projects__card{width:299px;max-width:100%;height:88px;min-height:88px;grid-template-columns:72px minmax(0,1fr);gap:16px;padding:0 16px}.cloudbox-projects__logo{position:relative;left:-1px;top:6px}.cloudbox-projects__logo{width:72px;height:60px}.cloudbox-projects__logo img{max-width:62px;max-height:50px}.cloudbox-projects__card-copy h4{font-size:14px;line-height:20px}.cloudbox-projects__card-copy p{font-size:11.5px;line-height:18px}.cloudbox-projects__cta{min-height:238px;margin-top:30px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.cloudbox-projects__cta-copy{padding-top:24px;width:335px;max-width:100%}.cloudbox-projects__cta-copy>span{display:block}.cloudbox-projects__cta-copy h3{font-size:25px;line-height:32px}.cloudbox-projects__cta-copy p{font-size:15px;line-height:22px;margin-top:10px;height:66px}.cloudbox-projects__cta-button{position:absolute;left:0;top:162px;justify-self:auto;margin-top:0;width:335px;max-width:100%;height:52px;padding:0 24px}
}
@media (prefers-reduced-motion:reduce){.cloudbox-projects *{transition:none!important;animation:none!important}}

/* 1.8.2 — restore RC2 Projects CTA interaction and pin Desktop intro copy to frozen Figma y=80. */
.cloudbox-projects__cta-button {
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.cloudbox-projects__cta-button span:last-child {
    transition: transform .22s ease;
}
@media (hover: hover) and (pointer: fine) {
    .cloudbox-projects__cta-button:hover:not(:disabled),
    .cloudbox-projects__cta-button:focus-visible:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(255, 193, 7, .24);
        background: #ffca28;
    }
    .cloudbox-projects__cta-button:hover:not(:disabled) span:last-child,
    .cloudbox-projects__cta-button:focus-visible:not(:disabled) span:last-child {
        transform: translateX(3px);
    }
}
@media (prefers-reduced-motion: reduce) {
    .cloudbox-projects__cta-button,
    .cloudbox-projects__cta-button span:last-child {
        transition: none !important;
        transform: none !important;
    }
}

/* 1.8.3 Preserve-by-Default — restore RC2 Projects interaction, including approved D8 logo saturation/scale. */
.cloudbox-projects__progress-track {
    pointer-events: none;
}
.cloudbox-projects__progress {
    will-change: width;
}
.cloudbox-projects__tab {
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}
.cloudbox-projects__tab:hover {
    transform: translateY(-1px);
    border-color: #3a4b60;
}
.cloudbox-projects__tab:focus-visible {
    outline: 2px solid var(--projects-accent);
    outline-offset: 3px;
}
.cloudbox-projects__card {
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}
.cloudbox-projects__logo {
    transition: border-color .22s ease, background-color .22s ease;
}
.cloudbox-projects__logo img {
    filter: saturate(.82);
    transition: filter .22s ease, transform .22s ease;
}
.cloudbox-projects__cta-button:disabled {
    opacity: .55;
    cursor: not-allowed;
}
.cloudbox-projects__cta-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
    .cloudbox-projects__card:hover {
        transform: translateY(-2px);
        border-color: #40526a;
        background: #142131;
    }
    .cloudbox-projects__card:hover .cloudbox-projects__logo {
        border-color: #40526a;
        background: #0d1723;
    }
    .cloudbox-projects__card:hover .cloudbox-projects__logo img {
        filter: saturate(1);
        transform: scale(1.025);
    }
}
@media (prefers-reduced-motion: reduce) {
    .cloudbox-projects__tab,
    .cloudbox-projects__card,
    .cloudbox-projects__logo,
    .cloudbox-projects__logo img {
        transition: none !important;
        transform: none !important;
    }
}

/* 1.9.22-TEST — canonical Projects geometry from HARD-FROZEN Home masters (2026-08-24). */
.cloudbox-projects__container,
.cloudbox-projects__intro,
.cloudbox-projects__nav,
.cloudbox-projects__panels,
.cloudbox-projects__panel,
.cloudbox-projects__cta,
.cloudbox-projects__card,
.cloudbox-projects__logo,
.cloudbox-projects__count,
.cloudbox-projects__tab{box-sizing:border-box}
@media (min-width:1367px){
  .cloudbox-projects{height:692px;min-height:692px;box-sizing:border-box;padding:35px 0}
  .cloudbox-projects__container{height:622px;min-height:622px;padding:0}
  .cloudbox-projects__intro{height:138px;min-height:138px}
  .cloudbox-projects__eyebrow{height:20px;margin-bottom:20px}
  .cloudbox-projects__title{gap:0}
  .cloudbox-projects__title-accent{margin-top:0}
  .cloudbox-projects__intro-copy{align-self:start;transform:none;padding-top:54px}
  .cloudbox-projects__nav{height:68px;min-height:68px;flex-basis:68px;margin-top:24px}
  .cloudbox-projects__tabs{top:20px;width:100%;gap:20px}
  .cloudbox-projects__panels{height:240px;min-height:240px;margin-top:20px}
  .cloudbox-projects__panel{width:100%;height:240px;min-height:240px;padding:17px 24px}
  .cloudbox-projects__cta{height:112px;min-height:112px;margin-top:20px;border-top:0;box-shadow:inset 0 1px 0 rgba(56,70,87,.92)}.cloudbox-projects__cta-copy>span{display:block}
}
@media (min-width:1024px) and (max-width:1366.98px){
  .cloudbox-projects{height:849px;min-height:849px;box-sizing:border-box;padding:30px 0}
  .cloudbox-projects__container{height:789px;min-height:789px;padding:0}
  .cloudbox-projects__intro{height:106px;min-height:106px;grid-template-columns:520px 540px;gap:20px}
  .cloudbox-projects__eyebrow{margin-bottom:14px}
  .cloudbox-projects__title{gap:0}
  .cloudbox-projects__title-accent{margin-top:0}
  .cloudbox-projects__intro-copy{align-self:start;transform:none;padding-top:32px}
  .cloudbox-projects__nav{height:74px;min-height:74px;flex-basis:74px;margin-top:19px}
  .cloudbox-projects__tabs{top:20px;width:1232px;gap:16px}
  .cloudbox-projects__tab{flex:0 0 160px;height:48px}
  .cloudbox-projects__panels{height:420px;min-height:420px;margin-top:14px}
  .cloudbox-projects__panel{width:100%;height:420px;min-height:420px;padding:0}
  .cloudbox-projects__cta{height:136px;min-height:136px;margin-top:20px;border-top:0;box-shadow:inset 0 1px 0 rgba(56,70,87,.92)}.cloudbox-projects__cta-copy>span{display:block}.cloudbox-projects__cta-copy p{height:48px;margin-top:8px}.cloudbox-projects__cta-button{margin-top:76px}
}
@media (min-width:768px) and (max-width:1023.98px){
  .cloudbox-projects{height:1031.456px;min-height:1031.456px;box-sizing:border-box;padding:37px 0 0}
  .cloudbox-projects__container{height:994.456px;min-height:994.456px;padding:0}
  .cloudbox-projects__intro{height:206px;min-height:206px}.cloudbox-projects__intro-main{width:100%}
  .cloudbox-projects__eyebrow{height:18px;margin-bottom:12px;line-height:16px}
  .cloudbox-projects__title{gap:2px;width:100%}.cloudbox-projects__title>span{width:100%}
  .cloudbox-projects__title-accent{margin-top:0}
  .cloudbox-projects__intro-copy{margin-top:20px}
  .cloudbox-projects__intro-copy strong{margin-top:8px}
  .cloudbox-projects__nav{height:70px;min-height:70px;flex-basis:70px;margin-top:16px}
  .cloudbox-projects__tabs{top:16px;width:1232px;gap:16px}
  .cloudbox-projects__tab{flex:0 0 160px;height:48px;font-size:12.5px;line-height:18px}
  .cloudbox-projects__panels{height:516px;min-height:516px;margin-top:14px}
  .cloudbox-projects__panel{width:100%;height:516px;min-height:516px;padding:0}
  .cloudbox-projects__cta{height:150px;min-height:150px;margin-top:26px}
}
@media (max-width:767.98px){
  .cloudbox-projects{height:1431.168px;min-height:1431.168px;box-sizing:border-box;padding:32px 0 11.168px}
  .cloudbox-projects__container{height:1388px;min-height:1388px;padding:0}
  .cloudbox-projects__intro{height:268px;min-height:268px}.cloudbox-projects__intro-main{width:100%}
  .cloudbox-projects__eyebrow{height:16px;margin-bottom:12px;line-height:15px}
  .cloudbox-projects__title{gap:2px;width:100%}.cloudbox-projects__title>span{width:100%}.cloudbox-projects__title>span:first-child{white-space:nowrap}.cloudbox-projects__title-accent{box-sizing:border-box;padding-inline:40px}
  .cloudbox-projects__title-accent{margin-top:0}
  .cloudbox-projects__intro-copy{margin-top:16px}
  .cloudbox-projects__intro-copy strong{margin-top:8px}
  .cloudbox-projects__nav{height:66px;min-height:66px;flex-basis:66px;margin-top:-6px}
  .cloudbox-projects__tabs{top:14px;width:1092px;gap:12px}
  .cloudbox-projects__tab{flex:0 0 144px;height:46px;font-size:11.5px;line-height:18px}
  .cloudbox-projects__panels{height:774px;min-height:774px;margin-top:18px}
  .cloudbox-projects__panel{width:100%;height:774px;min-height:774px;padding:0}
  .cloudbox-projects__cta{height:238px;min-height:238px;margin-top:30px}
}
