/* Shared product identity, including public, account and admin surfaces. */
a.optisaas-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
a.optisaas-brand .optisaas-mark { display: block; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; object-fit: contain; background: #f4f7fb; }
a.optisaas-brand .optisaas-lockup { display: flex; flex-direction: column; color: #f3f7fc; }
a.optisaas-brand .optisaas-name { display: block; font-family: 'Space Grotesk',sans-serif; font-size: 29px; font-weight: 650; letter-spacing: -.065em; line-height: 1.12; color: #f3f7fc; white-space: nowrap; }
a.optisaas-brand .optisaas-name > span { color: #cbfb8c; }
a.optisaas-brand .optisaas-lockup > small { margin-top: 5px; font: 500 9px/1.3 'DM Sans',sans-serif; letter-spacing: .09em; text-transform: uppercase; color: #b9cadf; }
.signal-core .optisaas-mark { width: 78%; height: 78%; border-radius: 20px; object-fit: contain; }
.mini-brand .optisaas-mark { width: 32px; height: 32px; object-fit: contain; border-radius: 8px; }
.site-header .header-actions .button { white-space: nowrap; }
.launch-hero-copy { min-width: 0; }
.launch-hero .launch-lead { overflow-wrap: anywhere; }
@media (max-width:900px) {
  .launch-hero { grid-template-columns: minmax(0,1fr); }
  .launch-hero-copy { width: 100%; max-width: 100%; }
  .launch-hero .signal-visual { width: 100%; max-width: 480px; }
}
.admin-brand.optisaas-brand .optisaas-name { font-size: 27px; }
.admin-brand.optisaas-brand .optisaas-mark { width: 32px; height: 32px; border-radius: 8px; }
.case-logotype.case-logotype-modern { display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 13px; padding: 20px 16px; border-radius: 14px; background: #f4f7fb; color: #102b3e; border-bottom: 3px solid var(--case-ink); }
.case-logotype-modern .case-brand-mark { display: block; width: 64px; height: 64px; object-fit: contain; border-radius: 10px; background: #F4F7FB; }
.case-brand-lockup { min-width: 0; }
.case-brand-lockup > span { display: block; font-family: 'Space Grotesk',sans-serif; font-size: clamp(20px,1.8vw,26px); font-weight: 650; letter-spacing: -.055em; line-height: 1.2; }
.case-brand-lockup b { font-weight: 500; color: var(--case-ink); }
.case-brand-lockup small { display: block; font-size: 12px; line-height: 1.5; color: #526274; margin-top: 7px; }
.case-named-layout .case-logotype-modern { display: inline-grid; grid-template-columns: 76px minmax(0,1fr); max-width: 100%; padding: 18px 24px 18px 14px; }
.case-named-layout .case-brand-mark { width: 76px; height: 76px; }
.case-named-layout .case-brand-lockup > span { font-size: clamp(25px,2.7vw,34px); }
.brand-identity { background: #f4f7fb; color: #102b3e; gap: 12px; padding: 12px 16px; }
.brand-identity .portfolio-mark { width: 64px; height: 64px; flex: 0 0 64px; object-fit: contain; }
.brand-identity .brand-wordmark { font: 650 27px/1.2 'Space Grotesk',sans-serif; letter-spacing: -.05em; color: #102b3e; }
.brand-wordmark > span { font-weight: 500; }
.brand-spotlight-copy > .brand-identity { width: fit-content; max-width: 100%; }
.brand-portfolio-item .brand-identity { min-height: 115px; }
@media (max-width:420px) {
  .case-logotype.case-logotype-modern { grid-template-columns: 52px minmax(0,1fr); gap: 10px; padding: 16px 12px; }
  .case-logotype-modern .case-brand-mark { width: 52px; height: 52px; }
  .case-brand-lockup > span { font-size: 21px; }
  .case-named-layout .case-brand-lockup > span { font-size: 26px; }
}
@media (max-width:1200px) and (min-width:1101px) {
  .site-header { gap: .7rem; padding-inline: 24px; }
  .site-header #main-nav { gap: .8rem; }
  .site-header a.optisaas-brand .optisaas-name { font-size: 25px; }
  .site-header a.optisaas-brand .optisaas-mark { width: 32px; height: 32px; }
}
@media (max-width:700px) {
  .site-header a.optisaas-brand .optisaas-name { font-size: 27px; }
  .site-header a.optisaas-brand .optisaas-mark { width: 32px; height: 32px; border-radius: 8px; }
  .site-header a.optisaas-brand .optisaas-lockup > small { display: none; }
}
