.home-hero { padding-bottom: 64px; }
.home-workspace-section { border-bottom: 0; }
.demo-frame { background: #fff; box-shadow: 0 24px 64px rgba(13, 39, 109, .10), 0 8px 24px rgba(13, 39, 109, .06); }
.demo-frame video:not(.has-played) { filter: brightness(1.045) contrast(1.045); }
.clean-credibility { padding: 22px 0 26px; background: #fff; border-block: 0; overflow: hidden; }
.clean-credibility .home-container { max-width: 1200px; }
.proof-marquee-heading { position: relative; display: flex; justify-content: center; align-items: center; min-height: 36px; margin-bottom: 12px; padding-inline: 44px; }
.proof-marquee-heading h2 { margin: 0; font-size: 12px; font-weight: 500; line-height: 1.5; color: #6c7e96; text-align: center; }
.proof-motion-toggle { position: absolute; right: 0; top: 0; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #e0e7f0; border-radius: 50%; background: transparent; cursor: pointer; }
.proof-motion-toggle[hidden] { display: none; }
.proof-motion-toggle img { width: 14px; height: 14px; opacity: .65; }
.proof-motion-toggle:hover { background: #edf2fa; }
.proof-motion-toggle:focus-visible { outline: 2px solid var(--brand-blue); outline-offset: 3px; }
.proof-marquee { width: 100%; overflow: hidden; }
.proof-logo-track { display: flex; width: 100%; }
.proof-logo-group { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0; list-style: none; flex-shrink: 0; width: 100%; }
.proof-logo-group > li { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; padding: 0 32px; height: 56px; gap: 12px; }
.proof-logo { display: flex; flex: 0 0 28px; align-items: center; justify-content: center; width: 28px; height: 28px; color: #48637d; }
.proof-logo img { display: block; width: 28px; height: 28px; flex-shrink: 0; object-fit: contain; filter: grayscale(1); opacity: .75; transition: filter 180ms ease, opacity 180ms ease; }
.proof-logo-group > li:hover .proof-logo img,
.proof-logo-group > li:focus-within .proof-logo img { filter: grayscale(0); opacity: 1; }
/* Single-colour marks (grey wordmarks, slate glyphs) have no colour to restore on hover,
   so they rest lighter and darken instead. */
.proof-logo-mono img { opacity: .5; }
.proof-logo-group > li:hover .proof-logo-mono img,
.proof-logo-group > li:focus-within .proof-logo-mono img { filter: grayscale(0) brightness(.45); opacity: 1; }
.proof-wordmark { flex-basis: auto; }
.proof-wordmark-google, .proof-wordmark-google img { width: 90px; height: 31px; }
.proof-wordmark-launch, .proof-wordmark-launch img { width: 100px; height: 56px; }
.proof-wordmark-goldman, .proof-wordmark-goldman img { width: 90px; height: 45px; }
.proof-wordmark-centerview, .proof-wordmark-centerview img { width: 180px; height: 28px; }
@media (hover: none) {
  .proof-logo img { filter: none; opacity: 1; }
}
.proof-logo-group > li > span { min-width: 0; font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: 0; color: #46566b; white-space: nowrap; text-align: left; }
.proof-marquee.is-enhanced { mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.proof-marquee.is-enhanced .proof-logo-track { width: max-content; animation: proof-logo-scroll 48s linear infinite; }
.proof-marquee.is-enhanced .proof-logo-track-reverse { margin-top: 12px; animation-direction: reverse; animation-delay: -24s; }
.proof-marquee.is-enhanced .proof-logo-group { width: max-content; flex-wrap: nowrap; }
.proof-marquee.is-paused .proof-logo-track,
.proof-marquee.is-offscreen .proof-logo-track,
.proof-marquee:hover .proof-logo-track { animation-play-state: paused; }
@keyframes proof-logo-scroll { to { transform: translateX(-50%); } }

.sofa-experience { max-width: 1320px; grid-template-columns: minmax(0, 1fr) 356px; gap: 54px; margin-top: 40px; }
.sofa-scene { position: relative; width: 100%; height: 635px; margin: 0; min-width: 0; }
.sofa-illustration { position: absolute; width: 100%; height: auto; bottom: 43px; left: 0; object-fit: contain; }
.sofa-notifications { position: absolute; inset: 0; pointer-events: none; }
.sofa-notification { position: absolute; width: 218px; min-height: 78px; padding: 13px 14px; background: #ffffffed; border: 1px solid #d9e4f3; border-radius: 8px; box-shadow: 0 9px 27px #203e7814, 0 2px 5px #203e7805; animation: sofa-notice 3s linear both; }
.sofa-notification[data-slot="0"] { left: 1%; top: 9%; }
.sofa-notification[data-slot="1"] { right: 0; top: 24%; }
.sofa-notification[data-slot="2"] { left: 0; bottom: 24%; }
.sofa-notification[data-slot="3"] { right: 2%; bottom: 9%; }
.sofa-notification.is-outgoing { background: #eaf1ff; border-color: #c4d5fb; }
.sofa-notification-top { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.sofa-notification-top > span:first-child { display: grid; place-items: center; width: 25px; height: 25px; font-size: 10px; flex: 0 0 25px; border-radius: 50%; background: #fff; color: #466697; box-shadow: 0 0 0 1px #e3e9f2; overflow: hidden; }
.sofa-notification-top > span:first-child img { width: 17px; height: 17px; object-fit: contain; }
.sofa-notification-top .sofa-avatar.is-person img { width: 100%; height: 100%; object-fit: cover; }
.sofa-notification-top strong { min-width: 0; font-size: 11px; color: var(--ink); font-weight: 600; line-height: 1.35; }
.sofa-notification-top small { font-size: 9px; color: #7385a0; margin-left: auto; flex-shrink: 0; }
.sofa-notification p { font-size: 11px; line-height: 1.6; color: #607694; margin: 0; }
.sofa-notification.is-outgoing .sofa-notification-top > span:first-child { box-shadow: 0 0 0 2px #fff; }
.sofa-motion-toggle { position: absolute; right: 0; bottom: 0; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #e1e8f2; border-radius: 50%; background: #fff; cursor: pointer; }
.sofa-motion-toggle img { width: 14px; height: 14px; opacity: .5; }
.sofa-motion-toggle:hover { background: #f0f5fe; }
.sofa-motion-toggle[hidden] { display: none; }
.sofa-scene.is-paused .sofa-notification { animation-play-state: paused; }
.sofa-scene.is-still .sofa-notification { animation: none; opacity: 1; transform: none; }
@keyframes sofa-notice {
  0% { opacity: 0; transform: translateY(9px); }
  8%,90% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-5px); }
}

.weekly-workflows { background: #f7f9fc; border-block: 1px solid #e3eaf4; padding: 96px 0; scroll-margin-top: 80px; color: var(--ink); }
.weekly-workflows *, .weekly-workflows *::before, .weekly-workflows *::after { box-sizing: border-box; letter-spacing: 0; }
.weekly-workflows .home-container { max-width: 1120px; }
.weekly-intro { max-width: 710px; margin: 0 0 37px; }
.weekly-intro .home-eyebrow { color: var(--brand-blue); margin-bottom: 16px; }
.weekly-intro h2 { font-size: 44px; line-height: 1.16; font-weight: 650; margin: 0; text-wrap: balance; }
.weekly-intro > p:last-child { font-size: 16px; line-height: 1.8; color: #69809b; max-width: 640px; margin: 20px 0 0; }
.weekly-tabs { display: flex; gap: 9px; margin-bottom: 23px; flex-wrap: wrap; }
.weekly-tabs button { border: 1px solid #dbe5f3; border-radius: 6px; min-height: 44px; padding: 12px 17px; background: #fff; color: #597393; font: inherit; font-size: 12px; font-weight: 550; cursor: pointer; transition: background 160ms, color 160ms; }
.weekly-tabs button[aria-selected="true"] { background: #e9f0ff; color: var(--brand-blue); border-color: #acc4f6; }
.weekly-tabs button:hover { color: var(--brand-blue); border-color: #acc4f6; }
.weekly-panel { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); background: transparent; border-top: 1px solid #dbe5f2; border-bottom: 1px solid #dbe5f2; min-height: 350px; }
.weekly-panel[hidden] { display: none; }
.weekly-brief { padding: 32px 38px 30px 0; border-right: 1px solid #dbe5f2; }
.weekly-kicker { font-size: 10px; color: #6880a2; margin: 0 0 14px; }
.weekly-audience { font-size: 12px; line-height: 1.6; color: #597393; margin: -7px 0 14px; }
.weekly-brief h3 { font-size: 27px; line-height: 1.2; font-weight: 600; margin: 0 0 17px; max-width: 350px; }
.weekly-brief > p:not(.weekly-kicker):not(.weekly-audience) { font-size: 13px; line-height: 1.85; color: #69809b; margin: 0; }
.weekly-input { margin-top: 25px; padding-top: 19px; border-top: 1px solid #e1e8f2; font-size: 12px; line-height: 1.8; color: #6a81a0; }
.weekly-input strong { display: block; font-size: 11px; font-weight: 600; color: #3a587b; margin-bottom: 5px; }
.weekly-flow { padding: 29px 0 27px 38px; list-style: none; margin: 0; display: grid; align-content: center; gap: 22px; }
.weekly-flow li { display: flex; gap: 17px; }
.weekly-flow li > span { font-size: 11px; color: var(--brand-blue); padding-top: 3px; font-variant-numeric: tabular-nums; }
.weekly-flow h4 { font-size: 14px; line-height: 1.5; font-weight: 600; margin: 0 0 6px; }
.weekly-flow p { font-size: 12px; line-height: 1.85; color: #6b809b; margin: 0; }
.weekly-note { font-size: 10px; line-height: 1.9; color: #8090a5; margin: 18px 0 0; max-width: 1000px; }
.weekly-workflows button:focus-visible, .weekly-workflows [tabindex]:focus-visible, .sofa-motion-toggle:focus-visible { outline: 2px solid var(--brand-blue); outline-offset: 3px; }
@media (max-width: 1100px) {
  .sofa-experience { grid-template-columns: minmax(0,1fr) 330px; gap: 25px; }
  .sofa-scene { height: 600px; }
  .sofa-illustration { bottom: 122px; }
  .sofa-notification { width: 193px; padding: 11px; }
  .sofa-notification[data-slot="0"] { top: 8%; }
  .sofa-notification[data-slot="1"] { top: 25%; }
  .sofa-notification[data-slot="2"] { bottom: 17%; }
  .sofa-notification[data-slot="3"] { bottom: 2%; }
}
@media (max-width: 900px) {
  .sofa-experience { grid-template-columns: minmax(0,1fr) 290px; gap: 18px; }
  .sofa-experience .phone-concept { width: 290px; }
  .sofa-scene { height: 550px; }
  .sofa-notification { width: 165px; }
  .sofa-notification-top strong { font-size: 10px; }
  .sofa-notification p { font-size: 10px; }
  .sofa-illustration { width: 100%; max-width: 100%; left: 0; bottom: 140px; }
  .weekly-intro h2 { font-size: 38px; }
}
@media (max-width: 650px) {
  .home-hero { padding-bottom: 44px; }
  .clean-credibility { padding: 18px 0 22px; }
  .proof-marquee-heading { min-height: 44px; margin-bottom: 8px; }
  .proof-motion-toggle { width: 44px; height: 44px; }
  .sofa-experience { display: flex; flex-direction: column; gap: 25px; margin-top: 28px; }
  .sofa-scene { width: 100%; height: 480px; max-width: 470px; }
  .sofa-illustration { width: 100%; max-width: 100%; left: 0; bottom: 111px; }
  .sofa-notification { width: 162px; padding: 11px; min-height: 76px; }
  .sofa-notification[data-slot="0"] { top: 14px; left: 0; }
  .sofa-notification[data-slot="1"] { top: 88px; right: 0; }
  .sofa-notification[data-slot="2"] { bottom: 16px; left: 0; }
  .sofa-notification[data-slot="3"] { bottom: 96px; right: 0; }
  .sofa-notification-top > span:first-child { width: 21px; height: 21px; flex-basis: 21px; font-size: 9px; }
  .sofa-notification-top small { font-size: 8px; }
  .sofa-motion-toggle { bottom: 4px; width: 44px; height: 44px; }
  .sofa-experience .phone-concept { width: 340px; }
  .weekly-workflows { padding: 55px 0; }
  .weekly-intro { margin-bottom: 25px; }
  .weekly-intro h2 { font-size: 32px; line-height: 1.17; }
  .weekly-intro h2 br { display: none; }
  .weekly-intro > p:last-child { font-size: 14px; line-height: 1.8; margin-top: 17px; }
  .weekly-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin-bottom: 19px; }
  .weekly-tabs button { font-size: 10px; padding: 11px 8px; min-height: 46px; }
  .weekly-panel { display: block; }
  .weekly-brief { padding: 26px 0 23px; border-right: 0; border-bottom: 1px solid #dbe5f2; }
  .weekly-brief h3 { font-size: 26px; max-width: 340px; }
  .weekly-flow { padding: 25px 0; gap: 23px; }
  .weekly-flow li { gap: 14px; }
  .weekly-note { font-size: 9px; line-height: 1.8; }
}
@media (max-width: 360px) {
  .sofa-notification { width: 145px; padding: 10px; }
  .sofa-notification-top { gap: 4px; }
  .sofa-notification-top strong { font-size: 9px; }
  .sofa-notification p { font-size: 10px; }
  .weekly-intro h2 { font-size: 29px; }
}
@media (prefers-reduced-motion: reduce) {
  .proof-logo img { transition: none; }
  .proof-marquee.is-enhanced { mask-image: none; }
  .proof-marquee.is-enhanced .proof-logo-track { width: 100%; animation: none; transform: none; }
  .proof-marquee.is-enhanced .proof-logo-track-reverse { display: none; }
  .proof-marquee.is-enhanced .proof-logo-group { width: 100%; flex-wrap: wrap; gap: 12px 0; }
  .proof-logo-group > li { flex-basis: 50%; padding-inline: 12px; height: auto; min-height: 56px; }
  .proof-logo-group[aria-hidden="true"], .proof-motion-toggle { display: none; }
  .proof-logo-group > li > span { white-space: normal; }
  .sofa-notification { animation: none; }
  .weekly-tabs button { transition: none; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 480px) {
  .proof-logo-group > li { flex-basis: 100%; }
}
