:root {
  --navy: #132d3b;
  --deep: #102632;
  --ink: #1d3541;
  --muted: #546973;
  --green: #77b9a0;
  --pale: #e9f1ec;
  --cream: #f7f7f2;
  --line: #dce3df;
  --font: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #168369;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  background: white;
  z-index: 100;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.site-header {
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  line-height: 1;
  text-decoration: none !important;
}
.brand svg {
  width: 49px;
  height: 49px;
}
.brand > span {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1px;
}
.brand small {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 4.2px;
  margin-top: 8px;
  margin-left: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.nav-links a[aria-current] {
  border-bottom: 2px solid var(--green);
  padding-bottom: 7px;
}
.portal-link {
  border-left: 1px solid var(--line);
  padding-left: 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 24px;
  background: var(--navy);
  color: white;
  border: 1px solid var(--navy);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
  border-radius: 3px;
  text-decoration: none !important;
}
.button:hover {
  background: #264958;
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 17px;
  font-size: 12px;
  gap: 18px;
}
.button.light {
  color: var(--navy);
  background: #e8f4ec;
  border-color: #e8f4ec;
}
.button span {
  font-size: 20px;
  font-weight: 400;
}
.nav-toggle {
  display: none;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #409879;
  border-radius: 50%;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(48px, 5.1vw, 74px);
  line-height: 1.08;
  letter-spacing: -3.6px;
  font-weight: 500;
  margin-bottom: 27px;
}
h2 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.15;
  letter-spacing: -1.8px;
  font-weight: 500;
  margin-bottom: 24px;
}
h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin-bottom: 14px;
}
p {
  margin-bottom: 22px;
}
em {
  font-style: normal;
  color: #408169;
}
.lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 640px;
}
.hero {
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 42px;
  padding-top: 78px;
  padding-bottom: 76px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy .lead {
  max-width: 495px;
  font-size: 17px;
}
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}
.text-link {
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  text-decoration: none !important;
}
.hero-foot {
  font-size: 11px;
  color: var(--muted);
  margin: 25px 0 0;
}
.hero-art {
  position: relative;
  height: 518px;
  background: var(--navy);
  border-radius: 4px;
  overflow: hidden;
  color: white;
  isolation: isolate;
  box-shadow: 0 24px 50px -35px #071f39;
}
.art-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff09 1px, transparent 1px),
    linear-gradient(90deg, #ffffff09 1px, transparent 1px);
  background-size: 38px 38px;
}
.art-label {
  position: absolute;
  left: 29px;
  top: 26px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #b3c9cc;
}
.orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #ffffff13;
  border-radius: 50%;
  left: 12%;
  top: 15%;
}
.orbit-two {
  width: 365px;
  height: 365px;
  left: 26%;
  top: 30%;
}
.layer {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 4px;
  gap: 17px;
  padding: 23px 24px;
  box-shadow: 0 15px 26px #071b282b;
}
.layer small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.7px;
  margin-bottom: 7px;
  font-weight: 600;
}
.layer strong {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.layer-number {
  margin-left: auto;
  font-size: 10px;
  opacity: 0.5;
  align-self: flex-start;
}
.layer-icon {
  font-size: 26px;
  font-weight: 400;
  width: 32px;
}
.layer-client {
  top: 95px;
  left: 23%;
  right: 8%;
  background: #f5f7f3;
  color: var(--navy);
  transform: rotate(-4deg);
  z-index: 3;
}
.layer-client:after,
.layer-partner:after {
  content: "";
  position: absolute;
  height: 31px;
  border-left: 1px dashed #b4d4c7;
  left: 43%;
  top: 100%;
}
.layer-partner {
  top: 223px;
  left: 14%;
  right: 13%;
  background: #99c8b4;
  color: var(--navy);
  transform: rotate(-4deg);
  z-index: 2;
}
.layer-platform {
  top: 355px;
  left: 7%;
  right: 18%;
  background: #244756;
  border: 1px solid #6b958e;
  transform: rotate(-4deg);
  padding: 22px 19px;
  z-index: 1;
}
.layer-platform svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.layer-platform strong {
  font-size: 18px;
}
.layer-platform p {
  font-size: 9px;
  margin: 7px 0 0;
  color: #c4d5d6;
}
.art-caption {
  position: absolute;
  bottom: 20px;
  right: 23px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #c4d5d6;
  letter-spacing: 0.2px;
}
.art-caption .status-dot {
  background: var(--green);
  width: 5px;
  height: 5px;
}
.audience {
  border-block: 1px solid var(--line);
}
.audience .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 27px;
}
.audience p {
  margin: 0;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.audience span {
  font-size: 12px;
  font-weight: 500;
}
.section {
  padding-block: 100px;
}
.section-heading {
  max-width: 710px;
  margin-bottom: 46px;
}
.section-heading > p:last-child {
  max-width: 605px;
  color: var(--muted);
  font-size: 16px;
}
.capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 35px;
  gap: 36px;
}
.capability {
  border-top: 1px solid #b4c7be;
  padding-top: 22px;
}
.number {
  display: block;
  font-size: 11px;
  color: #477662;
  letter-spacing: 1px;
  margin-bottom: 34px;
}
.capability p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  max-width: 345px;
}
.partnership-section {
  background: var(--pale);
  padding-block: 95px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.split .lead {
  font-size: 17px;
}
.responsibilities {
  border-top: 1px solid #bacdc3;
}
.responsibilities > div {
  position: relative;
  padding: 24px 0 24px 75px;
  border-bottom: 1px solid #bacdc3;
}
.responsibilities > div > span {
  position: absolute;
  left: 0;
  top: 29px;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
}
.responsibilities h3 {
  font-size: 19px;
}
.responsibilities p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.client-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.client-section p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
}
.client-section .lead {
  font-size: 18px !important;
}
.cta-band {
  background: var(--navy);
  color: white;
  padding-block: 72px;
}
.cta-band .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-band .eyebrow {
  color: #a5cfbc;
}
.cta-band h2 {
  margin: 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.25fr 1.5fr 1fr 1fr;
  gap: 40px;
  padding-block: 63px;
  align-items: start;
}
.footer-top .brand {
  margin-top: 3px;
}
.footer-top p {
  font-size: 14px;
  color: var(--muted);
}
.footer-top > div > a {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  font-size: 10px;
  color: var(--muted);
}
.page-hero {
  padding-block: 85px 65px;
}
.page-hero h1 {
  font-size: clamp(43px, 5vw, 66px);
  max-width: 900px;
}
.page-hero .lead {
  max-width: 710px;
}
.platform-row {
  display: grid;
  grid-template-columns: 0.17fr 1fr 0.9fr;
  gap: 50px;
  padding-block: 55px;
  border-top: 1px solid var(--line);
}
.platform-row h2 {
  font-size: 32px;
}
.platform-row p,
.platform-row li {
  font-size: 15px;
  color: var(--muted);
}
.platform-row ul {
  margin: 0;
  padding-left: 20px;
}
.platform-row li {
  padding-bottom: 13px;
}
.note {
  padding: 35px 40px;
  background: var(--pale);
  margin-block: 25px 90px;
}
.note p {
  margin: 0;
  max-width: 950px;
  color: var(--muted);
  font-size: 15px;
}
.steps {
  margin: 0;
  padding-left: 23px;
}
.steps li {
  padding-left: 16px;
  margin-bottom: 33px;
}
.steps p {
  font-size: 15px;
  color: var(--muted);
}
.intake-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 95px;
  padding-top: 5px;
}
.intake {
  padding: 34px;
  border: 1px solid var(--line);
  background: white;
}
.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.f-field {
  margin-bottom: 23px;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #bbc9c3;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  padding: 12px;
  font-size: 16px;
}
textarea {
  min-height: 130px;
  resize: vertical;
}
.intake button[type="submit"] {
  background: var(--navy);
  border: 0;
  color: white;
  padding: 15px;
  font-weight: 600;
  cursor: pointer;
}
.intake button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  font-size: 13px;
  margin: 15px 0 0;
}
.form-status.err {
  color: #a03228;
}
.success-panel {
  display: none;
  background: var(--pale);
  padding: 40px;
}
.success-panel.show {
  display: block;
}
.intake-grid aside {
  padding-top: 20px;
}
.intake-grid aside li {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 15px;
}
.intake-grid aside ul {
  padding-left: 20px;
}
.aside-client {
  margin-top: 45px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.aside-client p {
  font-size: 14px;
  color: var(--muted);
}
.legal-brand {
  padding-top: 35px;
  font-size: 13px;
  color: var(--muted);
}
.prose {
  max-width: 850px;
  padding-top: 45px;
}
.prose h1 {
  font-size: 48px;
}
.prose h2 {
  font-size: 26px;
  margin-top: 38px;
}
.prose .meta {
  font-size: 11px;
  letter-spacing: 1px;
}
.prose p,
.prose li {
  color: var(--muted);
  font-size: 15px;
}
.prose li {
  margin-bottom: 10px;
}
@media (min-width: 1500px) {
  .hero-grid {
    padding-block: 105px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav-links {
    gap: 18px;
  }
  .portal-link {
    padding-left: 18px;
  }
  .hero-grid {
    gap: 26px;
  }
  .hero-art {
    height: 490px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    gap: 18px;
    padding-inline: 18px;
  }
  .layer strong {
    font-size: 18px;
  }
  .layer-platform strong {
    font-size: 16px;
  }
  .layer-platform {
    right: 9%;
  }
  .split,
  .client-section {
    gap: 55px;
  }
}
@media (max-width: 980px) {
  .nav {
    min-height: 86px;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid var(--line);
    padding: 14px;
    background: transparent;
    border-radius: 3px;
  }
  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--navy);
  }
  #navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--cream);
    padding: 24px 32px;
    border-bottom: 1px solid var(--line);
  }
  #navigation.open {
    display: block;
  }
  .nav-links {
    align-items: stretch;
    flex-direction: column;
    gap: 19px;
  }
  .nav-links a {
    display: block;
  }
  .portal-link {
    border: 0;
    padding: 0;
  }
  .nav-links .button {
    display: flex;
  }
  .hero-grid {
    padding-block: 55px;
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.5px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-art {
    height: 460px;
  }
  .layer-client {
    left: 12%;
    right: 7%;
  }
  .layer-partner {
    left: 8%;
    right: 9%;
    top: 210px;
  }
  .layer-platform {
    left: 5%;
    right: 7%;
    top: 325px;
    gap: 8px;
    padding-inline: 13px;
  }
  .layer-platform p {
    font-size: 8px;
  }
  .layer-platform strong {
    font-size: 14px;
  }
  .layer {
    padding: 20px 15px;
    gap: 10px;
  }
  .layer strong {
    font-size: 16px;
  }
  .art-caption {
    font-size: 8px;
  }
  .audience .wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px 35px;
  }
  .audience p {
    width: 100%;
  }
  .audience p br {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .platform-row {
    gap: 30px;
  }
  .intake-grid {
    gap: 45px;
  }
  .section,
  .partnership-section {
    padding-block: 70px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .brand > span {
    font-size: 25px;
  }
  .brand svg {
    width: 42px;
    height: 42px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 3.7px;
  }
  .nav {
    min-height: 78px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 35px;
    gap: 37px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -2.8px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .hero-copy .lead {
    font-size: 16px;
    max-width: 520px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 14px 17px;
  }
  .hero-foot {
    font-size: 10px;
  }
  .hero-art {
    height: 438px;
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }
  .layer-client {
    left: 24%;
    right: 7%;
    top: 75px;
  }
  .layer-partner {
    left: 15%;
    right: 12%;
    top: 185px;
  }
  .layer-platform {
    left: 8%;
    right: 17%;
    top: 298px;
    padding: 22px 15px;
  }
  .layer strong {
    font-size: 17px;
  }
  .layer-platform strong {
    font-size: 16px;
  }
  .layer-platform p {
    font-size: 8px;
  }
  .art-caption {
    bottom: 16px;
  }
  .audience .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-block: 22px;
  }
  .audience p {
    grid-column: 1/-1;
  }
  .audience span {
    font-size: 11px;
  }
  .section,
  .partnership-section {
    padding-block: 58px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .capabilities {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .capability .number {
    margin-bottom: 20px;
  }
  .capability p {
    max-width: none;
  }
  .split,
  .client-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .client-section h2 {
    margin-bottom: 0;
  }
  .responsibilities > div {
    padding-left: 70px;
  }
  .cta-band {
    padding-block: 50px;
  }
  .cta-band .wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .cta-band h2 {
    font-size: 34px;
  }
  .footer-top {
    gap: 30px;
    padding-block: 40px;
  }
  .footer-top > p {
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 9px;
  }
  .page-hero {
    padding-block: 50px 35px;
  }
  .page-hero h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .page-hero .lead {
    font-size: 16px;
  }
  .platform-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 32px;
  }
  .platform-row .number {
    margin: 0;
  }
  .platform-row h2 {
    font-size: 28px;
  }
  .platform-row p {
    margin-bottom: 8px;
  }
  .note {
    padding: 25px;
    margin-bottom: 50px;
  }
  .intake-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .intake {
    padding: 22px;
  }
  .f-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .prose h1 {
    font-size: 40px;
  }
  .prose h2 {
    font-size: 26px;
  }
  .lead {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

[hidden] {
  display: none !important;
}
.intake-notice {
  padding: 35px;
  background: var(--pale);
  border: 1px solid var(--line);
}
.intake-notice h2 {
  font-size: 30px;
}
.intake-notice p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
}
