@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* Design tokens */
:root {
  --paper: #f6f3ec;
  --paper-2: #ece7dc;
  --ink: #222222;
  --brand-navy: #0E2033;
  --muted: #5e6873;
  --blue: #35648f;
  --blue-deep: #173a5b;
  --blue-soft: #cddbe7;
  --electric: #79e7f2;
  --white: #fff;
  --line: rgba(34,34,34,.14);
  --shadow: 0 22px 60px rgba(18,39,58,.13);
  --radius: 26px;
  --max: 1240px;
  --space: clamp(4.5rem,9vw,7.5rem)
}


/* Base and accessibility */
* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter,"Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased
}

body.menu-open {
  overflow: hidden
}

a {
  color: inherit;
  text-decoration: none
}

button,input,textarea {
  font: inherit
}

button {
  color: inherit
}

img,svg {
  max-width: 100%
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: .8rem 1rem;
  border-radius: .5rem
}

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

.progress {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg,var(--blue),var(--electric))
}


/* Header and navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 22px;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom,rgba(246,243,236,.96),rgba(246,243,236,.76));
  border-bottom: 1px solid rgba(34,34,34,.08)
}

.nav {
  max-width: var(--max);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-navy);
  font-weight: 800
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: block;
  flex: 0 0 auto
}

.brand-name {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--brand-navy);
  font-family: "Playfair Display",Georgia,serif
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 700
}

.nav-link {
  position: relative;
  color: #2a333d
}

.nav-link[aria-current=page] {
  color: var(--blue)
}

.nav-link:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: width .25s
}

.nav-link:hover::after,.nav-link:focus-visible::after,.nav-link[aria-current=page]::after {
  width: 100%
}

.nav-cta {
  padding: 11px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.7);
  border-radius: 999px;
  padding: .7rem 1rem;
  font-weight: 800;
  cursor: pointer
}


/* Hero and shared sections */
main {
  overflow: hidden
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--space) 28px;
  position: relative
}

.hero {
  min-height: calc(100vh - 71px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 58px;
  padding-top: 35px;
  padding-bottom: 70px
}

.hero::before,.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 -45vw;
  z-index: -1;
  background-image: linear-gradient(rgba(53,100,143,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(53,100,143,.07) 1px,transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom,#000,transparent 90%)
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: rgba(255,255,255,.45)
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 0 5px rgba(121,231,242,.17)
}

h1 {
  margin: 26px 0 24px;
  font-size: clamp(3.6rem,7.3vw,6.35rem);
  line-height: .88;
  letter-spacing: -.065em
}

.hero h1 {
  margin-top: 0
}

.hero-highlight {
  color: var(--blue);
  display: block
}

.hero-copy,.page-lead {
  max-width: 700px;
  font-size: clamp(1.1rem,1.8vw,1.45rem);
  line-height: 1.55;
  color: #46515d
}

.hero-actions,.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  font-weight: 760;
  font-size: 14px;
  transition: transform .2s,box-shadow .2s,background .2s
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(34,34,34,.13)
}

.btn.primary {
  background: var(--ink);
  color: #fff
}

.btn.secondary {
  background: rgba(255,255,255,.62)
}

.arrow {
  transition: transform .2s
}

.btn:hover .arrow {
  transform: translateX(4px)
}


.hero-visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center
}

.system-card {
  position: relative;
  width: min(520px,100%);
  aspect-ratio: 1;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(150deg,#eef2f3,#d7e0e5 55%,#c7d8e6);
  box-shadow: var(--shadow);
  border: 1px solid rgba(53,100,143,.12);
  transform: rotate(2deg);
  background-image: linear-gradient(rgba(53,100,143,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(53,100,143,.09) 1px,transparent 1px),radial-gradient(circle at var(--mx,50%) var(--my,40%),rgba(121,231,242,.55),transparent 32%);
  background-size: 32px 32px,32px 32px,auto
}

.system-ring {
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  border: 1px solid rgba(23,58,91,.24);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  animation: spin 24s linear infinite
}

.system-ring.r2 {
  width: 83%;
  animation-direction: reverse;
  animation-duration: 32s
}

.node {
  position: absolute;
  z-index: 4;
  width: 92px;
  aspect-ratio: 1;
  border-radius: 24px;
  background: rgba(246,243,236,.94);
  border: 1px solid rgba(23,58,91,.12);
  box-shadow: 0 14px 34px rgba(23,58,91,.13);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  transition: transform .2s,background .2s,color .2s
}

.node:hover {
  transform: scale(1.07) rotate(-2deg);
  background: var(--blue);
  color: #fff
}

.n1 {
  left: 9%;
  top: 18%
}

.n2 {
  right: 8%;
  top: 20%
}

.n3 {
  left: 13%;
  bottom: 12%
}

.n4 {
  right: 10%;
  bottom: 12%
}

.core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 172px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-deep);
  color: #fff;
  text-align: center;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(23,58,91,.25)
}

.core > div {
  width: 100%
}

.core strong {
  font-size: 18px;
  line-height: 1.15
}

.core span {
  display: block;
  font-size: 11px;
  opacity: .65;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 5px
}

.hero-stamp {
  position: absolute;
  right: -6px;
  bottom: 28px;
  z-index: 7;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 13px 16px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(34,34,34,.1);
  font-size: 12px;
  font-weight: 800;
  transform: rotate(-4deg)
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}


.ticker-wrap {
  border-block: 1px solid var(--line);
  overflow: hidden;
  background: var(--blue);
  color: #fff
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
  padding: 13px 0
}

.ticker span {
  padding: 0 28px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 800;
  white-space: nowrap
}

.ticker span::after {
  content: "✦";
  margin-left: 56px;
  color: var(--electric)
}

@keyframes ticker {
  to {
    transform: translateX(-50%)
  }
}

.kicker {
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 850
}

h2 {
  margin: 12px 0 18px;
  font-size: clamp(2.7rem,5vw,4.5rem);
  letter-spacing: -.055em;
  line-height: .98;
  max-width: 880px
}

h3 {
  letter-spacing: -.035em
}

.section-lead {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
  color: #53606b
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem
}

.text-link {
  color: var(--blue-deep);
  font-weight: 800;
  border-bottom: 1px solid var(--blue)
}


/* Services and discovery lens */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 48px
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.5);
  overflow: hidden;
  transition: transform .25s,box-shadow .25s,background .25s
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  background: #fff
}

.service-num {
  font-size: 12px;
  font-weight: 850;
  color: var(--blue);
  letter-spacing: .16em
}

.service-card h3 {
  margin: 45px 0 12px;
  font-size: 32px
}

.service-card p {
  color: #58636f;
  line-height: 1.6;
  max-width: 480px
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px
}

.chip {
  font-size: 11px;
  font-weight: 750;
  border: 1px solid var(--line);
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(246,243,236,.75)
}

.motif {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 180px;
  aspect-ratio: 1;
  border: 2px solid rgba(53,100,143,.25);
  border-radius: 50%;
  box-shadow: inset 0 0 0 25px rgba(121,231,242,.18),inset 0 0 0 50px rgba(53,100,143,.08);
  transition: transform .4s
}

.service-card:hover .motif {
  transform: rotate(20deg) scale(1.08)
}


.principle {
  margin-top: 84px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: center
}

.principle-quote {
  background: var(--blue-deep);
  color: #fff;
  padding: 48px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.principle-quote::before {
  content: "“";
  position: absolute;
  right: 24px;
  top: -38px;
  font-size: 220px;
  font-family: Georgia,serif;
  color: rgba(121,231,242,.15)
}

.principle-quote p {
  margin: 0;
  font-size: clamp(30px,3.4vw,48px);
  line-height: 1.07;
  letter-spacing: -.045em;
  font-weight: 780;
  position: relative
}

.principle-quote small {
  display: block;
  margin-top: 28px;
  color: #bcd0df;
  font-weight: 700
}

.lens-panel {
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
  background: #fff
}

.lens-tabs {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-bottom: 1px solid var(--line)
}

.lens-tab {
  border: 0;
  background: transparent;
  padding: 17px 12px;
  cursor: pointer;
  font-weight: 780;
  border-right: 1px solid var(--line)
}

.lens-tab:last-child {
  border-right: 0
}

.lens-tab.active {
  background: var(--blue);
  color: #fff
}

.lens-body {
  min-height: 210px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center
}

.lens-body h3 {
  font-size: 28px;
  margin: 0 0 10px
}

.lens-body p {
  margin: 0;
  color: #5d6974;
  line-height: 1.65
}

.lens-orb {
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,var(--electric),var(--blue) 55%,var(--blue-deep));
  box-shadow: 0 16px 40px rgba(53,100,143,.2)
}


/* Capabilities, proof and insights */
.dark-section {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden
}

.dark-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  right: -260px;
  top: -280px;
  background: radial-gradient(circle,rgba(121,231,242,.16),transparent 66%)
}

.dark-section .kicker {
  color: var(--electric)
}

.dark-section .section-lead {
  color: #aeb8c1
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 46px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  overflow: hidden
}

.cap {
  padding: 26px;
  min-height: 150px;
  border-right: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.13)
}

.cap:nth-child(3n) {
  border-right: 0
}

.cap:nth-last-child(-n+3) {
  border-bottom: 0
}

.cap strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px
}

.cap span {
  color: #aeb8c1;
  font-size: 13px;
  line-height: 1.5
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  margin-top: 46px
}

.proof-main,.proof-side {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.48)
}

.proof-main {
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.stat {
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}

.stat:nth-last-child(-n+2) {
  border-bottom: 0
}

.stat b {
  display: block;
  font-size: 50px;
  letter-spacing: -.06em;
  color: var(--blue-deep)
}

.stat span {
  display: block;
  margin-top: 4px;
  color: #616d79;
  font-size: 13px;
  line-height: 1.4
}

.proof-side {
  padding: 36px;
  background: var(--paper-2)
}

.proof-side h3 {
  margin: 0 0 18px;
  font-size: 28px
}

.proof-side p {
  color: #5d6873;
  line-height: 1.6
}


.insights-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 48px
}

.insight-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  transition: transform .25s,box-shadow .25s
}

.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.insight-art {
  height: 190px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,#dbe6ee,#edf0eb)
}

.art-orbits::before,.art-orbits::after {
  content: "";
  position: absolute;
  border-radius: 50%
}

.art-orbits::before {
  width: 125px;
  height: 125px;
  background: var(--blue);
  left: 35px;
  top: 40px;
  box-shadow: 135px -22px 0 -30px var(--electric),235px 35px 0 -15px var(--blue-deep)
}

.art-lines {
  background: var(--blue-deep)
}

.art-lines::before {
  content: "";
  position: absolute;
  inset: 45px 35px;
  border: 7px solid var(--electric);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-14deg)
}

.art-grid {
  background-color: var(--paper-2);
  background-image: linear-gradient(rgba(53,100,143,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(53,100,143,.15) 1px,transparent 1px);
  background-size: 28px 28px
}

.art-grid::after {
  content: "";
  position: absolute;
  inset: 35px 50px;
  background: #fff;
  border: 1px solid var(--blue);
  border-radius: 18px;
  box-shadow: inset 0 32px 0 rgba(53,100,143,.12)
}

.insight-copy {
  padding: 24px
}

.insight-type {
  font-size: 10px;
  font-weight: 850;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .15em
}

.insight-card h3 {
  font-size: 21px;
  line-height: 1.2
}

.insight-card p {
  font-size: 13px;
  color: #68737e;
  line-height: 1.55
}

.status {
  display: inline-block;
  margin-top: 1rem;
  padding: .4rem .6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  color: var(--muted)
}


/* Interior page sections */
.page-hero {
  padding-top: clamp(5rem,10vw,8rem);
  padding-bottom: clamp(4rem,8vw,7rem)
}

.page-hero h1 {
  max-width: 980px
}

.service-detail {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 4rem;
  padding-block: 4rem;
  border-top: 1px solid var(--line)
}

.service-detail h2 {
  font-size: clamp(2.2rem,4vw,3.7rem)
}

.service-detail-copy>p {
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 0
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.5rem;
  margin-top: 2rem
}

.detail-panel {
  padding: 1.5rem;
  border-radius: 20px;
  background: rgba(255,255,255,.55);
  border: 1px solid var(--line)
}

.detail-panel h3 {
  margin-top: 0
}

.detail-panel ul {
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.65
}

.about-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start
}

.about-card {
  position: sticky;
  top: 110px;
  border-radius: 30px;
  background: var(--blue);
  color: #fff;
  padding: 38px;
  min-height: 400px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.about-card::after {
  content: "MC";
  position: absolute;
  right: -25px;
  bottom: -45px;
  font-size: 180px;
  font-weight: 950;
  color: rgba(255,255,255,.08);
  letter-spacing: -.12em
}

.about-card h3 {
  margin: 75px 0 16px;
  font-size: 34px
}

.about-card p {
  color: #d7e2eb;
  line-height: 1.6
}

.prose p {
  color: #55616c;
  line-height: 1.8;
  font-size: 17px
}

.about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px
}

.about-item {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  font-size: 13px;
  font-weight: 720;
  background: rgba(255,255,255,.4)
}


/* Contact and footer */
.contact-shell {
  border-radius: 38px;
  padding: 58px;
  background: var(--blue-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.contact-shell::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -280px;
  border-radius: 50%;
  border: 80px solid rgba(121,231,242,.11)
}

.contact-shell>* {
  position: relative;
  z-index: 2
}

.contact-shell p {
  max-width: 620px;
  color: #c8d5df;
  line-height: 1.6
}

.contact-shell .btn.primary {
  background: #fff;
  color: var(--ink);
  border-color: #fff
}

.contact-shell .btn.secondary {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background: transparent
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 2rem
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 28px
}

.field {
  display: grid;
  gap: .45rem
}

.field label {
  font-weight: 800;
  font-size: .85rem
}

.field input,.field textarea {
  width: 100%;
  border: 1px solid rgba(34,34,34,.25);
  border-radius: 12px;
  background: #faf9f5;
  padding: .9rem
}

.field textarea {
  min-height: 150px;
  resize: vertical
}

.form-note {
  font-size: .82rem;
  line-height: 1.5;
  color: var(--muted)
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px;
  color: #6f7983;
  font-size: 12px
}

.footer-inner {
  max-width: var(--max);
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.footer-links {
  display: flex;
  gap: 1rem
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease,transform .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

:focus-visible {
  outline: 3px solid var(--electric);
  outline-offset: 4px
}


/* Responsive behavior */
@media(min-width:921px) and (max-width:1350px) {
  .hero > :first-child {
    align-self: start;
    margin-top: 35px
  }
}

@media(max-width:920px) {
  .menu-toggle {
    display: block
  }
  .nav-links {
    position: fixed;
    inset: 71px 0 auto;
    background: var(--paper);
    padding: 2rem 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow)
  }
  .nav-links.open {
    display: flex
  }
  .nav-cta {
    text-align: center
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto
  }
  .hero-visual {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
  }
  .hero-stamp {
    position: relative;
    align-self: flex-end;
    right: auto;
    bottom: auto;
    margin: -14px 6px 0 0
  }
  .proof-grid,.about-grid,.contact-layout {
    grid-template-columns: 1fr
  }
  .principle,.service-detail {
    grid-template-columns: 1fr;
    gap: 2rem
  }
  .cap-grid,.insights-grid {
    grid-template-columns: 1fr 1fr
  }
  .cap {
    border-right: 1px solid rgba(255,255,255,.13)!important;
    border-bottom: 1px solid rgba(255,255,255,.13)!important
  }
  .cap:nth-child(2n) {
    border-right: 0!important
  }
  .cap:nth-last-child(-n+2) {
    border-bottom: 0!important
  }
  .about-card {
    position: relative;
    top: auto
  }
}


@media(max-width:620px) {
  .section {
    padding: 4.8rem 18px
  }
  .site-header {
    padding: 10px 14px
  }
  .nav-links {
    inset: 63px 0 auto
  }
  .brand-name {
    font-size: 14px
  }
  .hero {
    padding-top: 24px
  }
  .hero h1 {
    font-size: 3.5rem
  }
  .hero-visual {
    min-height: 390px
  }
  .node {
    width: 72px;
    font-size: 11px;
    border-radius: 18px
  }
  .core {
    width: clamp(140px,38vw,152px);
    padding: 18px
  }
  .services-grid,.cap-grid,.insights-grid,.proof-main,.detail-columns {
    grid-template-columns: 1fr
  }
  .cap {
    border-right: 0!important;
    border-bottom: 1px solid rgba(255,255,255,.13)!important
  }
  .cap:last-child {
    border-bottom: 0!important
  }
  .lens-tabs {
    grid-template-columns: 1fr 1fr
  }
  .lens-tab {
    border-bottom: 1px solid var(--line)
  }
  .lens-body {
    grid-template-columns: 1fr
  }
  .lens-orb {
    display: none
  }
  .about-list {
    grid-template-columns: 1fr
  }
  .contact-shell {
    padding: 38px 26px
  }
  .hero-stamp {
    right: 8px
  }
  .section-head {
    display: block
  }
  .footer-inner {
    flex-direction: column
  }
}


@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto!important;
    animation-duration: .01ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .01ms!important
  }
  .reveal {
    opacity: 1;
    transform: none
  }
}


/* Privacy controls and policy */
.footer-links {
  align-items: center;
  flex-wrap: wrap
}

.footer-links button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: inherit
}

.footer-links a:hover,.footer-links button:hover {
  color: var(--blue-deep);
  text-decoration: underline;
  text-underline-offset: 3px
}

.privacy-banner {
  position: fixed;
  z-index: 500;
  left: max(18px,calc((100vw - 1480px)/2));
  right: max(18px,calc((100vw - 1480px)/2));
  bottom: 18px;
  display: grid;
  grid-template-columns: auto minmax(300px,1.15fr) minmax(510px,1fr);
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  color: var(--brand-navy);
  background: rgba(246,243,236,.98);
  border: 1px solid var(--warm-stone,#a89a8b);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(14,32,51,.2);
  backdrop-filter: blur(16px)
}

.privacy-banner-icon {
  width: 57px;
  height: 72px;
  display: block;
  flex: none;
  object-fit: contain
}

.privacy-banner-copy h2,.privacy-modal h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.025em
}

.privacy-banner-copy p {
  margin: 6px 0 8px;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.5
}

.privacy-banner-copy a {
  color: #765f4a;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px
}

.privacy-banner-actions {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px
}

.privacy-action {
  min-height: 50px;
  border: 1px solid #a89a8b;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s,box-shadow .2s,background .2s
}

.privacy-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(14,32,51,.12)
}

.privacy-action-primary,.privacy-action-muted {
  background: #a89a8b;
  color: #fff
}

.privacy-action-outline {
  background: rgba(255,255,255,.55);
  color: #765f4a
}

.privacy-modal-layer[hidden] {
  display: none
}

.privacy-modal-layer {
  position: fixed;
  z-index: 600;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px
}

.privacy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14,32,51,.58);
  backdrop-filter: blur(3px)
}

.privacy-modal {
  position: relative;
  z-index: 1;
  width: min(620px,100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  padding: 30px;
  color: var(--brand-navy);
  background: var(--paper);
  border: 1px solid rgba(168,154,139,.45);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(14,32,51,.28)
}

.privacy-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(168,154,139,.3)
}

.privacy-modal-header p {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.5
}

.privacy-modal-close {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 30px;
  line-height: 1
}

.privacy-modal-close:hover {
  background: rgba(183,196,214,.35)
}

.privacy-option {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(168,154,139,.3)
}

.privacy-option-icon {
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(220,207,195,.35)
}

.privacy-option-icon img {
  width: 32px;
  height: 32px;
  display: block
}

.privacy-option-copy {
  cursor: pointer
}

.privacy-option-copy strong,.privacy-option-copy span {
  display: block
}

.privacy-option-copy strong {
  font-size: 15px
}

.privacy-option-copy span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #4c5c6d
}

.privacy-switch {
  display: grid;
  grid-template-columns: 46px 24px;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.privacy-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.privacy-switch-track {
  position: relative;
  width: 46px;
  height: 26px;
  border: 1px solid #a89a8b;
  border-radius: 999px;
  background: #fff;
  transition: background .2s
}

.privacy-switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a89a8b;
  transition: transform .2s,background .2s
}

.privacy-switch input:checked+.privacy-switch-track {
  background: #a89a8b
}

.privacy-switch input:checked+.privacy-switch-track::after {
  transform: translateX(20px);
  background: #fff
}

.privacy-switch input:focus-visible+.privacy-switch-track {
  outline: 3px solid var(--electric);
  outline-offset: 3px
}

.privacy-switch-state::before {
  content: "Off";
  font-size: 12px;
  color: #765f4a
}

.privacy-switch input:checked~.privacy-switch-state::before {
  content: "On"
}

.privacy-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 22px
}

body.privacy-modal-open {
  overflow: hidden
}

.policy-page {
  overflow: visible
}

.policy-hero {
  padding-bottom: 3rem
}

.policy-hero h1 {
  max-width: 800px
}

.policy-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 28px clamp(5rem,10vw,8rem)
}

.policy-article section {
  padding: 28px 0;
  border-top: 1px solid var(--line)
}

.policy-article h2 {
  margin: 0 0 16px;
  font-size: clamp(1.65rem,3vw,2.25rem);
  line-height: 1.1;
  letter-spacing: -.035em
}

.policy-article p,.policy-article li {
  color: #46515d;
  font-size: 16px;
  line-height: 1.75
}

.policy-article address {
  font-style: normal;
  line-height: 1.7
}

.policy-article ul {
  padding-left: 1.25rem
}

.policy-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0
}

.policy-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(255,255,255,.5)
}

.policy-table th,.policy-table td {
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5
}

.policy-table th {
  color: #fff;
  background: var(--blue-deep)
}

.policy-cookie-list {
  display: grid;
  gap: 16px;
  margin-top: 1.5rem
}

.policy-cookie {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.48)
}

.policy-cookie h3 {
  margin: 0 0 8px;
  color: var(--blue-deep)
}

.policy-cookie p {
  margin: 4px 0
}

.policy-manage-button {
  margin: .5rem 0 1rem
}

@media(max-width:1050px) {
  .privacy-banner {
    grid-template-columns: auto 1fr
  }
  .privacy-banner-actions {
    grid-column: 1/-1
  }
}

@media(max-width:620px) {
  .privacy-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 18px
  }
  .privacy-banner-icon {
    display: none
  }
  .privacy-banner-actions {
    grid-template-columns: 1fr
  }
  .privacy-action {
    min-height: 48px
  }
  .privacy-modal-layer {
    align-items: end;
    padding: 10px
  }
  .privacy-modal {
    max-height: calc(100vh - 20px);
    padding: 20px
  }
  .privacy-option {
    grid-template-columns: 1fr auto;
    gap: 12px
  }
  .privacy-option-icon {
    display: none
  }
  .privacy-modal-actions {
    grid-template-columns: 1fr
  }
  .policy-article {
    padding-inline: 18px
  }
}
