body.services-flow-page {
  background: #f7f8fb;
}

.services-flow-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-height) + 60px) var(--space-md) 88px;
  background:
    radial-gradient(circle at 15% 10%, rgba(58, 124, 165, 0.14), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(200, 169, 81, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.services-flow-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(27, 42, 74, 0.03) 0, rgba(27, 42, 74, 0.03) 1px, transparent 1px, transparent 120px);
  opacity: 0.7;
  pointer-events: none;
}

.services-flow-hero__inner,
.service-flow-band__inner,
.brand-guide-section__inner,
.service-faq-layout {
  max-width: var(--max-width);
  margin: 0 auto;
}

.services-flow-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: var(--space-lg);
  align-items: start;
}

.services-flow-hero__copy h1 {
  max-width: 11ch;
  font-size: clamp(2.9rem, 5.7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.services-flow-hero__copy p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.85;
}

.service-anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-anchor-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(25, 49, 74, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform var(--speed) var(--ease), border-color var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}

.service-anchor-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(25, 49, 74, 0.18);
  box-shadow: 0 14px 30px rgba(12, 24, 41, 0.08);
}

.service-overview-card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.9)),
    #ffffff;
  box-shadow: 0 24px 50px rgba(10, 19, 35, 0.08);
}

.service-overview-card h2 {
  margin-bottom: 12px;
  font-size: 1.9rem;
  line-height: 1.1;
}

.service-overview-card p {
  color: var(--text-secondary);
  line-height: 1.8;
}

.service-overview-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.service-overview-item {
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.service-overview-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}

.service-overview-item span {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
}

.service-flow-stack {
  position: relative;
}

.service-flow-band {
  --flow-accent: var(--gold);
  --flow-accent-strong: var(--gold-hover);
  --flow-accent-soft: rgba(200, 169, 81, 0.15);
  --flow-surface: linear-gradient(135deg, #102338 0%, #17314b 100%);
  --flow-text: rgba(255, 255, 255, 0.88);
  --flow-card: rgba(255, 255, 255, 0.08);
  position: relative;
  padding: 82px var(--space-md);
  background: var(--flow-surface);
  color: var(--white);
}

.service-flow-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 86px);
  opacity: 0.16;
  pointer-events: none;
}

.service-flow-band--web {
  --flow-accent: #d8b454;
  --flow-accent-strong: #c39a2a;
  --flow-accent-soft: rgba(216, 180, 84, 0.18);
  --flow-surface: linear-gradient(135deg, #0f2337 0%, #173250 55%, #224465 100%);
}

.service-flow-band--digital {
  --flow-accent: #4da1d2;
  --flow-accent-strong: #2d7fb0;
  --flow-accent-soft: rgba(77, 161, 210, 0.18);
  --flow-surface: linear-gradient(135deg, #0f2740 0%, #163752 48%, #1f5571 100%);
}

.service-flow-band--launch {
  --flow-accent: #4fa878;
  --flow-accent-strong: #2c8254;
  --flow-accent-soft: rgba(79, 168, 120, 0.19);
  --flow-surface: linear-gradient(135deg, #13261c 0%, #1f3d2d 48%, #28573f 100%);
}

.service-flow-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: center;
}

.service-flow-band--reverse .service-flow-band__copy {
  order: 2;
}

.service-flow-band--reverse .service-flow-band__visual {
  order: 1;
}

.service-flow-band__index {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--flow-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-flow-band__copy h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--white);
}

.service-flow-band__copy p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.82;
}

.service-flow-band__features {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.service-flow-band__features li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.7;
}

.service-flow-band__features li::before {
  content: '';
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--flow-accent);
}

.service-flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-flow-actions .btn-secondary,
.service-flow-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.service-flow-actions .btn-secondary:hover,
.service-flow-actions .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.service-proof-thumb--composite {
  padding: 12px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(77, 161, 210, 0.12), rgba(17, 39, 64, 0.08));
}

.cao360-composite {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(11, 23, 41, 0.16);
}

.cao360-composite__masthead {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(25, 49, 74, 0.08);
  background: #ffffff;
}

.service-proof-thumb--composite .cao360-composite__brand,
.service-proof-thumb--composite .cao360-composite__partner,
.service-asset-showcase .cao360-composite__brand,
.service-asset-showcase .cao360-composite__partner {
  display: block;
  width: auto;
  max-width: 48%;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.service-proof-thumb--composite .cao360-composite__brand,
.service-asset-showcase .cao360-composite__brand {
  height: clamp(28px, 3.1vw, 40px);
}

.service-proof-thumb--composite .cao360-composite__partner,
.service-asset-showcase .cao360-composite__partner {
  height: clamp(26px, 3vw, 42px);
  margin-left: auto;
  max-width: none;
}

.cao360-composite__shot {
  min-height: 0;
  background: linear-gradient(180deg, #f7fcff 0%, #edf8fc 100%);
}

.cao360-composite__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.service-asset-showcase {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.service-asset-showcase .cao360-composite {
  aspect-ratio: 1.18 / 1;
}

.service-asset-showcase .cao360-composite__masthead {
  min-height: 64px;
  padding: 14px 18px;
}

.service-asset-showcase .cao360-composite__brand {
  height: 34px;
}

.service-asset-showcase .cao360-composite__partner {
  height: 34px;
}

.service-asset-note {
  display: grid;
  gap: 8px;
}

.service-asset-note strong {
  color: var(--navy);
  font-size: 0.94rem;
  letter-spacing: -0.01em;
}

.service-asset-note p {
  margin: 0;
}

.service-flow-band__visual {
  position: relative;
}

.service-flow-band__screen {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(5, 11, 18, 0.28);
}

.service-flow-band__screen img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center top;
}

.service-flow-band__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.service-flow-support-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--flow-card);
}

.service-flow-support-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}

.service-flow-support-card span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  line-height: 1.65;
}

.service-flow-progress {
  position: fixed;
  top: 50%;
  right: 22px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.service-flow-progress__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid rgba(27, 42, 74, 0.22);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: transform var(--speed) var(--ease), border-color var(--speed) var(--ease), background var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}

.service-flow-progress__dot:hover,
.service-flow-progress__dot.is-active {
  transform: scale(1.16);
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: 0 0 0 5px rgba(27, 42, 74, 0.08);
}

.service-scroll-cta {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(460px, calc(100vw - 40px));
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(25, 49, 74, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(12, 24, 41, 0.14);
  backdrop-filter: blur(12px);
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--speed) var(--ease), transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}

.service-scroll-cta.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.service-scroll-cta p {
  margin: 0;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.service-scroll-cta .btn {
  flex: 0 0 auto;
}

.service-flow-resource {
  padding: 78px var(--space-md) 88px;
  background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
}

.service-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}

.service-resource-card {
  height: 100%;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.service-resource-card__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-resource-card h3 {
  margin-bottom: 10px;
}

.service-resource-card p {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.72;
}

.service-resource-card .btn {
  margin-top: 18px;
}

.service-resource-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}

.service-resource-note__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--text-secondary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-resource-note h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.service-resource-note p {
  max-width: 760px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.72;
}

.service-line-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.service-line-subnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--speed) var(--ease), border-color var(--speed) var(--ease);
}

.service-line-subnav a:hover,
.service-line-subnav a.is-current {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}

.service-preview-card {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.service-preview-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}

.service-preview-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
}

.service-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.service-faq-page .service-hero {
  padding-bottom: 56px;
}

.service-faq-layout {
  padding: 78px var(--space-md) 88px;
}

.service-faq-layout__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: var(--space-lg);
  align-items: start;
}

.service-faq-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  display: grid;
  gap: 18px;
}

.service-faq-sidebar .credential-panel {
  box-shadow: var(--shadow-card);
}

.service-faq-sidebar__links {
  display: grid;
  gap: 10px;
}

.service-faq-sidebar__links a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: var(--white);
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-card);
}

.service-faq-sidebar__links a:hover {
  border-color: rgba(25, 49, 74, 0.18);
}

.faq-group {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.faq-group + .faq-group {
  margin-top: 22px;
}

.faq-group__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--service-accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faq-group p {
  color: var(--text-secondary);
  line-height: 1.75;
}

.brand-guide-page {
  background: #f7f8fb;
}

.brand-guide-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-height) + 62px) var(--space-md) 86px;
  background:
    radial-gradient(circle at 18% 10%, rgba(58, 124, 165, 0.18), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(200, 169, 81, 0.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f6fa 100%);
}

.brand-guide-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(27, 42, 74, 0.03) 0, rgba(27, 42, 74, 0.03) 1px, transparent 1px, transparent 132px);
  pointer-events: none;
}

.brand-guide-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: var(--space-lg);
  align-items: start;
}

.brand-guide-hero__copy h1 {
  max-width: 10ch;
  font-size: clamp(2.9rem, 5.6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.brand-guide-hero__copy p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--text-secondary);
  font-size: 1.04rem;
  line-height: 1.84;
}

.brand-guide-panel {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 50px rgba(10, 19, 35, 0.08);
}

.brand-guide-section {
  padding: 76px var(--space-md);
}

.brand-guide-section--soft {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.brand-guide-grid,
.brand-palette-grid,
.brand-logo-grid,
.brand-asset-grid,
.brand-principle-grid {
  display: grid;
  gap: var(--space-md);
}

.brand-guide-grid,
.brand-principle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-palette-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-logo-grid,
.brand-asset-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-card,
.brand-palette-card,
.brand-logo-card,
.brand-asset-card,
.brand-principle-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(25, 49, 74, 0.08);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.brand-card p,
.brand-palette-card p,
.brand-logo-card p,
.brand-asset-card p,
.brand-principle-card p {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.72;
}

.brand-palette-card {
  padding: 0;
  overflow: hidden;
}

.brand-palette-swatch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 140px;
}

.brand-palette-swatch span {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.brand-palette-card__body {
  padding: 22px;
}

.brand-logo-card__preview,
.brand-asset-card__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #f7f9fc;
  overflow: hidden;
}

.brand-logo-card__preview--navy {
  background: var(--navy);
}

.brand-logo-card__preview img,
.brand-asset-card__preview img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.brand-asset-card__preview img {
  width: 100%;
  max-height: none;
  height: 220px;
  object-fit: cover;
  object-position: center top;
}

.brand-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(25, 49, 74, 0.06);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .service-resource-grid,
  .brand-guide-grid,
  .brand-principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-scroll-cta {
    width: min(420px, calc(100vw - 36px));
  }
}

@media (max-width: 1024px) {
  .services-flow-hero__inner,
  .service-flow-band__inner,
  .brand-guide-hero__inner,
  .service-faq-layout__grid {
    grid-template-columns: 1fr;
  }

  .service-flow-progress {
    display: none;
  }

  .service-flow-band--reverse .service-flow-band__copy,
  .service-flow-band--reverse .service-flow-band__visual {
    order: initial;
  }

  .service-faq-sidebar {
    position: static;
  }

  .service-scroll-cta {
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    width: auto;
    padding: 12px 14px;
    gap: 12px;
    border-radius: 22px;
    transform: translateY(18px);
  }

  .service-scroll-cta.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .service-preview-grid,
  .brand-palette-grid,
  .brand-logo-grid,
  .brand-asset-grid {
    grid-template-columns: 1fr;
  }

  .service-flow-band__support,
  .brand-guide-grid,
  .brand-principle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .services-flow-hero,
  .service-flow-band,
  .service-flow-resource,
  .brand-guide-hero,
  .brand-guide-section,
  .service-faq-layout {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
  }

  .services-flow-hero__copy h1,
  .brand-guide-hero__copy h1,
  .service-flow-band__copy h2 {
    max-width: none;
  }

  .service-overview-card,
  .service-flow-support-card,
  .service-resource-card,
  .brand-card,
  .brand-palette-card,
  .brand-logo-card,
  .brand-asset-card,
  .brand-principle-card,
  .faq-group {
    padding: 20px;
    border-radius: 22px;
  }

  .service-resource-grid,
  .brand-guide-grid,
  .brand-principle-grid {
    grid-template-columns: 1fr;
  }

  .service-scroll-cta p {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .service-resource-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-flow-actions,
  .service-preview-actions,
  .service-anchor-row,
  .service-line-subnav,
  .brand-chip-row {
    gap: 10px;
  }

  .cao360-composite__masthead {
    gap: 14px;
    min-height: 66px;
    padding: 14px 16px;
  }

  .service-proof-thumb--composite .cao360-composite__brand,
  .service-asset-showcase .cao360-composite__brand {
    height: 30px;
  }

  .service-proof-thumb--composite .cao360-composite__partner,
  .service-asset-showcase .cao360-composite__partner {
    height: 30px;
  }
}
