.landing-page {
  background:#f7f3ed;
}

.landing-page .ambient {
  display:none;
}

.landing-main {
  width:min(1480px,calc(100% - 32px));
  padding-top:20px;
  overflow:hidden;
}

.landing-hero {
  min-height:min(820px,calc(100vh - 118px));
  display:flex;
  align-items:flex-end;
  padding:clamp(44px,7vw,104px);
  border-radius:38px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  box-shadow:0 38px 90px rgba(21,30,43,.18);
}

.landing-hero-media,
.landing-hero-media video,
.landing-final-media,
.landing-final-media video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.landing-hero-media video,
.landing-final-media video {
  object-fit:cover;
}

.landing-hero-media video {
  object-position:center center;
}

.landing-hero-media {
  background:#071c35 url("../images/landing/homepage-leadership-hero.08693d02943e.webp") center/cover no-repeat;
}

.landing-video-transcript {
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  position:absolute;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}

.hero-shade {
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,17,36,.03) 0,rgba(4,25,55,.1) 42%,rgba(3,19,44,.82) 78%,rgba(3,17,39,.96) 100%),
    linear-gradient(0deg,rgba(3,16,36,.52),transparent 58%);
}

.landing-copy {
  width:min(630px,52%);
  color:white;
  position:relative;
  z-index:2;
}

.hero-kicker {
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#ffd4bb;
  font-size:14px;
  font-weight:780;
}

.hero-kicker span {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff7a2b;
  box-shadow:0 0 0 8px rgba(255,122,43,.18);
}

.landing-copy h1 {
  margin:24px 0 22px;
  color:white;
  font-size:clamp(54px,6.4vw,94px);
  font-weight:920;
  line-height:1.02;
  letter-spacing:-4.5px;
  text-wrap:balance;
}

.landing-copy h1 em {
  color:#ffad78;
  font-style:normal;
}

.landing-copy>p {
  max-width:585px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:19px;
  line-height:2.05;
}

.landing-actions {
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:34px;
  flex-wrap:wrap;
}

.landing-cta {
  min-height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:13px 25px;
  border-radius:18px;
  color:white;
  background:linear-gradient(135deg,#f4772d,#bd3f11);
  box-shadow:0 16px 38px rgba(177,54,11,.3),inset 0 1px rgba(255,255,255,.25);
  font-size:15px;
  font-weight:860;
  transition:transform .25s ease,box-shadow .25s ease;
}

.landing-cta:hover {
  color:white;
  transform:translateY(-3px);
  box-shadow:0 22px 44px rgba(177,54,11,.36);
}

.landing-cta span {
  font-size:21px;
}

.landing-demo {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--brand-navy);
  font-size:14px;
  font-weight:780;
}

.landing-copy .landing-demo {
  color:white;
  border-bottom:1px solid rgba(255,255,255,.36);
}

.hero-assurance {
  display:flex;
  gap:12px;
  margin-top:27px;
  flex-wrap:wrap;
}

.hero-assurance span {
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  color:rgba(255,255,255,.74);
  background:rgba(3,22,48,.22);
  backdrop-filter:blur(14px);
  font-size:11px;
}

.hero-scroll {
  position:absolute;
  bottom:42px;
  left:44px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.76);
  font-size:12px;
  writing-mode:vertical-rl;
}

.hero-scroll i {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  font-style:normal;
  writing-mode:horizontal-tb;
}

.landing-manifesto {
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:80px;
  align-items:start;
  padding:clamp(100px,12vw,180px) clamp(28px,7vw,110px);
  padding-bottom:clamp(54px,6vw,86px);
}

.landing-manifesto span {
  display:block;
  color:#9c3b13;
  font-size:13px;
  font-weight:850;
}

.landing-manifesto small {
  display:block;
  margin-top:12px;
  color:#7a8494;
  font-size:16px;
  line-height:1.9;
}

.landing-manifesto p {
  max-width:900px;
  margin:0;
  color:var(--brand-navy);
  font-size:clamp(33px,4.2vw,61px);
  font-weight:820;
  line-height:1.55;
  letter-spacing:-2px;
  text-wrap:balance;
}

.manifesto-film {
  min-height:clamp(470px,48vw,690px);
  grid-column:1/-1;
  margin:clamp(48px,6vw,86px) 0 0;
  border-radius:40px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  background:#071c35;
  box-shadow:0 34px 84px rgba(4,28,62,.2);
}

.manifesto-film picture,
.manifesto-film img,
.manifesto-film video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.manifesto-film img,
.manifesto-film video {
  object-fit:cover;
  object-position:center;
}

.manifesto-film img {
  transition:transform 1.2s ease;
}

.manifesto-film:hover img {
  transform:scale(1.018);
}

.manifesto-film-shade {
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(3,15,34,.03),rgba(3,19,43,.16) 46%,rgba(3,17,39,.88) 100%),
    linear-gradient(0deg,rgba(2,13,31,.56),transparent 52%);
}

.manifesto-film figcaption {
  width:min(570px,48%);
  position:absolute;
  right:clamp(30px,6vw,88px);
  bottom:clamp(34px,6vw,86px);
  z-index:2;
  color:white;
}

.manifesto-film figcaption span,
.manifesto-film figcaption strong,
.manifesto-film figcaption small {
  display:block;
}

.manifesto-film figcaption span {
  color:#ffc7a3;
  font-size:13px;
  font-weight:860;
}

.manifesto-film figcaption strong {
  margin-top:17px;
  font-size:clamp(36px,4.6vw,67px);
  line-height:1.23;
  letter-spacing:-2.6px;
  text-wrap:balance;
}

.manifesto-film figcaption small {
  max-width:480px;
  margin-top:18px;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:2;
}

.manifesto-film-motion {
  position:absolute;
  left:34px;
  bottom:32px;
  z-index:2;
  display:flex;
  align-items:flex-end;
  gap:5px;
}

.manifesto-film-motion i {
  width:4px;
  height:15px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  animation:manifesto-signal 1.6s ease-in-out infinite;
}

.manifesto-film-motion i:nth-child(2) {
  height:27px;
  animation-delay:.2s;
}

.manifesto-film-motion i:nth-child(3) {
  height:20px;
  animation-delay:.4s;
}

.landing-section {
  padding-block:clamp(92px,10vw,150px);
}

.section-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:18px 80px;
  margin-bottom:58px;
  padding-inline:clamp(12px,4vw,62px);
}

.section-intro .section-tag {
  grid-column:1/-1;
  justify-self:start;
}

.section-tag {
  display:inline-flex;
  padding:7px 13px;
  border-radius:999px;
  color:#94370f;
  background:#ffe9dc;
  font-size:12px;
  font-weight:840;
}

.section-intro h2,
.story-copy h2,
.decision-section h2 {
  margin:0;
  color:var(--brand-navy);
  font-size:clamp(42px,5vw,72px);
  line-height:1.17;
  letter-spacing:-3px;
  text-wrap:balance;
}

.section-intro p,
.decision-section>p {
  margin:0;
  color:#647086;
  font-size:17px;
  line-height:2.05;
}

.friction-section {
  padding-top:clamp(48px,5vw,70px);
  padding-bottom:clamp(48px,5vw,70px);
  padding-inline:clamp(0px,4vw,62px);
}

.friction-section .section-intro {
  padding-inline:0;
}

.friction-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.friction-grid article {
  min-height:360px;
  display:flex;
  flex-direction:column;
  padding:clamp(28px,3vw,44px);
  border:1px solid rgba(4,44,113,.1);
  border-radius:30px;
  background:
    linear-gradient(160deg,rgba(255,255,255,.9),rgba(248,241,232,.72));
  box-shadow:0 18px 46px rgba(4,44,113,.055);
}

.friction-grid article:nth-child(2) {
  color:white;
  border-color:transparent;
  background:
    radial-gradient(circle at 16% 8%,rgba(243,107,28,.28),transparent 38%),
    linear-gradient(145deg,#0d4f8c,#042c71);
  box-shadow:0 28px 64px rgba(4,44,113,.2);
}

.friction-number {
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  margin-bottom:auto;
  border-radius:17px;
  color:#a84115;
  background:#ffe5d6;
  font-size:12px;
  font-weight:900;
}

.friction-grid article:nth-child(2) .friction-number {
  color:#fff0e6;
  background:rgba(255,255,255,.14);
}

.friction-grid h3 {
  margin:38px 0 14px;
  color:var(--brand-navy);
  font-size:clamp(21px,2vw,29px);
  line-height:1.65;
}

.friction-grid p {
  margin:0;
  color:#667184;
  font-size:14px;
  line-height:2;
}

.friction-grid strong {
  display:block;
  margin-top:24px;
  color:#aa4014;
  font-size:13px;
}

.friction-grid article:nth-child(2) h3,
.friction-grid article:nth-child(2) strong {
  color:white;
}

.friction-grid article:nth-child(2) p {
  color:rgba(255,255,255,.72);
}

.friction-resolution {
  min-height:clamp(470px,46vw,650px);
  margin:26px 0 0;
  border-radius:38px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  background:#e6dfd4;
  box-shadow:0 28px 72px rgba(4,44,113,.12);
}

.friction-resolution video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform 1.1s ease;
}

.friction-resolution:hover video {
  transform:scale(1.018);
}

.friction-resolution-shade {
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(3,19,43,.9),rgba(3,20,45,.67) 35%,rgba(3,20,45,.05) 70%),
    linear-gradient(0deg,rgba(3,18,42,.35),transparent 50%);
}

.friction-resolution figcaption {
  width:min(590px,46%);
  position:absolute;
  left:clamp(28px,5vw,76px);
  bottom:clamp(30px,5vw,72px);
  z-index:2;
  color:white;
  direction:rtl;
  text-align:right;
}

.friction-resolution figcaption span,
.friction-resolution figcaption strong,
.friction-resolution figcaption small {
  display:block;
}

.friction-resolution figcaption span {
  color:#ffb787;
  font-size:12px;
  font-weight:860;
}

.friction-resolution figcaption strong {
  margin-top:16px;
  font-size:clamp(28px,3.4vw,48px);
  line-height:1.55;
  letter-spacing:-1.7px;
  text-wrap:balance;
}

.friction-resolution figcaption small {
  margin-top:14px;
  color:rgba(255,255,255,.7);
  font-size:14px;
  line-height:1.9;
}

.friction-close {
  max-width:980px;
  margin:70px auto 0;
  color:#5f6a7b;
  font-size:clamp(24px,3vw,39px);
  font-weight:620;
  line-height:1.75;
  text-align:center;
  text-wrap:balance;
}

.friction-close em {
  color:var(--brand-navy);
  font-style:normal;
  font-weight:880;
}

.product-reveal {
  padding-top:clamp(58px,6vw,86px);
}

.product-cinema {
  padding:clamp(24px,5vw,74px);
  border-radius:40px;
  background:
    radial-gradient(circle at 70% 0,rgba(244,119,45,.18),transparent 35%),
    linear-gradient(145deg,#092f6c,#021b43);
  box-shadow:0 34px 80px rgba(4,44,113,.2);
  overflow:hidden;
  position:relative;
}

.product-window {
  width:min(1120px,100%);
  margin:auto;
  border:1px solid rgba(255,255,255,.85);
  border-radius:25px;
  overflow:hidden;
  background:#f7f9fc;
  box-shadow:0 35px 80px rgba(0,0,0,.26);
}

.window-bar {
  height:52px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 18px;
  border-bottom:1px solid #edf0f5;
  color:#818b9b;
  background:white;
  font-size:11px;
}

.window-bar>span {
  margin-inline:auto;
}

.window-bar>img {
  width:27px;
  height:27px;
  object-fit:contain;
}

.window-dots {
  direction:ltr;
  display:flex;
  gap:6px;
}

.window-dots i {
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d9dee8;
}

.window-dots i:first-child {
  background:#f2a17b;
}

.window-dots i:nth-child(2) {
  background:#f2d266;
}

.window-body {
  min-height:500px;
  display:grid;
  grid-template-columns:145px 1fr;
  direction:rtl;
}

.mock-sidebar {
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:24px 16px;
  border-left:1px solid #e8edf4;
  background:white;
}

.mock-sidebar b {
  margin-bottom:23px;
  color:var(--brand-navy);
  font-size:16px;
}

.mock-sidebar span {
  padding:10px 12px;
  border-radius:9px;
  color:#8590a2;
  font-size:10px;
}

.mock-sidebar span.active {
  color:var(--brand-blue);
  background:#eef6fc;
  font-weight:850;
}

.mock-content {
  padding:32px;
  overflow:hidden;
}

.mock-greeting {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.mock-greeting small,
.mock-greeting strong {
  display:block;
}

.mock-greeting small {
  color:#939dad;
  font-size:10px;
}

.mock-greeting strong {
  color:var(--brand-navy);
  font-size:20px;
}

.mock-greeting>span {
  padding:9px 13px;
  border-radius:9px;
  color:white;
  background:var(--brand-navy);
  font-size:9px;
  font-weight:800;
}

.mock-metrics {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
  margin-top:24px;
}

.mock-metrics article {
  padding:20px;
  border:1px solid #e8edf4;
  border-radius:16px;
  background:white;
  box-shadow:0 8px 20px rgba(4,44,113,.04);
}

.mock-metrics span,
.mock-metrics strong,
.mock-metrics i {
  display:block;
}

.mock-metrics span {
  color:#8792a4;
  font-size:9px;
}

.mock-metrics strong {
  margin:6px 0;
  color:var(--brand-navy);
  font-size:18px;
}

.mock-metrics i {
  color:#21845f;
  font-size:9px;
  font-style:normal;
}

.mock-metrics i.warm {
  color:#b34215;
}

.mock-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:13px;
  margin-top:13px;
}

.mock-grid>article {
  min-width:0;
  padding:19px;
  border:1px solid #e8edf4;
  border-radius:16px;
  background:white;
}

.mock-card-title {
  display:flex;
  justify-content:space-between;
}

.mock-card-title b {
  color:#344054;
  font-size:11px;
}

.mock-card-title small {
  color:#969faf;
  font-size:8px;
}

.chart-bars {
  height:126px;
  display:flex;
  align-items:end;
  justify-content:space-around;
  gap:12px;
  padding-top:18px;
  border-bottom:1px solid #e8edf4;
  background:repeating-linear-gradient(to bottom,#f2f5f8 0,#f2f5f8 1px,transparent 1px,transparent 40px);
}

.chart-bars i {
  width:24px;
  border-radius:7px 7px 1px 1px;
  background:#b8d9ef;
}

.chart-bars .bar-1 { height:32%; }
.chart-bars .bar-2 { height:46%; }
.chart-bars .bar-3 { height:39%; }
.chart-bars .bar-4 { height:64%; }
.chart-bars .bar-5 { height:58%; }
.chart-bars .bar-6 { height:84%; }

.chart-bars i.hot {
  background:linear-gradient(var(--brand-orange),var(--brand-orange-deep));
}

.chart-labels {
  display:flex;
  justify-content:space-around;
  margin-top:7px;
  color:#969faf;
  font-size:7px;
}

.activity-card ul {
  list-style:none;
  padding:0;
  margin:10px 0 0;
}

.activity-card li {
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px 0;
  border-bottom:1px solid #eef1f5;
}

.activity-card li>i {
  width:28px;
  height:28px;
  flex:0 0 auto;
  border-radius:9px;
  background:#eaf7f1;
}

.activity-card li>i.order { background:#fff1e9; }
.activity-card li>i.client { background:#eaf3fb; }
.activity-card li span { flex:1; }
.activity-card li b,
.activity-card li small { display:block; }
.activity-card li b { color:#475467; font-size:9px; }
.activity-card li small { color:#929cac; font-size:8px; }

.product-caption {
  display:flex;
  justify-content:space-between;
  gap:24px;
  max-width:1120px;
  margin:24px auto 0;
  color:rgba(255,255,255,.68);
  font-size:11px;
}

.product-caption strong {
  color:#ffb083;
}

.story-panel {
  display:grid;
  grid-template-columns:1.18fr .82fr;
  min-height:730px;
  padding:0;
  border-radius:42px;
  background:#ece4da;
  overflow:hidden;
}

.story-media {
  min-height:730px;
  overflow:hidden;
}

.story-media img,
.story-media video {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.story-media img {
  transition:transform 1s ease;
}

.story-panel:hover .story-media img {
  transform:scale(1.018);
}

.story-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(38px,5.5vw,84px);
}

.story-copy h2 {
  margin:24px 0 20px;
}

.story-copy>p {
  margin:0;
  color:#5d6879;
  font-size:16px;
  line-height:2;
}

.story-copy blockquote {
  margin:32px 0;
  padding:21px 24px;
  border-right:3px solid var(--brand-orange);
  border-radius:18px 0 0 18px;
  color:#2f4968;
  background:rgba(255,255,255,.5);
  font-size:14px;
  font-weight:720;
  line-height:2;
}

.story-copy ul {
  display:grid;
  gap:16px;
  list-style:none;
  padding:0;
  margin:34px 0;
}

.story-copy li {
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.story-copy li>span {
  width:32px;
  height:32px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#9e3a12;
  background:#ffdcca;
  font-size:10px;
  font-weight:900;
}

.story-copy li strong,
.story-copy li small {
  display:block;
}

.story-copy li strong {
  color:var(--brand-navy);
  font-size:14px;
}

.story-copy li small {
  margin-top:4px;
  color:#6d7786;
  font-size:11px;
  line-height:1.8;
}

.text-link {
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--brand-navy);
  font-weight:850;
  border-bottom:1px solid rgba(4,44,113,.24);
}

.section-intro.centered {
  display:block;
  max-width:880px;
  margin-inline:auto;
  text-align:center;
}

.section-intro.centered .section-tag {
  margin-bottom:19px;
}

.section-intro.centered p {
  max-width:720px;
  margin:18px auto 0;
}

.daily-wins {
  padding-bottom:clamp(48px,5vw,72px);
  padding-inline:clamp(0px,4vw,62px);
}

.daily-story {
  min-height:650px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  margin-top:26px;
  border-radius:38px;
  background:#fff;
  box-shadow:0 30px 80px rgba(4,44,113,.09);
  overflow:hidden;
}

.daily-story picture {
  min-height:650px;
  overflow:hidden;
}

.daily-story-media {
  min-height:650px;
  margin:0;
  overflow:hidden;
  background:#4b332b url("../images/landing/homepage-orders-relief-v1-poster.72380fbe9f0d.webp") center/cover no-repeat;
}

.daily-story-media video {
  display:block;
  width:100%;
  height:100%;
  min-height:650px;
  object-fit:cover;
  object-position:center;
  transition:transform 1s ease;
}

.daily-story img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform 1s ease;
}

.daily-story:hover img {
  transform:scale(1.018);
}

.daily-story:hover .daily-story-media video {
  transform:scale(1.012);
}

.daily-story>div {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(36px,4.8vw,74px);
}

.daily-story>div>span {
  color:#ad4115;
  font-size:12px;
  font-weight:880;
}

.daily-story h3 {
  margin:22px 0 20px;
  color:var(--brand-navy);
  font-size:clamp(34px,4vw,56px);
  line-height:1.3;
  letter-spacing:-2px;
}

.daily-story p {
  margin:0;
  color:#657185;
  font-size:15px;
  line-height:2.1;
}

.daily-story ul {
  display:grid;
  gap:13px;
  padding:0;
  margin:30px 0;
  list-style:none;
}

.daily-story li {
  display:flex;
  align-items:center;
  gap:11px;
  color:#3e4f65;
  font-size:13px;
  line-height:1.8;
}

.daily-story li::before {
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--brand-orange);
  box-shadow:0 0 0 6px rgba(243,107,28,.12);
  content:"";
}

.daily-story a {
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--brand-navy);
  border-bottom:1px solid rgba(4,44,113,.22);
  font-size:13px;
  font-weight:880;
}

.daily-story-dispatch {
  grid-template-columns:.8fr 1.2fr;
  color:white;
  background:
    radial-gradient(circle at 16% 7%,rgba(243,107,28,.25),transparent 38%),
    linear-gradient(145deg,#0b4d8b,#031f4e);
}

.daily-story-dispatch picture,
.daily-story-dispatch>.daily-story-media {
  order:2;
}

.daily-story-dispatch-media {
  background:#1d2931 url("../images/landing/homepage-dispatch-joy-v1-poster.36a0ce28e9b7.webp") center/cover no-repeat;
}

.daily-story-dispatch>div {
  order:1;
}

.daily-story-dispatch>div>span {
  color:#ffc7a3;
}

.daily-story-dispatch h3,
.daily-story-dispatch a {
  color:white;
}

.daily-story-dispatch p,
.daily-story-dispatch li {
  color:rgba(255,255,255,.76);
}

.daily-story-dispatch a {
  border-color:rgba(255,255,255,.3);
}

.daily-story-dispatch li::before {
  background:#ffb07e;
  box-shadow:0 0 0 6px rgba(255,176,126,.12);
}

.ecosystem-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  padding-inline:clamp(0px,4vw,62px);
}

.ecosystem-grid a {
  min-height:310px;
  display:flex;
  flex-direction:column;
  padding:28px;
  border:1px solid rgba(4,44,113,.09);
  border-radius:25px;
  color:inherit;
  background:
    radial-gradient(circle at 16% 4%,rgba(244,119,45,.1),transparent 38%),
    rgba(255,255,255,.68);
  overflow:hidden;
  position:relative;
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}

.ecosystem-grid a:hover {
  transform:translateY(-5px);
  background:white;
  box-shadow:0 22px 48px rgba(4,44,113,.09);
}

.ecosystem-index {
  position:absolute;
  top:20px;
  right:22px;
  z-index:2;
  color:#ba4a1b;
  font-size:11px;
  font-weight:850;
}

.ecosystem-visual {
  height:128px;
  display:block;
  margin:-4px -4px 26px;
  border-radius:19px;
  color:#0c5597;
  background:linear-gradient(145deg,#eef7fd,#fff8f1);
  overflow:hidden;
  transition:transform .35s ease;
}

.ecosystem-grid a:hover .ecosystem-visual {
  transform:translateY(-3px) scale(1.015);
}

.ecosystem-visual svg {
  width:100%;
  height:100%;
  display:block;
}

.ecosystem-visual svg > * {
  fill:none;
  stroke:currentColor;
  stroke-width:5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.visual-crm {
  color:#9b481c;
  background:linear-gradient(145deg,#fff2e8,#f8f4ee);
}

.visual-inventory {
  color:#327160;
  background:linear-gradient(145deg,#e9f5f0,#f8f5ed);
}

.visual-distribution {
  color:#6c4c9f;
  background:linear-gradient(145deg,#f0ebfb,#f7f4ee);
}

.visual-accounting {
  color:#a24622;
  background:linear-gradient(145deg,#fff0e6,#f8f4ee);
}

.visual-reports {
  color:#0b5e9f;
  background:linear-gradient(145deg,#eaf5fd,#f8f4ee);
}

.visual-reports rect {
  fill:currentColor;
  stroke:none;
  opacity:.22;
}

.ecosystem-visual .route,
.ecosystem-visual .trend {
  stroke-dasharray:12 10;
  animation:ecosystem-line 7s linear infinite;
}

.ecosystem-grid strong {
  margin-top:auto;
  color:var(--brand-navy);
  font-size:23px;
}

.ecosystem-grid small {
  margin-top:8px;
  color:#707b8e;
  font-size:12px;
}

.ecosystem-flow {
  margin:34px clamp(0px,4vw,62px) 0;
  padding:clamp(30px,4vw,54px);
  border-radius:32px;
  color:white;
  background:
    radial-gradient(circle at 12% 0,rgba(244,119,45,.3),transparent 34%),
    linear-gradient(145deg,#0b4d8b,#031f4e);
  box-shadow:0 30px 70px rgba(4,44,113,.18);
  overflow:hidden;
}

.ecosystem-flow-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}

.ecosystem-flow-heading span {
  color:#ffbf96;
  font-size:12px;
  font-weight:850;
}

.ecosystem-flow-heading strong {
  font-size:clamp(25px,3vw,42px);
  line-height:1.5;
  text-wrap:balance;
}

.ecosystem-flow-track {
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:10px;
  margin-top:38px;
  position:relative;
}

.ecosystem-flow-track::before {
  height:2px;
  position:absolute;
  top:22px;
  right:7%;
  left:7%;
  z-index:0;
  background:linear-gradient(90deg,rgba(255,255,255,.16),#ff9d61,rgba(255,255,255,.16));
  content:"";
}

.ecosystem-flow-track > span {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  position:relative;
  z-index:1;
}

.ecosystem-flow-track i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  color:white;
  background:#0a3d76;
  box-shadow:0 0 0 7px rgba(255,255,255,.05);
  font-size:11px;
  font-style:normal;
  font-weight:900;
  animation:ecosystem-node 3.4s ease-in-out infinite;
}

.ecosystem-flow-track > span:nth-child(2) i { animation-delay:.18s; }
.ecosystem-flow-track > span:nth-child(3) i { animation-delay:.36s; }
.ecosystem-flow-track > span:nth-child(4) i { animation-delay:.54s; }
.ecosystem-flow-track > span:nth-child(5) i { animation-delay:.72s; }
.ecosystem-flow-track > span:nth-child(6) i { animation-delay:.9s; }
.ecosystem-flow-track > span:nth-child(7) i { animation-delay:1.08s; }

.ecosystem-flow-track b {
  color:rgba(255,255,255,.88);
  font-size:12px;
}

.ecosystem-flow > p {
  max-width:830px;
  margin:32px auto 0;
  color:rgba(255,255,255,.7);
  font-size:14px;
  line-height:2;
  text-align:center;
}

.ecosystem-action {
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.ecosystem-section {
  padding-top:clamp(58px,6vw,86px);
  padding-bottom:clamp(32px,4vw,58px);
}

.how-section {
  margin-inline:clamp(0px,4vw,62px);
  padding:clamp(48px,5vw,72px) clamp(26px,5vw,72px) clamp(50px,5.4vw,78px);
  border:1px solid rgba(4,44,113,.08);
  border-radius:42px;
  background:
    radial-gradient(circle at 9% 0,rgba(243,107,28,.12),transparent 30%),
    radial-gradient(circle at 92% 100%,rgba(11,106,176,.1),transparent 32%),
    linear-gradient(145deg,#fffaf6,#f0f6f8);
  box-shadow:0 26px 66px rgba(4,44,113,.08);
  overflow:hidden;
  position:relative;
}

.how-section .section-intro {
  padding-inline:0;
}

.steps-showcase {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:0;
  margin:0;
  list-style:none;
}

.steps-showcase li {
  min-height:334px;
  display:flex;
  flex-direction:column;
  gap:22px;
  padding:26px 28px 30px;
  border:1px solid rgba(4,44,113,.08);
  border-radius:27px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 38px rgba(4,44,113,.06);
}

.step-number {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#a13a10;
  background:#ffe2d2;
  font-size:13px;
  font-weight:900;
}

.step-visual {
  height:104px;
  display:block;
  border-radius:20px;
  color:#0b5e9f;
  background:linear-gradient(145deg,#eef7fd,#fff8f1);
  overflow:hidden;
}

.step-visual svg {
  width:100%;
  height:100%;
  display:block;
}

.step-visual svg > * {
  fill:none;
  stroke:currentColor;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.step-visual-reality {
  color:#a04c22;
  background:linear-gradient(145deg,#fff1e6,#f6f1eb);
}

.step-visual-flow {
  color:#31705f;
  background:linear-gradient(145deg,#e9f5f0,#f8f5ed);
}

.steps-showcase strong {
  display:block;
  color:var(--brand-navy);
  font-size:22px;
}

.steps-showcase p {
  margin:10px 0 0;
  color:#697487;
  font-size:13px;
  line-height:1.9;
}

.decision-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px 80px;
  align-items:end;
  margin:clamp(18px,2vw,30px) clamp(0px,4vw,62px) clamp(56px,6vw,86px);
  padding:clamp(44px,5vw,74px);
  border:1px solid rgba(4,44,113,.08);
  border-radius:38px;
  background:
    radial-gradient(circle at 0 100%,rgba(243,107,28,.12),transparent 31%),
    linear-gradient(145deg,#fffdfb,#edf5fa);
  box-shadow:0 24px 58px rgba(4,44,113,.09);
  overflow:hidden;
  position:relative;
}

.decision-section .section-tag {
  margin-bottom:18px;
}

.decision-facts {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.decision-facts span {
  min-height:62px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:14px 16px;
  border:1px solid rgba(4,44,113,.08);
  border-radius:18px;
  color:#334f6d;
  background:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:760;
}

.decision-facts i {
  width:27px;
  height:27px;
  display:grid;
  flex:0 0 27px;
  place-items:center;
  border-radius:50%;
  color:#9a3b13;
  background:#ffe5d5;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}

.landing-resource-links {
  grid-column:1/-1;
  margin-top:0;
}

.landing-final {
  min-height:690px;
  display:flex;
  align-items:center;
  margin:10px 0 70px;
  padding:clamp(44px,8vw,112px);
  border-radius:42px;
  color:white;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  box-shadow:0 36px 84px rgba(4,24,53,.24);
}

.landing-final-media video {
  object-position:center;
}

.landing-final-media {
  background:#071c35 url("../images/landing/homepage-belonging-v1-poster.f919fc23c664.webp") center/cover no-repeat;
}

.landing-final-shade {
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(2,14,34,.05),rgba(3,18,43,.28) 48%,rgba(2,15,36,.94) 100%);
}

.landing-final-copy {
  width:min(610px,52%);
  position:relative;
  z-index:2;
}

.landing-final-copy>span {
  color:#ffc19b;
  font-size:12px;
  font-weight:850;
}

.landing-final h2 {
  margin:18px 0 16px;
  color:white;
  font-size:clamp(48px,6vw,82px);
  line-height:1.1;
  letter-spacing:-3.5px;
}

.landing-final p {
  max-width:530px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:2;
}

.light-cta {
  color:var(--brand-navy);
  background:white;
  box-shadow:0 16px 36px rgba(0,0,0,.2);
}

.light-cta:hover {
  color:var(--brand-navy);
  background:#fff8f3;
}

.light-link {
  color:white;
  border-bottom:1px solid rgba(255,255,255,.35);
}

@keyframes landing-breathe {
  from { transform:scale(1); }
  to { transform:scale(1.035); }
}

@keyframes manifesto-signal {
  0%,100% { opacity:.45; transform:scaleY(.72); }
  50% { opacity:1; transform:scaleY(1); }
}

@keyframes ecosystem-line {
  to { stroke-dashoffset:-88; }
}

@keyframes ecosystem-node {
  0%,70%,100% { border-color:rgba(255,255,255,.28); box-shadow:0 0 0 7px rgba(255,255,255,.05); }
  35% { border-color:#ffb381; box-shadow:0 0 0 9px rgba(255,157,97,.13); }
}

@media (max-width:1100px) {
  .landing-hero {
    min-height:760px;
    padding:64px 48px;
  }

  .landing-copy {
    width:min(680px,70%);
  }

  .hero-shade {
    background:
      linear-gradient(90deg,rgba(5,17,36,.03),rgba(3,18,42,.83) 74%,rgba(3,16,38,.95)),
      linear-gradient(0deg,rgba(3,16,36,.54),transparent 58%);
  }

  .landing-manifesto {
    grid-template-columns:1fr;
    gap:24px;
  }

  .manifesto-film {
    grid-column:auto;
  }

  .friction-grid {
    grid-template-columns:1fr;
  }

  .friction-grid article {
    min-height:300px;
  }

  .section-intro {
    grid-template-columns:1fr;
  }

  .mock-content {
    padding:25px;
  }

  .story-panel {
    grid-template-columns:1fr;
  }

  .story-media {
    min-height:580px;
  }

  .daily-story,
  .daily-story-dispatch {
    grid-template-columns:1fr;
  }

  .daily-story picture,
  .daily-story-media,
  .daily-story-dispatch picture,
  .daily-story-dispatch>.daily-story-media {
    min-height:560px;
    order:1;
  }

  .daily-story-media video {
    min-height:560px;
  }

  .daily-story>div,
  .daily-story-dispatch>div {
    min-height:480px;
    order:2;
  }

  .ecosystem-grid {
    grid-template-columns:repeat(2,1fr);
  }

  .ecosystem-flow-heading {
    align-items:flex-start;
    flex-direction:column;
  }

  .landing-final-copy {
    width:min(650px,66%);
  }
}

@media (max-width:760px) {
  .landing-main {
    width:min(100% - 16px,1480px);
    padding-top:8px;
  }

  .landing-hero {
    min-height:calc(100svh - 88px);
    align-items:flex-end;
    padding:38px 24px 72px;
    border-radius:27px;
  }

  .landing-hero-media video {
    object-position:38% center;
  }

  .hero-shade {
    background:linear-gradient(0deg,rgba(2,14,34,.97),rgba(3,18,42,.64) 57%,rgba(3,18,42,.06));
  }

  .landing-copy {
    width:100%;
  }

  .hero-kicker {
    font-size:12px;
  }

  .landing-copy h1 {
    margin-block:18px;
    font-size:clamp(44px,13vw,61px);
    letter-spacing:-2.5px;
  }

  .landing-copy>p {
    font-size:15px;
    line-height:1.95;
  }

  .landing-actions {
    align-items:stretch;
    flex-direction:column;
    gap:14px;
    margin-top:25px;
  }

  .landing-cta,
  .landing-demo {
    justify-content:center;
  }

  .hero-assurance {
    display:none;
  }

  .hero-scroll {
    left:20px;
    bottom:28px;
  }

  .hero-scroll span {
    display:none;
  }

  .landing-manifesto {
    padding:95px 18px;
  }

  .manifesto-film {
    min-height:560px;
    margin-top:24px;
    border-radius:28px;
  }

  .manifesto-film img {
    object-position:48% center;
  }

  .manifesto-film-shade {
    background:linear-gradient(0deg,rgba(2,14,34,.96),rgba(3,18,42,.48) 62%,rgba(3,18,42,.04));
  }

  .manifesto-film figcaption {
    width:auto;
    right:24px;
    left:24px;
    bottom:36px;
  }

  .manifesto-film figcaption strong {
    font-size:37px;
    letter-spacing:-1.5px;
  }

  .manifesto-film figcaption small {
    font-size:13px;
  }

  .manifesto-film-motion {
    top:24px;
    left:22px;
    bottom:auto;
  }

  .landing-manifesto small {
    margin-top:8px;
    font-size:14px;
  }

  .landing-manifesto p {
    font-size:34px;
    letter-spacing:-1.4px;
  }

  .landing-section {
    padding-block:82px;
  }

  .landing-manifesto {
    padding-bottom:54px;
  }

  .friction-section {
    padding-top:44px;
    padding-bottom:48px;
  }

  .product-reveal {
    padding-top:56px;
  }

  .daily-wins {
    padding-bottom:52px;
  }

  .ecosystem-section {
    padding-top:56px;
  }

  .section-intro {
    gap:18px;
    margin-bottom:35px;
    padding-inline:10px;
  }

  .section-intro h2,
  .story-copy h2,
  .decision-section h2 {
    font-size:38px;
    letter-spacing:-1.6px;
  }

  .section-intro p,
  .decision-section>p {
    font-size:15px;
  }

  .friction-section,
  .daily-wins {
    padding-inline:0;
  }

  .friction-grid article {
    min-height:275px;
    padding:27px 24px;
    border-radius:24px;
  }

  .friction-grid h3 {
    margin-top:30px;
    font-size:22px;
  }

  .friction-resolution {
    min-height:570px;
    margin-top:16px;
    border-radius:27px;
  }

  .friction-resolution video {
    object-position:62% center;
  }

  .friction-resolution-shade {
    background:linear-gradient(0deg,rgba(3,18,42,.96),rgba(3,18,42,.5) 62%,rgba(3,18,42,.03));
  }

  .friction-resolution figcaption {
    width:auto;
    right:24px;
    left:24px;
    bottom:34px;
  }

  .friction-resolution figcaption strong {
    font-size:27px;
    line-height:1.65;
    letter-spacing:-1px;
  }

  .friction-close {
    margin-top:48px;
    padding-inline:10px;
    font-size:24px;
  }

  .product-cinema {
    padding:26px 10px 22px;
    border-radius:27px;
  }

  .product-cinema {
    padding:18px 10px;
  }

  .product-caption {
    width:auto;
    margin:18px 8px 0;
    flex-direction:column;
    gap:5px;
    font-size:10px;
  }

  .product-window {
    width:100%;
    transform:none;
    border-radius:18px;
  }

  .window-bar {
    height:44px;
    padding-inline:12px;
  }

  .window-body {
    min-height:0;
    grid-template-columns:1fr;
  }

  .mock-sidebar {
    display:none;
  }

  .mock-content {
    padding:16px 12px;
  }

  .mock-greeting small {
    font-size:11px;
  }

  .mock-greeting strong {
    font-size:16px;
  }

  .mock-greeting>span {
    padding:8px;
    font-size:11px;
  }

  .mock-metrics {
    grid-template-columns:1fr;
    gap:8px;
    margin-top:16px;
  }

  .mock-metrics article {
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:4px 12px;
    padding:12px;
  }

  .mock-metrics span,
  .mock-metrics i {
    font-size:11px;
  }

  .mock-metrics strong {
    grid-row:1/3;
    grid-column:2;
    margin:0;
    font-size:14px;
  }

  .mock-grid {
    grid-template-columns:1fr;
    margin-top:8px;
  }

  .mock-grid>article {
    padding:14px 12px;
  }

  .mock-card-title b,
  .mock-card-title small {
    font-size:11px;
  }

  .chart-bars {
    height:95px;
    gap:7px;
  }

  .chart-bars i {
    width:18px;
  }

  .chart-labels {
    font-size:8px;
  }

  .activity-card {
    display:none;
  }

  .story-panel {
    padding:0;
    border-radius:28px;
  }

  .story-media {
    min-height:430px;
  }

  .story-media img,
  .story-media video {
    object-position:49% center;
  }

  .story-copy {
    padding:42px 25px 50px;
  }

  .story-copy>p {
    font-size:14px;
  }

  .story-copy blockquote {
    margin-block:25px;
    padding:18px 19px;
    font-size:13px;
  }

  .daily-story {
    min-height:0;
    margin-top:16px;
    border-radius:27px;
  }

  .daily-story picture,
  .daily-story-media,
  .daily-story-dispatch picture,
  .daily-story-dispatch>.daily-story-media {
    min-height:430px;
  }

  .daily-story img {
    object-position:center;
  }

  .daily-story-orders picture,
  .daily-story-orders .daily-story-media {
    height:300px;
    min-height:300px;
  }

  .daily-story-orders .daily-story-media video {
    min-height:300px;
    object-position:45% center;
  }

  .daily-story-orders img {
    object-position:42% center;
  }

  .daily-story>div,
  .daily-story-dispatch>div {
    min-height:0;
    padding:41px 24px 48px;
  }

  .daily-story h3 {
    font-size:35px;
    letter-spacing:-1.4px;
  }

  .daily-story p {
    font-size:14px;
  }

  .ecosystem-grid {
    grid-template-columns:1fr;
    padding-inline:0;
  }

  .ecosystem-grid a {
    min-height:290px;
    padding:24px;
  }

  .ecosystem-visual {
    height:118px;
  }

  .ecosystem-flow {
    margin-inline:0;
    padding:30px 24px;
    border-radius:27px;
  }

  .ecosystem-flow-heading strong {
    font-size:28px;
  }

  .ecosystem-flow-track {
    grid-template-columns:1fr;
    gap:14px;
    margin-top:30px;
  }

  .ecosystem-flow-track::before {
    width:2px;
    height:auto;
    top:22px;
    right:21px;
    bottom:22px;
    left:auto;
    background:linear-gradient(0deg,rgba(255,255,255,.16),#ff9d61,rgba(255,255,255,.16));
  }

  .ecosystem-flow-track > span {
    flex-direction:row;
    justify-content:flex-start;
  }

  .ecosystem-flow-track b {
    font-size:14px;
  }

  .ecosystem-flow > p {
    text-align:right;
  }

  .how-section {
    margin-inline:0;
    padding:46px 18px 54px;
    border-radius:28px;
  }

  .steps-showcase {
    grid-template-columns:1fr;
    gap:14px;
  }

  .steps-showcase li {
    min-height:0;
    gap:18px;
    padding:24px;
    border-radius:23px;
  }

  .step-visual {
    height:92px;
  }

  .decision-section {
    grid-template-columns:1fr;
    gap:24px;
    margin:24px 0 42px;
    padding:38px 22px 42px;
    border-radius:28px;
  }

  .decision-facts {
    grid-template-columns:1fr;
  }

  .landing-resource-links {
    grid-column:auto;
  }

  .landing-final {
    min-height:720px;
    align-items:flex-end;
    margin-bottom:34px;
    padding:42px 24px 54px;
    border-radius:28px;
  }

  .landing-final-media video {
    object-position:16% center;
  }

  .landing-final-shade {
    background:linear-gradient(0deg,rgba(2,14,34,.98),rgba(3,18,42,.58) 58%,rgba(3,18,42,.06));
  }

  .landing-final-copy {
    width:100%;
  }

  .landing-final h2 {
    font-size:45px;
    letter-spacing:-2px;
  }

  .landing-final p {
    font-size:15px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .manifesto-film img,
  .friction-resolution video,
  .story-media img,
  .daily-story img,
  .landing-cta,
  .ecosystem-grid a,
  .manifesto-film-motion i,
  .ecosystem-visual .route,
  .ecosystem-visual .trend,
  .ecosystem-flow-track i {
    animation:none;
    transition:none;
    transform:none;
  }

  .landing-hero-media video,
  .manifesto-film video,
  .friction-resolution video,
  .story-media video,
  .daily-story-media video,
  .landing-final-media video {
    display:none;
  }

  .landing-hero-media {
    background:#071c35 url("../images/landing/homepage-leadership-hero.08693d02943e.webp") 38% center/cover no-repeat;
  }

  .story-media {
    background:#5d4438 url("../images/landing/homepage-clarity-v1-poster.e584059568cf.webp") 49% center/cover no-repeat;
  }

  .friction-resolution {
    background:#e6dfd4 url("../images/landing/homepage-shared-root-v1-poster.43c71cc83359.webp") center/cover no-repeat;
  }

  .manifesto-film {
    background:#071c35 url("../images/landing/homepage-life-success-poster.daa9a7478093.webp") center/cover no-repeat;
  }

  .landing-final-media {
    background:#071c35 url("../images/landing/homepage-belonging-v1-poster.f919fc23c664.webp") 16% center/cover no-repeat;
  }
}
