@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --navy: #111e30;
  --ink: #172336;
  --muted: #5e6a7b;
  --blue: #3769ba;
  --pale: #a4c2f5;
  --line: #dce1e7;
  --surface: #f5f7f9;
  --font: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.35;
}
h2 {
  font-size: 1.875rem;
  letter-spacing: -0.8px;
}
h3 {
  font-size: 1.125rem;
  letter-spacing: -0.3px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid #5e90e4;
  outline-offset: 6px;
}
::selection {
  background: #b8d1ff;
  color: var(--navy);
}
.container {
  width: min(1160px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  padding: 12px 18px;
  z-index: 100;
  background: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 88px;
  background: #fff;
  border-bottom: 1px solid #eef0f3;
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1.2px;
  white-space: nowrap;
}
.brand-mark {
  width: 35px;
  height: 35px;
}
.brand-period {
  color: #658ed0;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.875rem;
  font-weight: 500;
}
.main-nav > a {
  padding-block: 12px;
  transition: color 0.15s;
}
.main-nav > a:hover {
  color: var(--blue);
}
.main-nav .nav-contact {
  margin-left: 5px;
  padding: 10px 18px;
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
  border-radius: 3px;
}
.main-nav .nav-contact:hover {
  color: #fff;
  background: #263b56;
  border-color: #263b56;
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--navy);
  color: white;
}
.hero-main {
  padding-block: 88px 32px;
}
.eyebrow {
  font-size: 0.875rem;
  color: #b6c4d8;
  font-weight: 400;
}
.hero h1 {
  margin-top: 25px;
  font-size: clamp(2.5rem, 5.4vw, 4.5rem);
  line-height: 1.13;
  letter-spacing: -2.1px;
  font-weight: 500;
}
.hero h1 span {
  color: var(--pale);
}
.hero-description {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #bdc9da;
  max-width: 645px;
  margin-top: 27px;
}
.hero-link {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  color: #e2eaf6;
  border-bottom: 1px solid #6f829e;
  transition: border-color 0.15s;
}
.hero-link:hover {
  border-color: #e2eaf6;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-top: 33px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  max-width: 100%;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.6;
  text-align: center;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
}
.button-primary {
  background: #b4cdf5;
  border-color: #b4cdf5;
  color: var(--navy);
}
.button-primary:hover {
  background: #d0e0fa;
  border-color: #d0e0fa;
}
.button-outline {
  color: var(--ink);
  border-color: #b5c3d5;
  background: #fff;
}
.button-outline:hover {
  border-color: #5578a6;
  background: #f3f6fa;
}
.hero-secondary {
  color: #d6e0ed;
  font-size: 0.9375rem;
  padding-block: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #5d718d;
}
.hero-secondary:hover {
  text-decoration-color: #d6e0ed;
}
.hero-foundations {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 50px;
  border-top: 1px solid #344259;
  margin-top: 62px;
  padding-top: 25px;
  color: #b6c5da;
  font-size: 0.875rem;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}
.section-heading > h2 {
  max-width: 580px;
}
.section-heading > p {
  max-width: 340px;
  color: var(--muted);
  font-size: 0.9375rem;
}
.section {
  padding-block: 82px;
}
.section-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 64px;
}
.section-content,
.document-outline,
.projects-content {
  min-width: 0;
}
.about-copy p {
  max-width: 735px;
  color: var(--muted);
}
.about-copy .lead,
.lead {
  font-size: 1.25rem;
  color: var(--ink);
  line-height: 1.75;
}
.about-copy p + p {
  margin-top: 18px;
}
.audience-grid {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.audience-grid h3 {
  margin-bottom: 10px;
}
.audience-grid p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}
.services-section {
  background: var(--surface);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  margin-top: 34px;
}
.service {
  border-top: 1px solid #cdd6e2;
  padding-top: 25px;
}
.service h3 {
  font-size: 1.1875rem;
  margin-bottom: 14px;
}
.service p {
  color: var(--muted);
}
.text-link {
  display: inline-block;
  font-size: 0.875rem;
  color: #365f98;
  border-bottom: 1px solid #bacce4;
  margin-top: 20px;
  padding-bottom: 2px;
}
.text-link:hover {
  border-color: #365f98;
}
.docs-intro > p {
  margin-top: 21px;
  color: var(--muted);
  max-width: 270px;
}
.docs-intro .button {
  margin-top: 27px;
  padding-inline: 18px;
}
.docs-intro .action-note {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.document-outline {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 77px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  color: var(--blue);
}
.detail-toggle {
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
}
.detail-toggle::before,
.detail-toggle::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #6c7e98;
}
.detail-toggle::after {
  transform: rotate(90deg);
}
details[open] .detail-toggle::after {
  transform: rotate(0deg);
}
.detail-content {
  padding: 0 36px 25px 0;
  color: var(--muted);
}
.approach-section {
  background: var(--surface);
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  margin-top: 34px;
}
.approach-grid article {
  border-top: 1px solid #cdd6e2;
  padding-top: 25px;
}
.approach-grid h3 {
  margin-bottom: 14px;
  font-size: 1.1875rem;
}
.approach-grid p {
  color: var(--muted);
}
.projects-section {
  padding-block: 62px;
}
.projects-section .section-layout {
  padding-top: 0;
}
.projects-content .lead {
  font-size: 1.125rem;
}
.projects-content p + p {
  color: var(--muted);
  margin-top: 12px;
  max-width: 650px;
}
.contact-section {
  background: var(--navy);
  color: white;
  padding-block: 76px 60px;
}
.contact-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 88px;
  padding-bottom: 50px;
  border-bottom: 1px solid #354257;
}
.contact-intro h2 {
  font-size: clamp(2rem, 3.4vw, 2.875rem);
  line-height: 1.2;
  letter-spacing: -1.3px;
  margin-top: 19px;
}
.contact-intro h2 span {
  color: var(--pale);
}
.contact-intro > p:not(.eyebrow) {
  color: #b8c5d7;
  font-size: 1rem;
  margin-top: 22px;
  max-width: 525px;
}
.contact-action {
  padding-top: 5px;
}
.contact-action .action-note {
  margin-top: 11px;
  color: #b6c5da;
  font-size: 0.8125rem;
}
.inquiry-guide {
  margin-top: 26px;
  font-size: 0.875rem;
  color: #b6c5da;
}
.inquiry-guide > p {
  color: #d8e3f1;
  margin-bottom: 8px;
}
.inquiry-guide ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.9;
}
.inquiry-guide li {
  padding-left: 3px;
}
.copy-email {
  display: block;
  margin-top: 10px;
  padding: 6px 0;
  color: #b6c5da;
  font-size: 0.8125rem;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #536883;
}
.copy-email:hover {
  color: #fff;
}
.copy-status {
  min-height: 1.5em;
  font-size: 0.8125rem;
  color: #d8e3f1;
  line-height: 1.5;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 38px;
  margin-top: 32px;
}
.contact-grid h3 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c2cfe1;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.contact-email {
  display: inline-block;
  color: #e0e9f7;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #536883;
  overflow-wrap: anywhere;
}
.contact-email:hover {
  text-decoration-color: #d4e3fa;
}
.company-block p {
  color: #b8c5d7;
  font-size: 0.875rem;
  line-height: 1.9;
}
.company-block .company-meta {
  margin-top: 9px;
}
.site-footer {
  background: #0d1828;
  color: #aebcd0;
  border-top: 1px solid #29394e;
}
.footer-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand {
  color: #e9eef6;
  font-size: 20px;
  gap: 8px;
  letter-spacing: -0.8px;
}
.footer-brand .brand-mark {
  width: 27px;
  height: 27px;
}
.footer-inner > p {
  font-size: 0.75rem;
}
.back-to-top {
  font-size: 0.875rem;
}
.back-to-top:hover {
  color: #fff;
}
.error-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
}
.error-page .container {
  padding-block: 64px;
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .main-nav {
    gap: 20px;
  }
  .section-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 44px;
  }
  .service-grid {
    gap: 32px;
  }
  .approach-grid {
    gap: 32px;
  }
  .contact-heading {
    gap: 50px;
  }
  .contact-grid {
    gap: 28px;
  }
  .contact-email {
    font-size: 0.9375rem;
  }
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 76px;
  }
  .site-header {
    height: 76px;
  }
  .menu-toggle {
    display: flex;
    background: transparent;
    border: 0;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .menu-toggle span {
    height: 1px;
    width: 20px;
    background: var(--ink);
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 10px 36px 23px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav > a {
    padding-block: 13px;
    font-size: 1rem;
  }
  .main-nav .nav-contact {
    margin: 10px 0 0;
    padding: 12px 18px;
    text-align: center;
    align-self: flex-start;
  }
  .hero-main {
    padding-block: 72px 30px;
  }
  .hero-foundations {
    gap: 15px 28px;
    margin-top: 48px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 15px;
    max-width: 570px;
  }
  .section {
    padding-block: 64px;
  }
  .section-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .about-copy {
    max-width: 710px;
  }
  .audience-grid {
    gap: 34px;
    margin-top: 30px;
  }
  .service-grid {
    gap: 28px;
  }
  .service h3 {
    font-size: 1.125rem;
  }
  .docs-intro > p {
    max-width: 560px;
    margin-top: 17px;
  }
  .desktop-break {
    display: none;
  }
  .projects-section {
    padding-block: 54px;
  }
  .projects-section .section-layout {
    padding-top: 0;
  }
  .contact-heading {
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .company-block {
    grid-column: 1/-1;
    border-top: 1px solid #354257;
    padding-top: 26px;
  }
  .company-block p {
    font-size: 0.9375rem;
  }
  .footer-inner {
    flex-wrap: wrap;
    padding-block: 23px;
    gap: 18px;
  }
  .footer-inner > p {
    order: 3;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .brand {
    font-size: 23px;
  }
  .brand-mark {
    width: 32px;
    height: 32px;
  }
  .main-nav {
    padding-inline: 20px;
  }
  .hero-main {
    padding-block: 56px 27px;
  }
  .hero h1 {
    font-size: clamp(2rem, 7.8vw, 2.75rem);
    letter-spacing: -1.15px;
    line-height: 1.22;
    margin-top: 23px;
  }
  .hero-description {
    font-size: 1rem;
    margin-top: 23px;
    line-height: 1.85;
  }
  .hero-link {
    margin-top: 25px;
    font-size: 0.9375rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 28px;
  }
  .hero-foundations {
    flex-direction: column;
    gap: 8px;
    margin-top: 33px;
    padding-top: 22px;
  }
  .button {
    min-height: 54px;
    padding-inline: 22px;
  }
  .section {
    padding-block: 48px;
  }
  h2 {
    font-size: 1.625rem;
    letter-spacing: -0.6px;
  }
  .section-layout {
    gap: 22px;
  }
  .about-copy .lead {
    font-size: 1.125rem;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 25px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 27px;
  }
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 27px;
  }
  .approach-grid article {
    padding-top: 22px;
  }
  .service {
    padding-top: 22px;
  }
  .service h3 {
    font-size: 1.1875rem;
    margin-bottom: 11px;
  }
  .docs-intro > p {
    margin-top: 15px;
  }
  summary {
    gap: 18px;
    padding-block: 20px;
    min-height: 75px;
  }
  .detail-content {
    padding: 0 22px 23px 0;
  }
  .projects-section {
    padding-block: 44px;
  }
  .projects-section .section-layout {
    padding-top: 0;
  }
  .contact-section {
    padding-block: 46px;
  }
  .contact-heading {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-bottom: 34px;
  }
  .contact-intro h2 {
    font-size: 2rem;
    letter-spacing: -0.8px;
  }
  .contact-action .button {
    width: 100%;
  }
  .contact-action .action-note {
    text-align: center;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 27px;
  }
  .contact-grid h3 {
    margin-bottom: 8px;
  }
  .contact-email {
    font-size: 1rem;
  }
  .company-block {
    padding-top: 26px;
  }
  .footer-brand {
    font-size: 20px;
  }
  .footer-brand .brand-mark {
    width: 27px;
    height: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .skip-link,
  .hero-link,
  .back-to-top,
  .hero-actions,
  .hero-foundations,
  .button,
  .copy-email,
  .copy-status,
  .action-note {
    display: none;
  }
  .container {
    width: 100%;
  }
  .hero,
  .contact-section,
  .site-footer {
    background: #fff;
    color: #172336;
  }
  .hero h1 span,
  .hero-description,
  .contact-intro h2 span,
  .contact-intro > p,
  .inquiry-guide,
  .inquiry-guide > p,
  .contact-grid h3,
  .contact-email,
  .company-block p,
  .footer-brand {
    color: #172336;
  }
  .hero-main,
  .section,
  .contact-section {
    padding-block: 24px;
  }
  .section-layout {
    display: block;
  }
  .section-layout > h2,
  .docs-intro {
    margin-bottom: 20px;
  }
  details::details-content {
    content-visibility: visible !important;
    height: auto !important;
  }
}
