#homepage-hero{
  --ink: #121c2b;
  --ink-soft: #354158;
  --paper: #f5f7f4;
  --white: #ffffff;
  --lime: #bcf23d;
  --lime-dark: #8fca1d;
  --teal: #0d7d79;
  --teal-deep: #075d5b;
  --blue: #376bfa;
  --purple: #7968ed;
  --line: rgba(18, 28, 43, .14);
  --shadow: 0 30px 80px rgba(9, 24, 43, .16);
  --radius: 26px;
}#homepage-hero *{ box-sizing: border-box; }#homepage-hero{ scroll-behavior: smooth; }#homepage-hero{
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}#homepage-hero a{ color: inherit; }#homepage-hero button,
#homepage-hero input{ font: inherit; }#homepage-hero .skip-link{ position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .75rem 1rem; border-radius: .5rem; }#homepage-hero .skip-link:focus{ top: 1rem; }#homepage-hero .site-header{
  width: min(1460px, calc(100% - 48px));
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 20;
}#homepage-hero .brand{ display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 295px; }#homepage-hero .brand img,
#homepage-hero .site-footer img{ width: 132px; height: auto; object-fit: contain; }#homepage-hero .brand-divider{ width: 1px; height: 28px; background: var(--line); }#homepage-hero .acbm-wordmark{ font-weight: 800; font-size: .72rem; letter-spacing: .16em; color: var(--ink-soft); }#homepage-hero .site-header nav{ display: flex; gap: 30px; margin-left: auto; }#homepage-hero .site-header nav a{ font-size: .9rem; font-weight: 700; text-decoration: none; color: var(--ink-soft); }#homepage-hero .site-header nav a:hover{ color: var(--teal); }#homepage-hero .button{ display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }#homepage-hero .button:hover{ transform: translateY(-2px); }#homepage-hero .button-small{ padding: 11px 18px; font-size: .86rem; }#homepage-hero .button-primary{ background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(18, 28, 43, .2); }#homepage-hero .button-primary:hover{ background: var(--teal-deep); }#homepage-hero .button-ghost{ border-color: var(--line); background: rgba(255,255,255,.62); }#homepage-hero .button-light{ background: var(--lime); color: var(--ink); }#homepage-hero .text-link{ font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 4px; }#homepage-hero .hero{
  width: min(1760px, calc(100% - 24px));
  min-height: 780px;
  margin: 0 auto 32px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f6ef 0%, #eaf3ef 42%, #e6efe8 100%);
  border-radius: 34px;
  border: 1px solid rgba(13, 125, 121, .09);
}#homepage-hero .ambient{ position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }#homepage-hero .ambient-one{ width: 430px; height: 430px; background: rgba(188, 242, 61, .22); left: -170px; bottom: -230px; }#homepage-hero .ambient-two{ width: 520px; height: 520px; background: rgba(55, 107, 250, .10); right: 19%; top: -350px; }#homepage-hero .hero-copy{ position: absolute; z-index: 5; left: clamp(42px, 5vw, 88px); top: 86px; width: min(47%, 680px); color: white; }#homepage-hero .hero-copy-slide{ display: none; }#homepage-hero .hero-copy-slide.is-active{ display: block; animation: copyIn .5s ease both; }
@keyframes copyIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }#homepage-hero .copy-joke{ left: auto; right: clamp(42px, 5vw, 88px); width: min(43%, 640px); }#homepage-hero .copy-close{ top: 96px; width: min(42%, 600px); }#homepage-hero .copy-close :is(h1,.hero-headline){ font-size: clamp(3.1rem, 4.15vw, 4.9rem); }#homepage-hero .copy-sentry{ top: 112px; width: min(45%, 660px); }#homepage-hero .copy-sentry :is(h1,.hero-headline) em{ color: #27bff3; }#homepage-hero .copy-m365{ top: 92px; width: min(46%, 690px); }#homepage-hero .copy-m365 :is(h1,.hero-headline){ font-size: clamp(3rem, 4.25vw, 5.1rem); }#homepage-hero .hero-stage{ position: relative; z-index: 2; }#homepage-hero .eyebrow{ display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: #d9f8f2; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }#homepage-hero .eyebrow span{ width: 26px; height: 2px; background: var(--lime); }#homepage-hero .eyebrow.dark{ color: var(--teal-deep); }#homepage-hero .hero .eyebrow{ color: #e9fff1; }#homepage-hero .hero-copy :is(h1,.hero-headline){ margin: 0; font-size: clamp(3.25rem, 4.8vw, 5.7rem); line-height: .92; letter-spacing: -.065em; font-weight: 820; }#homepage-hero .hero-copy :is(h1,.hero-headline) em{ display: inline-block; color: var(--lime); font-style: normal; }#homepage-hero .hero-lede{ max-width: 590px; margin: 24px 0 20px; color: rgba(255,255,255,.82); font-size: 1.12rem; line-height: 1.6; }#homepage-hero .hero-benefits{ max-width: 620px; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; list-style: none; }#homepage-hero .hero-benefits li{ position: relative; padding-left: 32px; display: grid; color: white; }#homepage-hero .hero-benefits li::before{ content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #123142; background: var(--lime); font-size: .7rem; font-weight: 900; }#homepage-hero .hero-benefits strong{ font-size: .92rem; }#homepage-hero .hero-benefits span{ color: rgba(255,255,255,.68); font-size: .78rem; }#homepage-hero .hero-actions{ display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }#homepage-hero .hero-proofline{ display: flex; align-items: center; gap: 13px; margin-top: 24px; color: rgba(255,255,255,.72); }#homepage-hero .hero-proofline p{ margin: 0; font-size: .88rem; }#homepage-hero .proof-icon{ width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-weight: 900; }#homepage-hero .hero-after-actions{ width: min(1400px, calc(100% - 48px)); margin: 4px auto 0; display: flex; align-items: center; gap: 28px; }#homepage-hero .hero-after-actions .button-primary{ background: var(--teal-deep); }#homepage-hero .carousel{ position: relative; }#homepage-hero .slide{ display: none; }#homepage-hero .slide.is-active{ display: block; animation: slideIn .55s ease both; }
@keyframes slideIn { from { opacity: 0; transform: translateY(10px) scale(.992); } to { opacity: 1; transform: none; } }#homepage-hero .media-frame{ height: 780px; position: relative; overflow: hidden; border-radius: 34px; box-shadow: none; background: #081623; }#homepage-hero .video-frame video{ width: 100%; height: 100%; object-fit: cover; display: block; background: #06131d; }#homepage-hero .story-frame{ display: block; color: white; text-decoration: none; }#homepage-hero .story-frame > img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }#homepage-hero .home-origin-frame > img{ object-position: center center; }#homepage-hero .home-origin-frame > video,
#homepage-hero .home-origin-frame > .poster-fallback{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}#homepage-hero .home-origin-frame > video{
  display: block;
  background: #06131d;
}#homepage-hero .home-origin-frame > .poster-fallback{ display: none; }#homepage-hero .home-origin-frame.video-failed > video{ display: none; }#homepage-hero .home-origin-frame.video-failed > .poster-fallback{ display: block; }#homepage-hero .clara-motion-frame > video,
#homepage-hero .clara-motion-frame > .clara-poster-fallback{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}#homepage-hero .clara-motion-frame > video{
  display: block;
  background: #071d18;
}#homepage-hero .clara-motion-frame > .clara-poster-fallback{ display: none; }#homepage-hero .clara-motion-frame.video-failed > video{ display: none; }#homepage-hero .clara-motion-frame.video-failed > .clara-poster-fallback{ display: block; }#homepage-hero .copy-avalanche :is(h1,.hero-headline){
  color: #f4efe5;
  text-shadow: 0 2px 22px rgba(4, 18, 28, .22);
}#homepage-hero .clara-copy-vignette{
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(4, 24, 37, .64) 0%,
    rgba(4, 24, 37, .46) 25%,
    rgba(4, 24, 37, .14) 40%,
    rgba(4, 24, 37, 0) 49%
  );
}#homepage-hero .slide-home.is-active .home-origin-frame > img{
  animation: homeScenicDrift 14s cubic-bezier(.22, .61, .36, 1) both;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {#homepage-hero .home-origin-frame > video{ display: none; }#homepage-hero .home-origin-frame > .poster-fallback{ display: block; }#homepage-hero .clara-motion-frame > video{ display: none; }#homepage-hero .clara-motion-frame > .clara-poster-fallback{ display: block; }
}#homepage-hero .water-motion{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 47%;
  overflow: hidden;
  pointer-events: none;
  opacity: .48;
  mix-blend-mode: soft-light;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.28) 18%, #000 52%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.28) 18%, #000 52%);
}#homepage-hero .water-motion::before,
#homepage-hero .water-motion::after{
  content: "";
  position: absolute;
  inset: -32% -12%;
  background:
    repeating-radial-gradient(ellipse at 52% 10%, transparent 0 10px, rgba(255,255,255,.28) 11px 12px, transparent 13px 26px),
    repeating-linear-gradient(102deg, transparent 0 22px, rgba(119,255,237,.18) 24px 25px, transparent 28px 54px);
  filter: blur(.45px);
  transform: translate3d(-2%, 0, 0) scale(1.05);
  animation: waterGlide 9s ease-in-out infinite alternate;
  will-change: transform, opacity;
}#homepage-hero .water-motion::after{
  opacity: .52;
  background:
    repeating-radial-gradient(ellipse at 42% 0%, transparent 0 17px, rgba(255,255,255,.22) 18px 19px, transparent 20px 38px);
  transform: translate3d(3%, 4%, 0) scale(1.12);
  animation: waterGlideReverse 12s ease-in-out infinite alternate;
}
@keyframes homeScenicDrift {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(-.8%, -.45%, 0); }
}
@keyframes waterGlide {
  from { transform: translate3d(-2%, 0, 0) scale(1.05); opacity: .48; }
  to { transform: translate3d(4%, 5%, 0) scale(1.12); opacity: .82; }
}
@keyframes waterGlideReverse {
  from { transform: translate3d(3%, 4%, 0) scale(1.12); opacity: .38; }
  to { transform: translate3d(-5%, -2%, 0) scale(1.04); opacity: .68; }
}#homepage-hero .story-frame:hover > img{ transform: scale(1.025); }#homepage-hero .media-shade{ position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5,40,56,.96) 0%, rgba(8,57,73,.82) 42%, rgba(26,89,105,.40) 68%, rgba(5,19,28,.30) 100%), linear-gradient(0deg, rgba(4,15,24,.30), transparent 55%); }#homepage-hero .media-caption{ position: absolute; left: auto; right: clamp(34px, 5vw, 86px); top: 220px; bottom: auto; width: min(35%, 470px); padding: 30px; color: var(--ink); background: rgba(255,255,255,.90); border: 1px solid rgba(255,255,255,.48); border-radius: 18px; box-shadow: 0 24px 70px rgba(3,18,29,.24); backdrop-filter: blur(12px); z-index: 3; pointer-events: none; }#homepage-hero .media-kicker{ color: var(--teal-deep); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 900; }#homepage-hero .media-caption h2{ margin: 8px 0 7px; font-size: clamp(1.8rem, 2.45vw, 2.75rem); line-height: 1.02; letter-spacing: -.045em; }#homepage-hero .media-caption p{ max-width: 640px; margin: 0; color: var(--ink-soft); }#homepage-hero .story-link{ position: absolute; z-index: 4; right: clamp(64px, 7.25vw, 124px); top: 445px; display: inline-flex; gap: 10px; align-items: center; color: white; background: var(--teal-deep); border-radius: 999px; padding: 12px 18px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }#homepage-hero .story-link b{ font-size: 1rem; }#homepage-hero .slide-avalanche .media-caption{ pointer-events: auto; }#homepage-hero .slide-avalanche .media-caption .story-link{ position: static; margin-top: 18px; }#homepage-hero .slide-joke .media-caption{ left: clamp(34px, 5vw, 86px); right: auto; top: 238px; width: min(34%, 440px); }#homepage-hero .slide-joke .story-link{ left: clamp(64px, 7.25vw, 124px); right: auto; top: 468px; }#homepage-hero .slide-close .briefing-app{ position: absolute; right: clamp(34px, 5vw, 86px); top: 70px; width: min(48%, 680px); }#homepage-hero .sentry-frame > img{ object-fit: contain; object-position: right center; transform: none !important; background: #020a11; }#homepage-hero .sentry-shade{ background: linear-gradient(90deg, rgba(2,10,17,.76) 0%, rgba(2,12,20,.40) 44%, rgba(3,17,28,.08) 72%, rgba(3,13,22,.18) 100%); }#homepage-hero .m365-frame{ background: radial-gradient(circle at 76% 28%, #2b6d91 0%, #123e59 32%, #071b2c 72%); }#homepage-hero .m365-frame > img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }#homepage-hero .m365-bg-shade{ position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,29,.88) 0%, rgba(4,22,38,.62) 43%, rgba(4,18,30,.16) 72%, rgba(3,14,24,.34) 100%); }#homepage-hero .m365-orbit{ position: absolute; border: 1px solid rgba(127,229,220,.16); border-radius: 50%; }#homepage-hero .m365-orbit-one{ width: 560px; height: 560px; right: -90px; top: -150px; }#homepage-hero .m365-orbit-two{ width: 380px; height: 380px; right: 160px; bottom: -210px; }#homepage-hero .m365-hero-visual{ position: absolute; z-index: 2; right: clamp(34px, 5vw, 86px); top: 155px; width: min(42%, 590px); display: grid; gap: 14px; }#homepage-hero .m365-hero-card{ min-height: 126px; padding: 22px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.48); border-radius: 18px; box-shadow: 0 22px 60px rgba(1,13,23,.30); backdrop-filter: blur(10px); }#homepage-hero .m365-hero-card > b{ width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: white; font-size: 1.3rem; }#homepage-hero .m365-hero-card > span{ display: grid; }#homepage-hero .m365-hero-card strong{ font-size: 1.08rem; }#homepage-hero .m365-hero-card small{ color: #6d7888; }#homepage-hero .m365-hero-card i{ padding: 6px 9px; border-radius: 999px; color: #19704e; background: #e0f5e9; font-size: .62rem; font-style: normal; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }#homepage-hero .teams-card > b{ background: #6264a7; }#homepage-hero .sharepoint-card > b{ background: #067b7b; }#homepage-hero .m365-route{ display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.60); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }#homepage-hero .m365-route span{ height: 1px; flex: 1; background: rgba(255,255,255,.20); }#homepage-hero .m365-route em{ font-style: normal; white-space: nowrap; }#homepage-hero .m365-link{ left: auto; right: clamp(64px, 7.25vw, 124px); top: 558px; background: #067b7b; }#homepage-hero .warm-frame{ background: linear-gradient(135deg, #492032, #0d675d); }#homepage-hero .carousel-controls{ position: absolute; z-index: 7; left: 55px; right: 55px; bottom: 22px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 12px; margin-top: 0; }#homepage-hero .carousel-arrow{ width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(5,25,35,.40); color: white; cursor: pointer; font-weight: 900; transition: .2s ease; }#homepage-hero .carousel-arrow:hover{ background: var(--ink); color: white; }#homepage-hero .carousel-dots{ display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }#homepage-hero .dot{ border: 0; border-bottom: 2px solid rgba(255,255,255,.25); background: transparent; padding: 8px 2px 10px; text-align: left; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 800; cursor: pointer; }#homepage-hero .dot span{ color: rgba(255,255,255,.42); margin-right: 6px; }#homepage-hero .dot.is-active{ color: white; border-color: var(--lime); }#homepage-hero .dot.is-active span{ color: var(--lime); }#homepage-hero .briefing-frame{ background: radial-gradient(circle at 65% 0%, #244f69 0%, #091a29 47%, #06111d 100%); padding: 28px; }#homepage-hero .briefing-glow{ position: absolute; width: 340px; height: 340px; right: -80px; top: -140px; background: rgba(188,242,61,.14); filter: blur(18px); border-radius: 50%; }#homepage-hero .briefing-app{ position: relative; overflow: hidden; background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.55); border-radius: 20px; box-shadow: 0 30px 70px rgba(0,0,0,.35); }#homepage-hero .briefing-topbar{ display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid #e6e9ee; }#homepage-hero .briefing-topbar div{ display: grid; }#homepage-hero .briefing-topbar small{ color: #7a8391; font-size: .66rem; }#homepage-hero .clara-dot{ width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #10212a; background: var(--lime); font-weight: 900; }#homepage-hero .clara-dot.large{ width: 43px; height: 43px; border-radius: 13px; }#homepage-hero .status-live{ margin-left: auto; background: #e5f8f0; color: #14714b; border-radius: 999px; padding: 5px 9px; font-size: .62rem; font-weight: 900; }#homepage-hero .briefing-body{ padding: 20px 20px 18px; }#homepage-hero .briefing-title{ display: grid; margin-bottom: 14px; }#homepage-hero .briefing-title span{ color: #6e7784; font-size: .7rem; }#homepage-hero .briefing-title strong{ margin-top: 2px; font-size: 1.08rem; }#homepage-hero .briefing-summary{ display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }#homepage-hero .briefing-summary span{ padding: 5px 8px; border-radius: 999px; font-size: .58rem; font-weight: 900; }#homepage-hero .briefing-summary .summary-red{ color: #97281f; background: #ffe5e1; }#homepage-hero .briefing-summary .summary-amber{ color: #7e570a; background: #fff1c8; }#homepage-hero .briefing-summary .summary-green{ color: #126b45; background: #dcf6e9; }#homepage-hero .signal{ display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid #e6e9ee; border-radius: 10px; margin-top: 8px; }#homepage-hero .signal > span{ width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; font-size: .58rem; font-weight: 900; }#homepage-hero .signal div{ display: grid; }#homepage-hero .signal strong{ font-size: .73rem; }#homepage-hero .signal small{ color: #7b8390; font-size: .58rem; }#homepage-hero .signal b{ font-size: .6rem; color: #526074; }#homepage-hero .signal-red > span{ background: #ffe2df; color: #a72a21; }#homepage-hero .signal-amber > span{ background: #fff1c8; color: #8a5d05; }#homepage-hero .signal-green > span{ background: #dcf6e9; color: #15724a; }#homepage-hero .briefing-footer{ display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; padding: 18px 20px 20px; background: #f1f5f3; border-top: 1px solid #dde5e1; }#homepage-hero .briefing-footer > div{ display: grid; }#homepage-hero .briefing-footer .media-kicker{ margin-bottom: 6px; font-size: .58rem; }#homepage-hero .briefing-footer strong{ color: var(--ink); font-size: .88rem; }#homepage-hero .briefing-footer p{ margin: 3px 0 0; color: #697481; font-size: .66rem; }#homepage-hero .briefing-footer a{ display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; color: white; background: var(--teal-deep); border-radius: 999px; white-space: nowrap; font-size: .62rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }#homepage-hero .briefing-footer a span{ color: var(--lime); font-size: .9rem; }#homepage-hero .quote-intro{ width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 70px; }#homepage-hero .section-label{ display: inline-block; margin-bottom: 24px; color: var(--teal-deep); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; }#homepage-hero .quote-grid{ display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }#homepage-hero .quote-card{ min-height: 310px; margin: 0; padding: 38px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }#homepage-hero .quote-card-featured{ background: var(--ink); color: white; }#homepage-hero .quote-mark{ width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; display: grid; place-items: center; color: var(--lime); font-family: Georgia, serif; font-size: 2rem; }#homepage-hero .quote-card p{ margin: 20px 0 28px; max-width: 900px; font-size: clamp(1.28rem, 2vw, 2rem); line-height: 1.35; letter-spacing: -.025em; }#homepage-hero .quote-card footer{ display: flex; align-items: center; gap: 13px; }#homepage-hero .quote-card footer span:last-child{ display: grid; }#homepage-hero .quote-card small{ opacity: .64; }#homepage-hero .avatar{ width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; }#homepage-hero .avatar-photo{ background: var(--lime); color: var(--ink); }#homepage-hero .avatar-craig{ overflow: hidden; background: #e9edf2; }#homepage-hero .avatar-craig img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1.9); }#homepage-hero .founder-card{ position: relative; background: white; border: 1px solid var(--line); }#homepage-hero .placeholder-tag{ align-self: flex-start; padding: 5px 9px; border-radius: 999px; color: #775611; background: #fff0bd; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }#homepage-hero .quote-rail{ margin-top: 20px; padding: 18px 22px; display: flex; align-items: center; gap: 17px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.54); color: var(--ink-soft); }#homepage-hero .quote-rail span{ margin-right: auto; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; color: var(--teal-deep); }#homepage-hero .quote-rail p{ margin: 0; white-space: nowrap; font-weight: 750; font-size: .82rem; }#homepage-hero .quote-rail i{ width: 4px; height: 4px; border-radius: 50%; background: var(--lime-dark); }#homepage-hero .comparison-section{ background: #fff; padding: 110px max(24px, calc((100vw - 1400px) / 2)); }#homepage-hero .section-heading{ display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; margin-bottom: 48px; }#homepage-hero .section-heading h2,
#homepage-hero .compact-heading h2{ margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.9rem); line-height: .98; letter-spacing: -.055em; }#homepage-hero .section-heading > p{ margin: 0; color: var(--ink-soft); font-size: 1.06rem; line-height: 1.75; }#homepage-hero .matrix-wrap{ border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 20px 60px rgba(18,28,43,.08); }#homepage-hero .matrix-note{ padding: 10px 16px; background: #fff6d9; color: #765a14; font-size: .72rem; }#homepage-hero .matrix-note span{ display: inline-block; margin-right: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }#homepage-hero .comparison-table{ width: 100%; border-collapse: collapse; font-size: .79rem; }#homepage-hero .comparison-table th,
#homepage-hero .comparison-table td{ padding: 17px 13px; text-align: center; border-right: 1px solid #e5e8ec; border-bottom: 1px solid #e5e8ec; }#homepage-hero .comparison-table th:first-child,
#homepage-hero .comparison-table td:first-child{ text-align: left; }#homepage-hero .comparison-table thead th{ background: #f4f6f7; color: #485267; text-transform: uppercase; letter-spacing: .055em; font-size: .66rem; }#homepage-hero .comparison-table thead th:first-child{ width: 22%; }#homepage-hero .comparison-table tbody th{ color: var(--ink); font-size: .76rem; background: #fbfcfc; }#homepage-hero .comparison-table b{ color: #168059; }#homepage-hero .comparison-table b.partial{ color: #bd8010; }#homepage-hero .comparison-table b.no{ color: #99a1ad; }#homepage-hero .comparison-table .cetova-col{ background: var(--ink); color: white; min-width: 145px; }#homepage-hero .cetova-col img{ display: block; width: 106px; margin: 0 auto 4px; filter: brightness(0) invert(1); }#homepage-hero .cetova-col span{ color: var(--lime); font-size: .59rem; }#homepage-hero .comparison-table .cetova-cell{ background: #f3f9e7; color: #24432d; font-weight: 800; }#homepage-hero .comparison-table .pain-row th,
#homepage-hero .comparison-table .pain-row td{ background: #f0f2f4; color: #5e6675; font-size: .68rem; font-style: italic; }#homepage-hero .comparison-table tr:last-child th,
#homepage-hero .comparison-table tr:last-child td{ border-bottom: 0; }#homepage-hero .comparison-table th:last-child,
#homepage-hero .comparison-table td:last-child{ border-right: 0; }#homepage-hero .matrix-footnote{ color: #7a8290; font-size: .7rem; text-align: right; }#homepage-hero .outcomes{ width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }#homepage-hero .compact-heading{ display: block; max-width: 850px; margin-bottom: 50px; }#homepage-hero .outcome-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }#homepage-hero .outcome-card{ min-height: 390px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .25s ease, box-shadow .25s ease; }#homepage-hero .outcome-card:hover{ transform: translateY(-5px); box-shadow: 0 20px 50px rgba(18,28,43,.09); }#homepage-hero .featured-outcome{ background: var(--teal-deep); color: white; }#homepage-hero .outcome-number{ margin-left: auto; color: #9aa2ae; font-size: .66rem; font-weight: 900; }#homepage-hero .featured-outcome .outcome-number{ color: rgba(255,255,255,.5); }#homepage-hero .outcome-icon{ width: 52px; height: 52px; margin: 42px 0 23px; border-radius: 15px; display: grid; place-items: center; background: #edf5dd; color: var(--teal-deep); font-size: 1.3rem; font-weight: 900; }#homepage-hero .featured-outcome .outcome-icon{ background: var(--lime); color: var(--ink); }#homepage-hero .outcome-card h3{ margin: 0; font-size: 1.52rem; line-height: 1.15; letter-spacing: -.03em; }#homepage-hero .outcome-card p{ color: #677083; font-size: .84rem; line-height: 1.65; }#homepage-hero .featured-outcome p{ color: rgba(255,255,255,.67); }#homepage-hero .outcome-card a{ margin-top: auto; font-size: .78rem; font-weight: 900; text-decoration: none; }#homepage-hero .featured-outcome a{ color: var(--lime); }#homepage-hero .clara-story{ background: var(--ink); color: white; padding: 120px max(24px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }#homepage-hero .clara-copy h2,
#homepage-hero .m365-copy h2,
#homepage-hero .migration-section h2{ margin: 0; font-size: clamp(2.7rem, 4.6vw, 5rem); line-height: .98; letter-spacing: -.055em; }#homepage-hero .clara-copy > p:not(.eyebrow){ color: rgba(255,255,255,.66); line-height: 1.75; }#homepage-hero .clara-principles{ margin-top: 35px; display: grid; gap: 12px; }#homepage-hero .clara-principles div{ padding: 14px 0; display: grid; border-top: 1px solid rgba(255,255,255,.12); }#homepage-hero .clara-principles strong{ color: var(--lime); }#homepage-hero .clara-principles span{ color: rgba(255,255,255,.62); font-size: .8rem; }#homepage-hero .investigation-card{ background: #f6f8f7; color: var(--ink); border-radius: 22px; padding: 18px; box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: rotate(1deg); }#homepage-hero .investigation-header{ display: flex; align-items: center; gap: 13px; padding: 8px 5px 17px; }#homepage-hero .investigation-header div{ display: grid; }#homepage-hero .investigation-header small{ color: #7c8491; }#homepage-hero .score{ margin-left: auto; padding: 5px 9px; border-radius: 999px; background: #ffe4d8; color: #9a351e; font-size: .65rem; font-weight: 900; }#homepage-hero .readiness-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }#homepage-hero .readiness{ padding: 22px; min-height: 140px; display: flex; flex-direction: column; border-radius: 15px; border: 1px solid #e3e6e8; background: white; }#homepage-hero .readiness span{ color: #697283; font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }#homepage-hero .readiness strong{ margin: 20px 0 2px; font-size: 1.4rem; }#homepage-hero .readiness small{ color: #7c8491; font-size: .68rem; }#homepage-hero .readiness.red{ box-shadow: inset 4px 0 #e86754; }#homepage-hero .readiness.amber{ box-shadow: inset 4px 0 #e3a62b; }#homepage-hero .readiness.green{ box-shadow: inset 4px 0 #36a66f; }#homepage-hero .audit-strip{ margin-top: 10px; padding: 10px; display: flex; align-items: center; gap: 14px; color: #687183; font-size: .65rem; }#homepage-hero .audit-strip button{ margin-left: auto; border: 0; background: var(--ink); color: #fff; padding: 8px 10px; border-radius: 8px; font-weight: 800; }#homepage-hero .m365-section{ padding: 120px max(24px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }#homepage-hero .m365-visual{ padding: 45px; min-height: 480px; border-radius: 28px; display: flex; flex-direction: column; justify-content: center; gap: 20px; background: linear-gradient(145deg, #e8edf9, #f7f8fb); border: 1px solid var(--line); }#homepage-hero .destination{ padding: 24px; display: flex; align-items: center; gap: 17px; background: white; border-radius: 16px; box-shadow: 0 18px 40px rgba(35,54,90,.1); }#homepage-hero .destination b{ width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: white; font-size: 1.2rem; }#homepage-hero .teams-destination b{ background: #6264a7; }#homepage-hero .sharepoint-destination b{ background: #067b7b; }#homepage-hero .destination span{ display: grid; }#homepage-hero .destination small{ color: #7a8391; }#homepage-hero .route-line{ display: flex; align-items: center; gap: 12px; color: #7a8391; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }#homepage-hero .route-line i{ height: 1px; flex: 1; background: #cfd5e2; }#homepage-hero .m365-copy .eyebrow{ margin-bottom: 20px; }#homepage-hero .m365-copy > p:not(.eyebrow){ color: var(--ink-soft); line-height: 1.75; }#homepage-hero .m365-copy ul{ padding: 0; margin: 30px 0 0; list-style: none; }#homepage-hero .m365-copy li{ padding: 14px 0 14px 28px; border-top: 1px solid var(--line); position: relative; }#homepage-hero .m365-copy li::before{ content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }#homepage-hero .migration-section{ padding: 120px max(24px, calc((100vw - 1400px) / 2)); background: linear-gradient(135deg, #075d5b, #0a7771); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }#homepage-hero .migration-section > div > p:not(.eyebrow){ color: rgba(255,255,255,.68); line-height: 1.75; max-width: 670px; }#homepage-hero .migration-steps{ margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }#homepage-hero .migration-steps li{ padding: 20px; display: flex; align-items: center; gap: 18px; border-radius: 14px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); }#homepage-hero .migration-steps li > span{ color: var(--lime); font-weight: 900; }#homepage-hero .migration-steps div{ display: grid; }#homepage-hero .migration-steps small{ color: rgba(255,255,255,.6); }#homepage-hero .foundation{ padding: 120px max(24px, calc((100vw - 1400px) / 2)); background: white; }#homepage-hero .foundation-intro{ display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }#homepage-hero .foundation-intro > span{ color: var(--teal-deep); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }#homepage-hero .foundation-intro h2{ margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: 1; letter-spacing: -.055em; text-align: right; }#homepage-hero .foundation-grid{ display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }#homepage-hero .foundation-grid article{ padding: 30px; min-height: 260px; border-right: 1px solid var(--line); }#homepage-hero .foundation-grid article:last-child{ border-right: 0; }#homepage-hero .foundation-grid article > span{ color: var(--teal); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }#homepage-hero .foundation-grid h3{ margin: 55px 0 10px; font-size: 1.35rem; line-height: 1.14; }#homepage-hero .foundation-grid p{ color: #70798a; font-size: .8rem; }#homepage-hero .resources{ width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }#homepage-hero .resource-copy h2{ margin: 0; font-size: clamp(2.65rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }#homepage-hero .resource-copy > p:not(.eyebrow){ color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; }#homepage-hero .resource-cards{ display: grid; gap: 14px; }#homepage-hero .resource-cards a{ min-height: 190px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; background: white; border: 1px solid var(--line); border-radius: 18px; transition: .2s ease; }#homepage-hero .resource-cards a:hover{ transform: translateX(5px); border-color: var(--teal); }#homepage-hero .resource-cards span{ color: var(--teal); text-transform: uppercase; letter-spacing: .08em; font-size: .65rem; font-weight: 900; }#homepage-hero .resource-cards strong{ font-size: 1.45rem; }#homepage-hero .resource-cards small{ color: #6d7686; }#homepage-hero .site-footer{ min-height: 130px; padding: 32px max(24px, calc((100vw - 1400px) / 2)); display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.58); background: var(--ink); font-size: .72rem; }#homepage-hero .site-footer img{ filter: brightness(0) invert(1); }#homepage-hero .site-footer p{ margin: 0 auto 0 0; }#homepage-hero .concept-toast{ position: fixed; z-index: 99; left: 50%; bottom: 24px; transform: translate(-50%, 120px); opacity: 0; padding: 13px 18px; color: white; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); font-size: .78rem; transition: .35s ease; }#homepage-hero .concept-toast.is-visible{ transform: translate(-50%, 0); opacity: 1; }#homepage-hero .story-page{ background: #edf2ed; }#homepage-hero .story-header{ height: 92px; }#homepage-hero .story-header .text-link{ margin-left: auto; }#homepage-hero .story-intro{ width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 42px; }#homepage-hero .story-intro :is(h1,.hero-headline){ max-width: 1080px; margin: 0; color: var(--ink); font-size: clamp(3.5rem, 6.4vw, 7.3rem); line-height: .9; letter-spacing: -.065em; }#homepage-hero .story-intro > p:last-child{ max-width: 720px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.7; }#homepage-hero .story-hero{ width: min(1760px, calc(100% - 24px)); min-height: 780px; margin: 0 auto; position: relative; overflow: hidden; border-radius: 34px; background: var(--ink); color: white; }#homepage-hero .story-hero > img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }#homepage-hero .story-hero-shade{ position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,22,.96) 0%, rgba(5,13,22,.68) 42%, rgba(5,13,22,.08) 75%), linear-gradient(0deg, rgba(5,13,22,.42), transparent 50%); }#homepage-hero .story-hero-copy{ position: absolute; z-index: 2; left: clamp(28px, 6vw, 108px); bottom: clamp(42px, 8vw, 120px); max-width: 780px; }#homepage-hero .story-hero-copy :is(h1,.hero-headline){ margin: 0; font-size: clamp(3.4rem, 6.4vw, 7.3rem); line-height: .9; letter-spacing: -.065em; }#homepage-hero .story-hero-copy > p:last-child{ max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 1.12rem; line-height: 1.7; }#homepage-hero .story-watch{ width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 110px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }#homepage-hero .story-watch-copy h2{ margin: 0; font-size: clamp(2.7rem, 4.6vw, 5rem); line-height: .98; letter-spacing: -.055em; }#homepage-hero .story-watch-copy p{ color: var(--ink-soft); line-height: 1.75; }#homepage-hero .story-watch video{ display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 24px; background: #071521; box-shadow: var(--shadow); }#homepage-hero .story-points{ width: min(1400px, calc(100% - 48px)); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: white; }#homepage-hero .story-points article{ min-height: 290px; padding: 34px; border-right: 1px solid var(--line); }#homepage-hero .story-points article:last-child{ border-right: 0; }#homepage-hero .story-points span{ color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }#homepage-hero .story-points h3{ margin: 70px 0 12px; font-size: 1.55rem; }#homepage-hero .story-points p{ color: #6a7484; line-height: 1.7; }#homepage-hero .story-cta{ padding: 110px max(24px, calc((100vw - 1400px) / 2)); color: white; background: linear-gradient(135deg, var(--teal-deep), #07837a); }#homepage-hero .story-cta h2{ max-width: 980px; margin: 0 0 36px; font-size: clamp(3rem, 5.4vw, 6rem); line-height: .96; letter-spacing: -.06em; }

@media (max-width: 1180px) {#homepage-hero .site-header nav{ display: none; }#homepage-hero .hero{ min-height: 820px; }#homepage-hero .hero-copy{ width: 48%; }#homepage-hero .hero-stage{ width: 100%; }#homepage-hero .media-frame{ height: 820px; }#homepage-hero .media-caption{ width: 39%; top: 235px; }#homepage-hero .story-link{ top: 470px; }#homepage-hero .outcome-grid,
#homepage-hero .foundation-grid{ grid-template-columns: 1fr 1fr; }#homepage-hero .foundation-grid article:nth-child(2){ border-right: 0; }#homepage-hero .foundation-grid article:nth-child(-n+2){ border-bottom: 1px solid var(--line); }#homepage-hero .comparison-section{ overflow-x: hidden; }#homepage-hero .matrix-wrap{ overflow-x: auto; }#homepage-hero .comparison-table{ min-width: 1080px; }
}

@media (max-width: 820px) {#homepage-hero .site-header{ width: calc(100% - 28px); }#homepage-hero .brand{ min-width: 0; }#homepage-hero .brand-divider,
#homepage-hero .acbm-wordmark,
#homepage-hero .site-header > .button{ display: none; }#homepage-hero .hero{ width: calc(100% - 20px); min-height: 920px; padding: 0; border-radius: 24px; }#homepage-hero .hero-copy{ left: 30px; right: 30px; top: 48px; width: auto; max-width: none; }#homepage-hero .copy-joke,
#homepage-hero .copy-close,
#homepage-hero .copy-sentry,
#homepage-hero .copy-m365{ left: 30px; right: 30px; top: 48px; width: auto; }#homepage-hero .copy-m365 :is(h1,.hero-headline){ font-size: 3rem; }#homepage-hero .hero-copy :is(h1,.hero-headline){ font-size: 3.2rem; }#homepage-hero .hero-lede{ font-size: 1rem; }#homepage-hero .hero-benefits{ gap: 9px; }#homepage-hero .hero-actions{ display: none; }#homepage-hero .hero-proofline{ display: none; }#homepage-hero .media-frame{ height: 920px; border-radius: 24px; }#homepage-hero .media-caption{ left: 28px; right: 28px; top: auto; bottom: 92px; width: auto; padding: 24px 24px 66px; }#homepage-hero .slide-joke .media-caption{ left: 28px; right: 28px; top: auto; bottom: 92px; width: auto; }#homepage-hero .slide-close .briefing-app{ right: 28px; top: 440px; width: calc(100% - 56px); }#homepage-hero .copy-close :is(h1,.hero-headline){ font-size: 3rem; }#homepage-hero .briefing-body{ padding: 15px; }#homepage-hero .briefing-summary{ margin-top: 8px; }#homepage-hero .signal{ padding: 8px; }#homepage-hero .briefing-footer{ padding: 14px 15px 16px; }#homepage-hero .story-link{ left: 52px; right: auto; top: auto; bottom: 111px; }#homepage-hero .slide-joke .story-link{ left: 52px; right: auto; top: auto; bottom: 111px; }#homepage-hero .m365-hero-visual{ left: 28px; right: 28px; top: 560px; width: auto; gap: 8px; }#homepage-hero .m365-hero-card{ min-height: 78px; padding: 13px; grid-template-columns: 40px 1fr; }#homepage-hero .m365-hero-card > b{ width: 40px; height: 40px; border-radius: 11px; }#homepage-hero .m365-hero-card i{ display: none; }#homepage-hero .m365-route{ font-size: .54rem; }#homepage-hero .m365-link{ left: 52px; right: auto; top: auto; bottom: 111px; }#homepage-hero .carousel-controls{ left: 20px; right: 20px; bottom: 20px; }#homepage-hero .carousel-dots{ overflow-x: auto; }#homepage-hero .dot{ white-space: nowrap; }#homepage-hero .quote-intro,
#homepage-hero .outcomes,
#homepage-hero .resources{ width: calc(100% - 28px); }#homepage-hero .quote-grid,
#homepage-hero .section-heading,
#homepage-hero .clara-story,
#homepage-hero .m365-section,
#homepage-hero .migration-section,
#homepage-hero .resources{ grid-template-columns: 1fr; }#homepage-hero .quote-card{ min-height: 330px; padding: 28px; }#homepage-hero .quote-rail{ flex-wrap: wrap; }#homepage-hero .quote-rail span{ width: 100%; }#homepage-hero .section-heading{ gap: 24px; }#homepage-hero .outcome-grid{ grid-template-columns: 1fr; }#homepage-hero .outcome-card{ min-height: 320px; }#homepage-hero .clara-story,
#homepage-hero .m365-section,
#homepage-hero .migration-section,
#homepage-hero .foundation{ padding: 85px 20px; }#homepage-hero .investigation-card{ transform: none; }#homepage-hero .foundation-intro{ display: block; }#homepage-hero .foundation-intro h2{ margin-top: 20px; text-align: left; }#homepage-hero .foundation-grid{ grid-template-columns: 1fr; }#homepage-hero .foundation-grid article{ border-right: 0; border-bottom: 1px solid var(--line); }#homepage-hero .foundation-grid article:last-child{ border-bottom: 0; }#homepage-hero .readiness-grid{ grid-template-columns: 1fr; }#homepage-hero .site-footer{ align-items: flex-start; flex-direction: column; }#homepage-hero .site-footer p{ margin: 0; }#homepage-hero .story-hero{ min-height: 660px; }#homepage-hero .story-hero-shade{ background: linear-gradient(0deg, rgba(5,13,22,.96) 0%, rgba(5,13,22,.36) 72%, transparent); }#homepage-hero .story-intro{ padding-top: 48px; }#homepage-hero .story-watch{ grid-template-columns: 1fr; gap: 40px; }#homepage-hero .story-points{ grid-template-columns: 1fr; }#homepage-hero .story-points article{ min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }#homepage-hero .story-points article:last-child{ border-bottom: 0; }#homepage-hero .story-points h3{ margin-top: 38px; }
}

@media (max-width: 540px) {#homepage-hero .hero-copy :is(h1,.hero-headline){ font-size: 2.7rem; }#homepage-hero .hero-actions{ align-items: flex-start; flex-direction: column; }#homepage-hero .hero-after-actions{ align-items: flex-start; flex-direction: column; gap: 18px; }#homepage-hero .hero{ min-height: 940px; }#homepage-hero .media-frame{ height: 940px; }#homepage-hero .video-frame video{ object-fit: contain; }#homepage-hero .media-caption{ left: 20px; right: 20px; top: auto; bottom: 88px; }#homepage-hero .slide-joke .media-caption{ left: 20px; right: 20px; top: auto; bottom: 88px; }#homepage-hero .media-caption h2{ font-size: 1.7rem; }#homepage-hero .story-link{ left: 44px; bottom: 106px; }#homepage-hero .briefing-frame{ padding: 15px 12px; }#homepage-hero .slide-close .briefing-app{ left: 20px; right: 20px; top: 450px; width: auto; }#homepage-hero .briefing-topbar{ padding: 12px 14px; }#homepage-hero .briefing-topbar .status-live{ display: none; }#homepage-hero .briefing-body{ padding: 12px 14px; }#homepage-hero .briefing-title{ margin-bottom: 9px; }#homepage-hero .briefing-title strong{ font-size: .98rem; }#homepage-hero .briefing-summary{ gap: 5px; }#homepage-hero .briefing-summary span{ padding: 4px 7px; font-size: .53rem; }#homepage-hero .signal{ grid-template-columns: 23px 1fr; }#homepage-hero .signal small{ display: none; }#homepage-hero .signal b{ display: none; }#homepage-hero .briefing-footer{ grid-template-columns: 1fr; gap: 9px; padding: 12px 14px 14px; }#homepage-hero .briefing-footer p{ display: none; }#homepage-hero .briefing-footer strong{ font-size: .78rem; }#homepage-hero .briefing-footer a{ padding: 8px 11px; font-size: .56rem; }#homepage-hero .briefing-footer a{ justify-self: start; }#homepage-hero .carousel-controls{ grid-template-columns: 38px 1fr 38px; }#homepage-hero .carousel-arrow{ width: 38px; height: 38px; }#homepage-hero .dot{ font-size: 0; }#homepage-hero .dot span{ font-size: .68rem; }#homepage-hero .quote-card p{ font-size: 1.25rem; }#homepage-hero .readiness-grid{ grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {#homepage-hero{ scroll-behavior: auto; }#homepage-hero *,
#homepage-hero *::before,
#homepage-hero *::after{ animation-duration: .01ms !important; transition-duration: .01ms !important; }
}#homepage-hero{ background: transparent; }#homepage-hero .hero{ margin-top: 0; }#homepage-hero .hero-copy-slide.is-active,
#homepage-hero .slide.is-active{
      animation: none;
      opacity: 1;
      transform: none;
    }#homepage-hero [data-message-b]{ display: none; }#homepage-hero .copy-home :is(h1,.hero-headline){font-size:clamp(40px,4.8vw,68px)}#homepage-hero .copy-home .hero-lede{max-width:540px}#homepage-hero .home-preview-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}#homepage-hero .home-preview-actions a{display:inline-flex;align-items:center;justify-content:center;padding:13px 15px;border:1px solid var(--lime);border-radius:8px;background:var(--lime);color:#123142;font-size:13px;font-weight:750;text-decoration:none}#homepage-hero .home-preview-actions a+ a{background:#123142b3;color:#fff;border-color:#ffffff80}#homepage-hero .home-preview-actions a:hover{background:#fff;color:#123142}#homepage-hero .home-preview-actions a:focus-visible{outline:3px solid white;outline-offset:4px}

@media (min-width:821px){#homepage-hero .copy-home .home-preview-actions{display:none}}#homepage-hero .copy-home .hero-benefits span{font-size:.86rem;line-height:1.5;color:rgba(255,255,255,.88)}#homepage-hero .slide-home .media-caption .home-preview-actions{position:absolute;top:100%;left:0;width:100%;margin-top:20px;pointer-events:auto}#homepage-hero .slide-home .media-caption .home-preview-actions a{flex:1 1 0;min-width:0;padding-left:8px;padding-right:8px;text-align:center}
@media (max-width:820px){#homepage-hero .copy-home .home-preview-actions{display:none}#homepage-hero .slide-home .media-caption{padding:24px}#homepage-hero .slide-home .media-caption .home-preview-actions{display:flex;flex-direction:column}#homepage-hero .slide-home .media-caption .home-preview-actions a{min-height:44px}
}

/* Homepage integration: hero rules stay inside their own component. */
#homepage-hero {background:transparent}
#homepage-hero .slide-home .media-caption .health-check-note{flex-basis:100%;margin:4px 0 0;color:#fff;font-size:13px;line-height:1.5;text-shadow:0 1px 4px #123142;background:#123142b3;padding:10px 12px;border-radius:8px}
#homepage-hero .carousel-controls{grid-template-columns:44px minmax(0,1fr) 100px}
#homepage-hero .carousel-end-controls{display:flex;align-items:center;gap:12px}
#homepage-hero .motion-control-slot{width:44px;height:44px;flex-shrink:0}
#homepage-hero .motion-toggle{display:grid;place-items:center;width:44px;height:44px;padding:0;background:rgba(5,25,35,.70);color:white;border:1px solid rgba(255,255,255,.55);border-radius:50%;cursor:pointer}
#homepage-hero .motion-toggle:hover{background:var(--ink)}
#homepage-hero .motion-toggle svg{grid-area:1/1;pointer-events:none}
#homepage-hero .motion-toggle .motion-play-icon,#homepage-hero .motion-toggle[data-paused="true"] .motion-pause-icon{display:none}
#homepage-hero .motion-toggle[data-paused="true"] .motion-play-icon{display:block}
#homepage-hero [hidden],.demo-play[hidden]{display:none!important}
#homepage-hero :focus-visible{outline:3px solid #bcf23d;outline-offset:4px}
.skip-to-content{position:fixed;top:-100px;left:16px;z-index:100;background:#fff;color:#154c79;padding:12px 20px}
.skip-to-content:focus{top:16px}
a:focus-visible,button:focus-visible,video:focus-visible{outline:3px solid #139b48;outline-offset:4px}
.demo-media{position:relative}
.demo-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;gap:10px;align-items:center;justify-content:center;padding:15px 22px;min-height:48px;white-space:nowrap;border:2px solid white;border-radius:999px;background:#154c7af2;color:#fff;font:inherit;font-weight:700;box-shadow:0 4px 24px #0005;cursor:pointer}
.demo-play:hover{background:#123142}
.demo-status{margin-top:10px;color:#154c79;font-size:14px}
@media(max-width:540px){#homepage-hero .carousel-controls{grid-template-columns:38px minmax(0,1fr) 90px;gap:8px}#homepage-hero .carousel-end-controls{gap:8px}}
.reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.btn-primary{transition:none}.logo-track{animation:none}}
