/* Consolidated from assets/site.css */
:root {
  --ink: #20333d;
  --ink-soft: #52636c;
  --navy: #20333d;
  --blue: #2890b9;
  --blue-pale: #e9f4f8;
  --gold: #ef7d18;
  --gold-pale: #fdf0e6;
  --sage: #95c231;
  --paper: #fbfaf7;
  --line: #dce3e6;
  --white: #fff;
}

html { scroll-behavior: smooth; }

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 2000;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--navy);
}

.skip-link:focus { top: 1rem; }

.navbar {
  padding: .1rem 0;
  background: rgba(251, 250, 247, .92);
  border-bottom: 1px solid rgba(23, 43, 58, .08);
  backdrop-filter: blur(16px);
}

.navbar > .container {
  padding-top: .12rem !important;
  padding-bottom: .12rem !important;
}

.navbar-brand { padding-top: 0; padding-bottom: 0; }

.brand-lockup {
  display: block;
  width: auto;
  height: auto;
}

.brand-lockup--header { height: 3.6rem; }
.brand-lockup--footer { height: 3rem; }

.brand-word {
  display: flex;
  align-items: center;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 3.2rem;
  line-height: .82;
  letter-spacing: -.035em;
}

.brand-lockup-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1;
}

.navbar-brand .brand-word {
  font-size: 3.45rem;
  line-height: .72;
}

.brand-strapline {
  margin-top: .4rem;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1;
  white-space: nowrap;
}

.trade-mark {
  position: relative;
  top: -.24em;
  margin-left: .12em;
  font-size: .62em;
}

.brand-lockup-copy--footer .brand-word {
  font-size: 2.25rem;
  line-height: .72;
}

.brand-lockup-copy--footer .brand-strapline {
  margin-top: .32rem;
  font-size: .62rem;
}

@media (max-width: 575.98px) {
  .brand-lockup--header { height: 3rem; }
  .brand-lockup--footer { height: 2.75rem; }
}

.nav-link {
  color: var(--ink);
  font-size: .92rem;
  font-weight: 600;
}

.nav-link:hover, .nav-link:focus { color: var(--blue); }

.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.btn-brand {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.btn-brand:hover, .btn-brand:focus {
  color: #fff;
  background: #102f45;
  border-color: #102f45;
  transform: translateY(-1px);
}

.btn-outline-brand {
  color: var(--navy);
  border-color: rgba(24, 63, 89, .35);
}

.btn-outline-brand:hover, .btn-outline-brand:focus {
  color: var(--navy);
  background: var(--blue-pale);
  border-color: var(--navy);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(79, 155, 211, .13), transparent 31rem),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.hero-watermark {
  position: absolute;
  right: -15rem;
  bottom: -24rem;
  width: 64rem;
  height: 64rem;
  opacity: .32;
  background: url("images/Ptolemy_Open_Orbit_Watermark.png?v=1") center/contain no-repeat;
  pointer-events: none;
}

.eyebrow {
  color: var(--blue);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow-light { color: #91c6e8; }

.display-title, .section-title {
  font-family: "Libre Caslon Display", Georgia, serif;
  letter-spacing: -.045em;
}

.display-title {
  max-width: 760px;
  font-size: clamp(4rem, 7.6vw, 7.2rem);
  line-height: .91;
}

.display-title span { color: var(--blue); }

.hero-lead {
  max-width: 650px;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  line-height: 1.45;
  letter-spacing: -.025em;
}

.hero-copy {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

@media (min-width: 992px) {
  .hero .row {
    align-items: flex-start !important;
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }

  .hero .row > .col-lg-6:first-child {
    padding-top: 0 !important;
    transform: translateY(-1rem);
  }

  .hero .row > .col-lg-6:last-child {
    transform: translateY(-1rem);
  }
}

.hero .eyebrow {
  margin-bottom: 1rem !important;
  font-size: .9rem;
  letter-spacing: .14em;
}

.depth-card {
  position: relative;
  max-width: 625px;
  margin-left: auto;
  padding: 1.15rem;
  padding-bottom: .75rem;
  border: 1px solid rgba(23, 43, 58, .12);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 30px 80px rgba(24, 63, 89, .13);
  backdrop-filter: blur(12px);
}

.depth-kicker {
  margin: 0;
  color: var(--navy);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.journey-head {
  display: flex;
  align-items: center;
  margin-bottom: .45rem;
}

.journey-section {
  overflow: hidden;
  border: 1px solid #e2e8ea;
  border-radius: 1rem;
  background: rgba(247, 249, 249, .8);
}

.journey-stage {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: .85rem;
  align-items: center;
  padding: .46rem .75rem;
  border-bottom: 1px solid var(--line);
}

.journey-stage > span {
  display: grid;
  place-items: center;
  min-height: 1.8rem;
  padding: .2rem .45rem;
  color: #fff;
  border-radius: 999px;
  background: var(--navy);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.journey-stage strong { display: block; color: var(--navy); font-size: .95rem; line-height: 1.15; }
.journey-stage small { display: block; margin-top: .08rem; color: #7c8b93; font-size: .64rem; line-height: 1.2; }

.stage-established {
  background: #f8f9f9;
}

.stage-deeper {
  background: linear-gradient(90deg, #edf7fc, #f8fbfc);
}

.stage-deeper > span { color: #fff; background: var(--blue); }
.stage-deeper strong { color: var(--navy); }
.stage-deeper small { color: #5f7b8c; }

.stage-connector {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3.65rem;
  margin: .25rem auto;
}

.stage-connector i {
  position: absolute;
  left: 50%;
  top: .15rem;
  width: 0;
  height: 2.85rem;
  border-left: 4px dashed #3b8fc7;
}

.stage-connector i::after {
  content: "";
  position: absolute;
  left: -.46rem;
  bottom: -.02rem;
  width: .88rem;
  height: .88rem;
  border-right: 4px solid #3b8fc7;
  border-bottom: 4px solid #3b8fc7;
  transform: rotate(45deg);
}

.familiar-flow {
  display: block;
  padding: .45rem .55rem;
}

.evidence-layer {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  gap: .55rem;
  align-items: center;
  margin: 0;
  padding: .58rem .7rem;
  border: 1px solid var(--line);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 5px 14px rgba(24, 63, 89, .04);
}

.evidence-layer > span {
  color: #99a7af;
  font-size: .72rem;
  font-weight: 700;
}

.evidence-layer strong { font-size: .86rem; line-height: 1.15; }
.evidence-layer small { color: #76868f; font-size: .65rem; line-height: 1.2; }

.layer-two { margin-left: .8rem; }
.layer-three { margin-left: 1.6rem; }

.journey-arrow {
  position: relative;
  width: 2rem;
  height: .96rem;
  margin-left: 1.55rem;
}

.journey-arrow i {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: .78rem;
  background: #bb8120;
}

.journey-arrow i::after {
  content: "";
  position: absolute;
  left: -.22rem;
  right: auto;
  bottom: 0;
  width: .48rem;
  height: .48rem;
  border-right: 3px solid #a86f12;
  border-bottom: 3px solid #a86f12;
  transform: rotate(45deg);
}

.arrow-two { margin-left: 2.35rem; }

.ptolemy-dataset {
  position: relative;
  overflow: hidden;
  padding: .78rem 1.05rem .85rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(79,155,211,.38), transparent 9rem),
    linear-gradient(135deg, #173e58, #0e2d42);
  box-shadow: 0 17px 38px rgba(24, 63, 89, .25);
}

.ptolemy-dataset::after {
  content: "✦";
  position: absolute;
  right: 1rem;
  top: .65rem;
  color: rgba(213, 163, 62, .75);
  font-size: 2.3rem;
}

.dataset-head { display: flex; align-items: center; gap: .65rem; margin-bottom: .32rem; }

.dataset-number {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--navy);
  border-radius: 50%;
  background: var(--gold);
  font-size: .7rem;
  font-weight: 800;
}

.dataset-label {
  color: #9fd0ed;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dataset-label b { color: var(--gold); }

.ptolemy-dataset h2 {
  max-width: 450px;
  margin: 0 0 .3rem;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.42rem, 2.1vw, 1.78rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ptolemy-dataset > p { margin: 0; color: #c7d8e2; font-size: .82rem; }

.dataset-signals { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .48rem; }

.dataset-signals span {
  padding: .28rem .62rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-size: .68rem;
  font-weight: 700;
}

.depth-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .65rem;
  margin: .65rem 0 0;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.depth-caption i {
  width: 1.7rem;
  height: 1px;
  background: var(--gold);
}

.section-pad { padding: clamp(5.5rem, 10vw, 9rem) 0; }

.section-title {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.02;
}

.section-intro {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.activity-card {
  position: relative;
  min-height: 360px;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.48);
  transition: background .25s ease, transform .25s ease;
}

.activity-card:hover { z-index: 2; background: #fff; transform: translateY(-4px); }
.activity-index { color: #9daab1; font-size: .72rem; font-weight: 700; }
.activity-card h3 { margin-top: 2rem; font-size: 1.45rem; }
.activity-card p { color: var(--ink-soft); }

.activity-mark {
  position: relative;
  width: 7.5rem;
  height: 6.5rem;
  margin: 2rem auto 2.4rem;
}

.activity-mark::before, .activity-mark::after { content: ""; position: absolute; }
.mark-plan { border: 2px solid var(--navy); border-radius: .7rem; transform: rotate(-4deg); }
.mark-plan::before { inset: 1.2rem; border-top: 2px solid var(--gold); box-shadow: 0 1.1rem 0 var(--line), 0 2.2rem 0 var(--line); }
.mark-plan::after { right: -.7rem; bottom: .6rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--blue-pale); border: 2px solid var(--blue); }
.mark-data::before { inset: .7rem; border-radius: 50%; border: 2px solid var(--navy); box-shadow: 1rem 1rem 0 var(--gold-pale); }
.mark-data::after { left: 3.6rem; top: 5rem; width: 3.4rem; height: 2px; background: var(--navy); transform: rotate(45deg); }
.mark-lead::before { left: .9rem; top: 1.1rem; width: 1rem; height: 1rem; border-radius: 50%; background: var(--blue); box-shadow: 2.7rem -1rem 0 var(--gold), 5rem 1.2rem 0 var(--sage), 2.5rem 4.2rem 0 var(--navy); }
.mark-lead::after { inset: 1.55rem 1.3rem; border: 2px solid var(--line); transform: rotate(12deg); }
.mark-grow::before { left: 3.55rem; bottom: .5rem; width: 2px; height: 5.5rem; background: var(--navy); }
.mark-grow::after { left: 1.2rem; top: 1rem; width: 4.8rem; height: 4.8rem; border: 2px solid var(--sage); border-radius: 70% 0 70% 0; transform: rotate(45deg); background: rgba(111,141,120,.08); }

.actual-section { color: #fff; background: var(--navy); }
.actual-copy { color: #cbdbe4; font-size: 1.08rem; }
.actual-list li { display: flex; gap: .8rem; align-items: center; margin: .7rem 0; color: #e7eff3; }
.actual-list li span { width: .5rem; height: .5rem; border-radius: 50%; background: var(--gold); }

.plan-board {
  padding: 1.4rem;
  color: var(--ink);
  border-radius: 1.4rem;
  background: #fdfcf9;
  box-shadow: 0 32px 70px rgba(0,0,0,.2);
}

.plan-board-head { display: flex; justify-content: space-between; align-items: center; padding: .3rem .5rem 1.2rem; font-size: .82rem; font-weight: 700; }
.live-pill { display: flex; align-items: center; gap: .5rem; color: var(--sage); }
.live-pill i { width: .55rem; height: .55rem; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 .25rem rgba(111,141,120,.14); }
.plan-columns { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; }
.plan-column { padding: 1.3rem; background: #fff; }
.plan-column + .plan-column { border-left: 1px solid var(--line); }
.plan-column > p { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.week-row { display: grid; grid-template-columns: 2.3rem 1fr auto; gap: .55rem; align-items: center; height: 2.75rem; font-size: .72rem; }
.week-row i { display: block; width: var(--w); height: .72rem; border-radius: 999px; background: #dfe8ed; }
.lived .week-row i { background: linear-gradient(90deg, var(--blue), #92c8e8); }
.week-row b { color: var(--gold); font-size: .62rem; font-weight: 700; }
.plan-insight { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem .5rem .25rem; font-size: .8rem; }
.plan-insight span { color: var(--ink-soft); }

.section-heading-narrow { max-width: 800px; }
.reveal-card { position: relative; overflow: hidden; padding: 2rem; border: 1px solid var(--line); border-radius: 1.2rem; background: #fff; }
.reveal-no { color: var(--blue); font-size: .72rem; font-weight: 700; }
.reveal-card h3 { margin: 1.2rem 0 .8rem; font-size: 1.45rem; }
.reveal-card p { color: var(--ink-soft); }
.mini-viz { position: relative; height: 9rem; margin-top: 2rem; border-radius: .8rem; background: #f5f8f9; overflow: hidden; }
.cost-viz { display: flex; align-items: end; justify-content: center; gap: .5rem; padding: 1.8rem; }
.cost-viz i { width: 12%; height: 30%; border-radius: .3rem .3rem 0 0; background: var(--blue); }
.cost-viz i:nth-child(2) { height: 48%; opacity: .72; }
.cost-viz i:nth-child(3) { height: 77%; background: var(--gold); }
.cost-viz i:nth-child(4) { height: 57%; opacity: .85; }
.cost-viz i:nth-child(5) { height: 88%; background: var(--navy); }
.ripple-viz i { position: absolute; left: 50%; top: 50%; border: 1px solid var(--blue); border-radius: 50%; transform: translate(-50%,-50%); }
.ripple-viz i:nth-child(1) { width: 2.5rem; height: 2.5rem; }
.ripple-viz i:nth-child(2) { width: 5.5rem; height: 5.5rem; opacity: .6; }
.ripple-viz i:nth-child(3) { width: 8.5rem; height: 8.5rem; opacity: .3; }
.ripple-viz b { position: absolute; left: 50%; top: 50%; width: .8rem; height: .8rem; border-radius: 50%; background: var(--gold); transform: translate(-50%,-50%); }
.decision-viz span { position: absolute; left: 50%; top: 50%; width: 3rem; height: 2.2rem; border-radius: .35rem; background: var(--navy); transform: translate(-50%,-50%); }
.decision-viz i { position: absolute; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--blue); }
.decision-viz i::after { content: ""; position: absolute; top: 50%; width: 4.5rem; height: 1px; background: var(--gold); }
.decision-viz i:nth-of-type(1) { left: 1.4rem; top: 1.5rem; }
.decision-viz i:nth-of-type(1)::after { left: 1rem; transform: rotate(24deg); transform-origin: left; }
.decision-viz i:nth-of-type(2) { right: 1.5rem; top: 1.8rem; background: var(--sage); }
.decision-viz i:nth-of-type(2)::after { right: 1rem; transform: rotate(-24deg); transform-origin: right; }
.decision-viz i:nth-of-type(3) { right: 2.5rem; bottom: 1.2rem; background: var(--gold); }
.decision-viz i:nth-of-type(3)::after { right: .8rem; transform: rotate(28deg); transform-origin: right; }

.decision-band { padding: 5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--gold-pale); }
.decision-label { color: var(--navy); font-weight: 700; }
.decision-band blockquote { margin: 0 0 1.2rem; color: var(--navy); font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: 1.15; letter-spacing: -.035em; }
.decision-band .col-lg-8 > p { max-width: 780px; color: #5d5a50; }

.previews-section { background: #f1f4f4; }
.preview-card { display: flex; flex-direction: column; width: 100%; min-height: 410px; padding: 1.3rem; text-align: left; border: 1px solid var(--line); border-radius: 1.1rem; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.preview-card:hover, .preview-card:focus-visible { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(24,63,89,.12); outline: 3px solid rgba(79,155,211,.24); outline-offset: 3px; }
.preview-tag { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.preview-screen { position: relative; display: block; height: 180px; margin: 1.2rem 0 1.5rem; border: 1px solid #d9e3e8; border-radius: .75rem; background: #f7fafb; overflow: hidden; }
.preview-card strong { display: block; min-height: 4.5rem; font-size: 1.15rem; line-height: 1.35; }
.preview-card small { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; color: var(--ink-soft); border-top: 1px solid var(--line); }
.preview-card small b { color: var(--blue); }
.screen-bars { display: flex; align-items: end; justify-content: center; gap: .45rem; padding: 2rem; }
.screen-bars i { width: 13%; height: 34%; background: var(--blue); border-radius: .2rem .2rem 0 0; }
.screen-bars i:nth-child(2) { height: 62%; opacity: .65; }
.screen-bars i:nth-child(3) { height: 79%; background: var(--navy); }
.screen-bars i:nth-child(4) { height: 52%; opacity: .8; }
.screen-bars i:nth-child(5) { height: 91%; background: var(--gold); }
.screen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .3rem; padding: 1.6rem; }
.screen-grid i { border-radius: .2rem; background: rgba(79,155,211,.24); }
.screen-grid i:nth-child(3n) { background: rgba(213,163,62,.48); }
.screen-grid i:nth-child(5n) { background: rgba(24,63,89,.62); }
.screen-cost em { position: absolute; left: 1.3rem; top: 1rem; color: var(--gold); font-family: Georgia,serif; font-size: 3.5rem; font-style: normal; }
.screen-cost i { position: absolute; left: 1.5rem; right: 1.5rem; height: 1rem; border-radius: 999px; background: #dce7ec; }
.screen-cost i:nth-of-type(1) { top: 6.2rem; }
.screen-cost i:nth-of-type(2) { top: 8rem; right: 4rem; background: #9bc7e3; }
.screen-cost i:nth-of-type(3) { top: 9.8rem; right: 6rem; background: var(--navy); }
.screen-bridge i { position: absolute; top: 50%; width: 3rem; height: 3rem; border-radius: 50%; border: 2px solid var(--blue); transform: translateY(-50%); }
.screen-bridge i:first-child { left: 1.5rem; }
.screen-bridge i:last-child { right: 1.5rem; border-color: var(--sage); }
.screen-bridge b { position: absolute; left: 4.5rem; right: 4.5rem; top: 50%; height: 2px; background: var(--gold); }
.screen-bridge b::after { content: ""; position: absolute; right: -.1rem; top: -.3rem; width: .7rem; height: .7rem; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); transform: rotate(45deg); }

.partner-section { padding: 6rem 0; background: #fff; }
.partner-card { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem); color: #fff; border-radius: 1.5rem; background: var(--navy); }
.partner-card::after { content: ""; position: absolute; right: -8rem; bottom: -11rem; width: 28rem; height: 28rem; opacity: .16; background: url("images/Ptolemy_Open_Orbit_Watermark.png?v=1") center/contain no-repeat; pointer-events: none; }
.partner-card h2 { max-width: 760px; font-family: "Libre Caslon Display",Georgia,serif; font-size: clamp(2.4rem,4.5vw,4.6rem); line-height: 1; letter-spacing: -.04em; }
.partner-card p { max-width: 760px; color: #ccdae3; }
.partner-card .btn { position: relative; z-index: 2; color: var(--navy); }

.contact-section { background: #f1f4f4; }

.contact-details,
.contact-form-panel {
  padding: clamp(2rem, 4vw, 3.25rem);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
}

.contact-kicker {
  display: block;
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.contact-details h3 {
  margin-bottom: 1.5rem;
  color: var(--navy);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -.035em;
}

.contact-details address {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  color: var(--ink-soft);
  font-style: normal;
  line-height: 1.65;
}

.contact-list > div {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.contact-list dt {
  margin-bottom: .2rem;
  color: var(--ink-soft);
  font-size: .7rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-list dd { margin: 0; }
.contact-list a { color: var(--navy); font-weight: 700; text-decoration-color: rgba(40,144,185,.4); text-underline-offset: .2em; }
.contact-list a:hover { color: var(--blue); }

.contact-form-panel {
  display: flex;
  align-items: flex-start;
  background: var(--paper);
}

.zoho-form-embed {
  width: 100%;
  min-height: 600px;
}

.zoho-form-embed iframe { display: block; }

.contact-map {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #dfe8ed;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

footer { padding: 2.5rem 0; color: #6a7880; background: #fff; border-top: 1px solid var(--line); font-size: .82rem; }
footer .brand-word { height: 40px; color: var(--ink); font-size: 2.65rem; }
footer small { display: block; margin-top: .25rem; }

.modal-content { border: 0; border-radius: 1.4rem; box-shadow: 0 35px 90px rgba(0,0,0,.2); }
.modal-kicker { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.modal-title { margin-top: .35rem; font-family: "Libre Caslon Display",Georgia,serif; font-size: clamp(2.2rem,4vw,4rem); letter-spacing: -.04em; }
.modal-intro { max-width: 760px; color: var(--ink-soft); }
.dummy-report { margin-top: 2rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: #f4f7f8; }
.dummy-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.dummy-head strong { font-size: 1.15rem; }
.dummy-head span { color: var(--sage); font-size: .72rem; font-weight: 700; }
.dummy-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; margin-bottom: .8rem; }
.dummy-stat, .dummy-panel { padding: 1rem; border: 1px solid var(--line); border-radius: .7rem; background: #fff; }
.dummy-stat small { display: block; color: var(--ink-soft); }
.dummy-stat b { display: block; margin-top: .3rem; color: var(--navy); font-size: 1.6rem; }
.dummy-chart { display: flex; align-items: end; gap: .5rem; height: 190px; padding: 1.5rem; border: 1px solid var(--line); border-radius: .7rem; background: #fff; }
.dummy-chart i { flex: 1; height: var(--h); border-radius: .25rem .25rem 0 0; background: linear-gradient(180deg,var(--blue),#acd4ec); }
.dummy-chart i:nth-child(3n) { background: linear-gradient(180deg,var(--gold),#ecd7a9); }
.dummy-matrix { display: grid; grid-template-columns: repeat(8,1fr); gap: .35rem; }
.dummy-matrix i { aspect-ratio: 1; border-radius: .22rem; background: rgba(79,155,211,.23); }
.dummy-matrix i:nth-child(4n) { background: rgba(213,163,62,.5); }
.dummy-matrix i:nth-child(7n) { background: rgba(24,63,89,.65); }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0; }
  .hero { min-height: auto; padding-top: 6rem; }
  .hero .min-vh-100 { min-height: auto !important; }
  .depth-card { margin: 0 auto; }
  .activity-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767.98px) {
  .display-title { font-size: clamp(3.5rem,17vw,5rem); }
  .depth-card { padding: 1.2rem; }
  .journey-head { align-items: flex-start; }
  .journey-stage { grid-template-columns: 3.5rem 1fr; }
  .evidence-layer { grid-template-columns: 2rem 1fr; }
  .evidence-layer small { display: none; }
  .layer-two { margin-left: .6rem; }
  .layer-three { margin-left: 1.2rem; }
  .evidence-layer + .journey-arrow + .evidence-layer { margin-top: 0; }
  .journey-arrow { margin-left: 1.5rem; }
  .arrow-two { margin-left: 2.1rem; }
  .ptolemy-dataset { padding: 1.2rem; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 300px; }
  .plan-columns { grid-template-columns: 1fr; }
  .plan-column + .plan-column { border-top: 1px solid var(--line); border-left: 0; }
  .plan-insight { flex-direction: column; }
  .dummy-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Consolidated from assets/site-redraft.css */
.contact-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.contact-modal-grid section {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
}

.contact-modal-grid h3 {
  margin-bottom: .75rem;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
}

.contact-modal-grid p,
.contact-modal-address {
  color: var(--ink-soft);
  line-height: 1.65;
}

.contact-modal-grid p { margin: 0; }
.contact-modal-grid a,
.contact-modal-address a { color: var(--navy); font-weight: 700; }

.contact-modal-address {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-style: normal;
}

.contact-modal-address strong { color: var(--navy); }

@media (max-width: 767.98px) {
  .contact-modal-grid { grid-template-columns: 1fr; }
}

/* Consolidated from assets/site-v3.css */
.trial-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 36rem;
  margin: 0 0 1.75rem;
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  background: rgba(255,255,255,.42);
}

.trial-banner-count {
  display: inline-grid;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.35rem;
}

.trial-banner p {
  margin: 0;
  line-height: 1.35;
}

.trial-banner strong { color: var(--navy); }

@media (max-width: 575.98px) {
  .trial-banner {
    align-items: flex-start;
    padding-inline: 0;
    background: transparent;
  }
}

/* Consolidated from assets/site-v4.css */
.header-phone-item {
  display: flex;
  justify-content: center;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .45rem .7rem;
  color: var(--navy);
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone span[aria-hidden="true"] {
  color: var(--blue);
  font-size: 1rem;
}

.header-phone:hover,
.header-phone:focus { color: var(--blue); }

.trial-banner {
  display: block;
  padding: 1rem 1.15rem 1rem 1.35rem;
  border: 0;
  border-left: .28rem solid var(--orange);
  background: linear-gradient(90deg, rgba(239,125,24,.09), rgba(255,255,255,.28));
}

.trial-banner p { margin: 0; }

.dataset-message h2 {
  margin-bottom: .8rem;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.dataset-message > p {
  margin-bottom: .8rem;
  color: #dbe9ef;
}

.dataset-message blockquote {
  margin: 0 0 1rem;
  padding: .75rem 0 .75rem 1rem;
  border-left: .22rem solid var(--orange);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}

.dataset-outcomes {
  display: grid;
  gap: .55rem;
}

.dataset-outcomes p {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  gap: .55rem;
  align-items: start;
  margin: 0;
  padding-top: .55rem;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #dbe9ef;
  line-height: 1.4;
}

.dataset-outcomes span {
  color: var(--orange);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.trial-modal-callout {
  position: relative;
  overflow: hidden;
  margin: 1rem 0 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.1rem;
  color: #fff;
  background: var(--navy);
}

.trial-modal-callout::after {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 11rem;
  height: 11rem;
  border: 1.5rem solid rgba(40,144,185,.2);
  border-radius: 50%;
  content: "";
}

.trial-modal-callout > * {
  position: relative;
  z-index: 1;
}

.trial-modal-callout > span {
  display: block;
  margin-bottom: .55rem;
  color: #84d2ed;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trial-modal-callout h3 {
  margin-bottom: .5rem;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -.035em;
}

.trial-modal-callout p {
  margin-bottom: 1.25rem;
  color: #dbe9ef;
  font-size: 1.05rem;
}

.trial-modal-callout .btn {
  color: var(--navy);
  background: #fff;
}

.contact-modal-direct {
  display: grid;
  gap: .45rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.contact-modal-direct p {
  margin: 0 0 .5rem;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-modal-direct a {
  width: fit-content;
  color: var(--navy);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1.2;
  text-decoration-color: rgba(40,144,185,.35);
  text-underline-offset: .2em;
}

@media (max-width: 991.98px) {
  .header-phone-item {
    justify-content: flex-start;
    padding: .35rem 0;
  }
}

/* Consolidated from assets/site-v5.css */
.header-simple {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.header-simple .navbar-brand { justify-self: start; }

.header-phone-centered {
  grid-column: 2;
  justify-self: center;
  padding-inline: 1rem;
}

.header-action {
  grid-column: 3;
  justify-self: end;
}

.dataset-message-v5 h2 { margin-bottom: 1rem; }

.dataset-message-v5 .dataset-opening {
  margin-bottom: .7rem;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
}

.dataset-message-v5 blockquote {
  margin-bottom: .9rem;
  font-weight: 400;
}

.dataset-message-v5 blockquote strong { color: #fff; }

.dataset-message-v5 .dataset-focus {
  margin-bottom: 1rem;
  color: #dbe9ef;
  line-height: 1.45;
}

.dataset-joins {
  display: grid;
  gap: .45rem;
}

.dataset-joins p {
  position: relative;
  margin: 0;
  padding: .55rem .7rem .55rem 1.35rem;
  border-left: .18rem solid var(--orange);
  color: #fff;
  background: rgba(255,255,255,.06);
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .header-simple {
    grid-template-columns: 1fr auto;
    row-gap: .35rem;
  }

  .header-simple .brand-lockup--header { height: 2.5rem; }

  .header-phone-centered {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-self: center;
    padding: 0;
  }

  .header-action {
    grid-row: 1;
    grid-column: 2;
  }
}

/* Consolidated from assets/site-v6.css */
.trial-banner-v6 {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem 1.15rem;
  align-items: center;
  padding: 1.25rem 1.4rem;
  border: 0;
  border-left: .32rem solid var(--orange);
  color: #dbe9ef;
  background: var(--navy);
  box-shadow: 0 1.1rem 2.5rem rgba(14,48,64,.16);
}

.trial-banner-v6::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.8rem;
  width: 9rem;
  height: 9rem;
  border: 1.15rem solid rgba(40,144,185,.15);
  border-radius: 50%;
  content: "";
}

.trial-banner-v6 > * {
  position: relative;
  z-index: 1;
}

.trial-banner-label {
  padding: .45rem .65rem;
  border: 1px solid rgba(132,210,237,.5);
  color: #84d2ed;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.trial-banner-v6 p {
  display: grid;
  gap: .18rem;
}

.trial-banner-v6 strong {
  color: #fff;
  font-size: 1.02rem;
}

.trial-banner-v6 p span {
  color: #dbe9ef;
  font-size: .88rem;
}

#contactModal .modal-kicker {
  display: block;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: none;
}

@media (max-width: 575.98px) {
  .trial-banner-v6 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .trial-banner-label { width: fit-content; }
}

/* Consolidated from assets/site-v7.css */
.hero-copy {
  margin-bottom: 2rem !important;
}

.trial-banner-v6 {
  margin: 0 0 2rem;
  padding: 1.2rem 1.35rem;
  border: 2px solid var(--navy);
  color: var(--ink-soft);
  background: #fff;
  box-shadow: 0 .8rem 2rem rgba(14,48,64,.09);
}

.trial-banner-v6::after { display: none; }

.trial-banner-label {
  border-color: var(--navy);
  color: var(--navy);
  background: var(--blue-pale);
}

.trial-banner-v6 strong {
  color: var(--navy);
}

.trial-banner-v6 p span {
  color: var(--ink-soft);
}

/* Consolidated from assets/site-v8.css */
footer {
  padding: 1.15rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) minmax(20rem, 2fr) minmax(10rem, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.footer-brand { justify-self: start; }

.footer-address,
.footer-legal {
  display: grid;
  gap: .1rem;
  line-height: 1.4;
}

.footer-address {
  justify-self: center;
  text-align: center;
}

.footer-legal {
  justify-self: end;
  text-align: right;
}

@media (min-width: 992px) {
  .hero .min-vh-100 {
    min-height: auto !important;
  }
}

@media (max-width: 767.98px) {
  footer { padding: 1.25rem 0; }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .footer-brand,
  .footer-address,
  .footer-legal {
    justify-self: center;
    text-align: center;
  }
}

/* Consolidated from assets/site-v9.css */
#contactModal .modal-title {
  font-size: clamp(1.9rem, 3.2vw, 3.15rem);
}

.contact-modal-lead {
  max-width: 42rem;
  margin: .75rem 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
}

/* Consolidated from assets/site-v10.css */
.privacy-notice {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  background: #f7f9f9;
  font-size: .82rem;
  line-height: 1.55;
}

.privacy-notice > p {
  margin: 0;
}

.privacy-notice strong {
  color: var(--navy);
}

.privacy-notice details {
  margin-top: .65rem;
}

.privacy-notice summary {
  width: fit-content;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}

.privacy-notice details div {
  display: grid;
  gap: .6rem;
  margin-top: .7rem;
}

.privacy-notice details p {
  margin: 0;
}

.privacy-notice a {
  color: var(--navy);
  font-weight: 700;
}

@media (min-width: 1600px) and (min-height: 900px) {
  .hero .row {
    padding-bottom: 1.5rem !important;
  }
}

/* Consolidated from assets/site-v11.css */


/* Consolidated from assets/site-v12.css */
.planning-change-graphic {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1.2rem;
  color: var(--ink);
  background: #f8fbfc;
  box-shadow: 0 1.8rem 4rem rgba(0,0,0,.22);
}

.planning-change-graphic > figcaption {
  display: grid;
  gap: .3rem;
  padding: 1.25rem 1.35rem;
  color: #fff;
  background: var(--navy);
}

.planning-change-graphic > figcaption span {
  color: #84d2ed;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.planning-change-graphic > figcaption strong {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
}

.planning-change-flow {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
}

.factsheet-panel {
  position: relative;
  min-width: 0;
  padding: 1.2rem;
  background: var(--blue-pale);
}

.factsheet-panel + .factsheet-panel {
  border-left: 1px solid rgba(32,51,61,.13);
}

.factsheet-step {
  display: inline-grid;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: .65rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: .68rem;
  font-weight: 700;
}

.factsheet-panel h3 {
  min-height: 2.6rem;
  margin: 0;
  color: var(--navy);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.35;
}

.factsheet-note,
.scenario-levels {
  margin: .35rem 0 .8rem;
  color: var(--ink-soft);
  font-size: .68rem;
}

.week-donut-row {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: .8rem;
  align-items: center;
  margin-top: .8rem;
}

.week-donut {
  display: grid;
  width: 6.2rem;
  height: 6.2rem;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    var(--blue) 0 46.1%,
    var(--navy) 46.1% 70.8%,
    var(--sage) 70.8% 87.6%,
    var(--gold) 87.6% 100%
  );
}

.week-donut::before {
  grid-area: 1 / 1;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.week-donut span {
  z-index: 1;
  grid-area: 1 / 1;
  color: var(--ink-soft);
  font-size: .6rem;
  line-height: 1.1;
  text-align: center;
}

.week-donut strong {
  display: block;
  color: var(--navy);
  font-size: 1.45rem;
}

.week-legend {
  display: grid;
  gap: .3rem;
  margin: 0;
  font-size: .62rem;
}

.week-legend div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .45rem;
}

.week-legend dt {
  display: flex;
  gap: .35rem;
  align-items: center;
  color: var(--ink-soft);
  font-weight: 500;
}

.week-legend dd {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
}

.week-legend i {
  flex: 0 0 .55rem;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--blue);
}

.week-legend .legend-planning { background: var(--navy); }
.week-legend .legend-leadership { background: var(--sage); }
.week-legend .legend-other { background: var(--gold); }

.scenario-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: .25rem;
  align-items: center;
  margin-top: 1.2rem;
}

.scenario-equation > div {
  display: grid;
  min-width: 0;
  min-height: 4.3rem;
  padding: .45rem .25rem;
  place-content: center;
  color: var(--navy);
  background: #fff;
  text-align: center;
}

.scenario-equation > span {
  color: var(--ink-soft);
  font-weight: 700;
}

.scenario-equation strong { font-size: .9rem; }
.scenario-equation small { color: var(--ink-soft); font-size: .52rem; line-height: 1.15; }
.scenario-equation .equation-add strong { color: var(--gold); }
.scenario-equation .equation-remove strong { color: var(--blue); }

.scenario-levels {
  margin-top: .75rem;
  line-height: 1.35;
}

.role-impact {
  display: grid;
  gap: .72rem;
  margin-top: 1.2rem;
}

.role-impact > div {
  display: grid;
  grid-template-columns: minmax(4.7rem, 1fr) minmax(3.5rem, 1fr) auto;
  gap: .45rem;
  align-items: center;
  font-size: .62rem;
}

.role-impact > div > span { color: var(--ink-soft); }
.role-impact > div > i {
  overflow: hidden;
  height: .55rem;
  background: rgba(32,51,61,.12);
}
.role-impact > div > i > b {
  display: block;
  width: var(--impact);
  height: 100%;
  background: var(--blue);
}
.role-impact .impact-orange { background: var(--gold); }
.role-impact .impact-green { background: var(--sage); }
.role-impact .impact-navy { background: var(--navy); }
.role-impact > div > strong { color: var(--navy); font-size: .62rem; }

.graphic-disclaimer {
  margin: 0;
  padding: .7rem 1.35rem;
  color: var(--ink-soft);
  background: #fff;
  font-size: .65rem;
}

@media (max-width: 1199.98px) {
  .planning-change-flow { grid-template-columns: 1fr; }
  .factsheet-panel + .factsheet-panel {
    border-top: 1px solid rgba(32,51,61,.13);
    border-left: 0;
  }
  .factsheet-panel h3 { min-height: 0; }
  .week-donut-row { grid-template-columns: 6.2rem minmax(10rem, 1fr); }
}

@media (max-width: 575.98px) {
  .week-donut-row { grid-template-columns: 1fr; justify-items: center; }
  .week-legend { width: 100%; }
  .scenario-equation { grid-template-columns: 1fr; }
  .scenario-equation > span { text-align: center; }
}

/* Consolidated from assets/site-v13.css */
#evidence {
  background: #fff;
}

.evidence-conversation-section {
  border-top: 1px solid var(--line);
  background: #f1f4f4;
}

.evidence-conversation-section .mini-viz {
  background: #f7fafb;
}

.factsheet-download {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--navy);
  font-weight: 700;
}

.factsheet-download span {
  padding: .2rem .4rem;
  border: 1px solid rgba(32,51,61,.25);
  border-radius: .25rem;
  font-size: .62rem;
  letter-spacing: .08em;
}

.factsheet-download:hover,
.factsheet-download:focus {
  color: var(--navy);
  background: var(--blue-pale);
}

/* Consolidated from assets/site-v14.css */
.trial-banner-action {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.trial-banner-action .trial-banner-copy {
  display: grid;
  gap: .18rem;
}

.trial-banner-action .trial-banner-copy span {
  color: var(--ink-soft);
  font-size: .88rem;
}

.trial-banner-action:hover {
  transform: translateY(-2px);
  background: #f8fbfc;
  box-shadow: 0 1rem 2.4rem rgba(14,48,64,.14);
}

.trial-banner-action:focus-visible {
  outline: 3px solid rgba(40,144,185,.42);
  outline-offset: 3px;
}

.example-snapshot {
  margin: 1.5rem 0 0;
  padding: 1rem 1.1rem;
  border-left: .22rem solid var(--gold);
  color: #e5eef2;
  background: rgba(255,255,255,.08);
  line-height: 1.55;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #siteNav .nav-link {
    padding-right: .45rem;
    padding-left: .45rem;
    font-size: .88rem;
  }
}

/* Consolidated from assets/site-v15.css */


/* Consolidated from assets/site-v16.css */
#evidence,
#evidence-conversation,
#difference,
#ambition {
  min-height: clamp(42rem, 78vh, 52rem);
}

.ambition-section {
  display: flex;
  align-items: center;
  padding: clamp(5.5rem, 10vw, 9rem) 0;
}

@media (max-width: 767.98px) {
  #evidence,
  #evidence-conversation,
  #difference,
  #ambition {
    min-height: auto;
  }
}

/* Consolidated from assets/site-v17.css */


/* Consolidated from assets/site-v18.css */



/* Consolidated from assets/site-v19.css */
@media (max-width: 991.98px) {
  .hero {
    padding-top: 3.75rem;
  }

  .hero .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 1.25rem !important;
    padding-bottom: 3rem !important;
  }

  .hero-copy-column {
    display: contents;
    padding-top: 0 !important;
  }

  .hero-copy-column > .eyebrow {
    order: 1;
  }

  .hero-copy-column > .display-title {
    order: 2;
  }

  .hero-copy-column > .hero-lead {
    order: 3;
  }

  .hero-copy-column > .hero-copy {
    order: 4;
  }

  .hero-journey-column {
    order: 5;
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
  }

  .hero-copy-column > .trial-banner-action {
    order: 6;
  }

  .hero-copy-column > .hero-actions {
    order: 7;
  }
}


/* Consolidated from assets/site-v20.css */
@media (max-width: 991.98px) {
  .hero {
    padding-top: calc(4.5rem + env(safe-area-inset-top));
  }

  .hero .row {
    padding-top: 1.5rem !important;
  }
}


/* Consolidated from assets/site-v21.css */
@media (max-width: 991.98px) {
  .hero {
    padding-top: calc(6.25rem + env(safe-area-inset-top));
  }
}


/* Consolidated from assets/site-v22.css */
.journey-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .7rem 1rem;
  text-align: center;
}

.journey-stage > span {
  min-width: 5.4rem;
  min-height: 1.8rem;
  border-right: 0;
}

.journey-stage strong,
.journey-stage small {
  text-align: center;
}

.familiar-flow {
  display: grid;
  justify-items: center;
  gap: .2rem;
  padding: .65rem;
}

.evidence-layer,
.layer-two,
.layer-three {
  width: min(100%, 30rem);
  margin-left: 0;
}

.journey-arrow,
.arrow-two {
  position: relative;
  width: 2rem;
  height: 1.35rem;
  margin: 0 auto;
}

.journey-arrow i {
  position: absolute;
  top: .05rem;
  left: 50%;
  width: 0;
  height: .85rem;
  border-left: 2px solid #bb8120;
  background: none;
  transform: translateX(-50%);
}

.journey-arrow i::after {
  position: absolute;
  bottom: -.02rem;
  left: -.32rem;
  width: .62rem;
  height: .62rem;
  border-right: 2px solid #bb8120;
  border-bottom: 2px solid #bb8120;
  content: "";
  transform: rotate(45deg);
}

.stage-connector {
  position: relative;
  display: block;
  width: 100%;
  height: 2.9rem;
  margin: .25rem auto;
}

.stage-connector i {
  position: absolute;
  top: .1rem;
  left: 50%;
  width: 0;
  height: 2rem;
  border: 0;
  border-left: 3px solid #3b8fc7;
  transform: translateX(-50%);
}

.stage-connector i::after {
  position: absolute;
  bottom: -.02rem;
  left: -.4rem;
  width: .78rem;
  height: .78rem;
  border: 0;
  border-right: 3px solid #3b8fc7;
  border-bottom: 3px solid #3b8fc7;
  content: "";
  transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .journey-stage {
    padding: .65rem .75rem;
  }

  .evidence-layer,
  .layer-two,
  .layer-three {
    margin-left: 0;
  }

  .journey-arrow,
  .arrow-two {
    margin-left: auto;
  }
}


/* Consolidated from assets/site-v23.css */
.journey-arrow,
.arrow-two {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.55rem;
  margin: 0;
  color: #bb8120;
}

.journey-arrow svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: visible;
}

.journey-arrow path,
.stage-connector path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.journey-arrow path {
  stroke-width: 2;
}

.stage-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin: .25rem 0;
  color: #3b8fc7;
}

.stage-connector svg {
  display: block;
  width: 2rem;
  height: 3rem;
  overflow: visible;
}

.stage-connector path {
  stroke-width: 3;
}

@media (max-width: 767.98px) {
  .journey-arrow,
  .arrow-two {
    margin: 0;
  }
}
