:root {
  color-scheme: light;
  --navy: #0b2d5b;
  --navy-deep: #071f40;
  --teal: #14b8a6;
  --teal-ink: #0f766e;
  --lime: #84cc16;
  --slate: #64748b;
  --ink: #102f56;
  --muted: #64748b;
  --line: #e5e7eb;
  --soft: #f6f8fa;
  --white: #ffffff;
  --container: 1200px;
  --page-pad: clamp(1.25rem, 4vw, 4rem);
  --section-space: clamp(5rem, 9vw, 8.5rem);
  --radius-sm: 3px;
  --shadow: 0 24px 60px rgba(11, 45, 91, 0.14);
  font-family: "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
a.button {
  font: inherit;
}

button {
  color: inherit;
}

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

.container {
  width: min(var(--container), calc(100% - (var(--page-pad) * 2)));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
.hero-kicker,
.eyebrow,
.service-label,
.brand-strip-grid,
.footer-bottom span {
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 5.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  text-decoration: none;
}

.brand--lockup {
  gap: clamp(0.55rem, 1.2vw, 0.9rem);
  max-width: 100%;
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.brand-mark {
  width: clamp(2.8rem, 4.8vw, 3.9rem);
  height: clamp(2.8rem, 4.8vw, 3.9rem);
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-wordmark {
  width: clamp(9.4rem, 16vw, 12.8rem);
  height: auto;
  flex: 0 1 auto;
  object-fit: contain;
}

.brand-subtitle {
  max-width: 100%;
  overflow: hidden;
  color: var(--slate);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: clamp(0.36rem, 0.55vw, 0.55rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.4rem);
  margin-left: auto;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: clamp(0.8rem, 2vw, 1.8rem);
}

.language-option {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--slate);
  cursor: pointer;
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.language-flag {
  width: 1.4rem;
  height: 1rem;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(11, 45, 91, 0.12);
}

.language-option:hover,
.language-option:focus-visible,
.language-option.is-active {
  border-color: var(--line);
  background: var(--soft);
  color: var(--navy);
}

.site-nav a,
.footer-nav a,
.footer-contact a {
  text-decoration: none;
}

.site-nav a {
  position: relative;
  padding-block: 0.3rem;
  color: var(--slate);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--navy);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.legal-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.8rem);
}

.mobile-nav-cta,
.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.7rem 1.3rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--teal);
  color: var(--navy-deep);
}

.button--primary:hover {
  background: #0e9f91;
}

.button--outline {
  border-color: var(--navy);
  color: var(--navy);
}

.button--outline:hover {
  border-color: var(--teal-ink);
  color: var(--teal-ink);
}

.button--text {
  min-height: 3rem;
  padding-inline: 0.35rem;
  color: var(--navy);
}

.button--text:hover {
  color: var(--teal-ink);
}

.button--lime {
  background: var(--lime);
  color: var(--navy-deep);
}

.button--lime:hover {
  background: #a3e635;
}

.button--header {
  min-height: 2.7rem;
  padding-inline: 1.05rem;
}

.button--large {
  min-height: 3.25rem;
  padding-inline: 1.55rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.hero::after {
  position: absolute;
  right: -10rem;
  bottom: -21rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 40rem;
  grid-template-columns: minmax(0, 1.02fr) minmax(25rem, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: 5.8rem 5.3rem;
}

.hero-copy {
  max-width: 44rem;
}

.hero-kicker,
.eyebrow {
  margin-bottom: 1.35rem;
  color: var(--slate);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-kicker::before,
.eyebrow::before {
  display: inline-block;
  width: 2.7rem;
  height: 2px;
  margin: 0 0.8rem 0.2rem 0;
  background: var(--lime);
  content: "";
}

h1 {
  max-width: 12.5ch;
  margin-bottom: 1.55rem;
  color: var(--navy);
  font-size: clamp(3rem, 5.3vw, 5.7rem);
  font-weight: 800;
  line-height: 0.98;
}

h1 span,
h2 span {
  color: var(--lime);
}

.hero-copy > p {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: var(--slate);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.hero-art {
  position: relative;
  min-height: 30rem;
}

.hero-art-copy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: grid;
  justify-items: start;
  color: var(--navy);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.hero-art-copy .lime {
  color: var(--lime);
}

.hero-art-copy i {
  width: 3rem;
  height: 3px;
  margin: 1.2rem 0 1rem;
  background: var(--lime);
}

.hero-art-copy small {
  color: var(--slate);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.7;
}

.hero-art-frame {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 4rem;
  height: 24rem;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.hero-art-diagonal {
  position: absolute;
  top: -8rem;
  bottom: -8rem;
  width: 9rem;
  transform: skewX(-26deg);
}

.hero-art-diagonal--navy {
  left: 4rem;
  background: rgba(7, 31, 64, 0.8);
}

.hero-art-diagonal--teal {
  left: 12rem;
  background: rgba(20, 184, 166, 0.84);
}

.hero-art-diagonal--lime {
  left: 20rem;
  background: rgba(132, 204, 22, 0.92);
}

.hero-art-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 3.4rem 3.4rem;
}

.hero-art-mark {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: grid;
  width: 10.5rem;
  height: 10.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
}

.hero-art-mark img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}

.brand-strip {
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.brand-strip-grid {
  display: flex;
  min-height: 4.2rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 2.3vw, 2.3rem);
  color: var(--slate);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

.brand-strip-grid b {
  color: var(--teal-ink);
  font-size: 0.9rem;
  font-weight: 500;
}

.section {
  padding-block: var(--section-space);
}

.services,
.about {
  background: var(--white);
}

.section-heading {
  display: grid;
  max-width: 68rem;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.75fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: 5rem;
}

.section-heading .eyebrow,
.approach-copy .eyebrow,
.about-copy .eyebrow {
  margin-bottom: 1.1rem;
}

.section-heading h2,
.approach-copy h2,
.about-copy h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2.75rem, 5vw, 5.35rem);
  font-weight: 800;
  line-height: 0.98;
}

.section-heading-copy,
.approach-copy > p:last-child,
.about-copy > p:last-child {
  max-width: 31rem;
  margin-bottom: 0.15rem;
  color: var(--slate);
  font-size: 1.03rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-item {
  min-height: 25rem;
  padding: 2rem clamp(1rem, 3vw, 3rem) 2.4rem 0;
}

.service-item + .service-item {
  padding-left: clamp(1rem, 3vw, 3rem);
  border-left: 1px solid var(--line);
}

.service-icon {
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 1.8rem;
  place-items: center;
  border-radius: 50%;
}

.service-icon svg {
  width: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon--navy {
  background: var(--navy);
  color: var(--white);
}

.service-icon--teal {
  background: var(--teal);
  color: var(--white);
}

.service-icon--lime {
  background: var(--lime);
  color: var(--navy);
}

.service-label {
  margin-bottom: 0.7rem;
  color: var(--slate);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.service-item h3 {
  margin-bottom: 0.75rem;
  color: var(--navy);
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.service-item > p:not(.service-label) {
  max-width: 19rem;
  margin-bottom: 1.8rem;
  color: var(--slate);
  font-size: 0.96rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--navy);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-link:hover,
.service-link:focus-visible {
  color: var(--teal-ink);
}

.service-link span {
  color: var(--lime);
  font-size: 1rem;
}

.approach {
  background: var(--soft);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

.approach-copy {
  position: sticky;
  top: 8rem;
}

.approach-copy h2 {
  margin-bottom: 1.8rem;
}

.approach-copy > p:last-child {
  max-width: 27rem;
}

.methodology {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.7rem 1.7rem;
}

.methodology-line {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  left: 1.05rem;
  height: 1px;
  background: var(--teal);
  opacity: 0.8;
}

.method-step {
  position: relative;
  min-width: 0;
  padding-top: 0.1rem;
}

.method-step > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 1.3rem;
  place-items: center;
  border: 1px solid var(--teal);
  border-radius: 50%;
  background: var(--soft);
  color: var(--teal-ink);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
}

.method-step h3 {
  margin-bottom: 0.5rem;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.method-step p {
  max-width: 13rem;
  margin-bottom: 0;
  color: var(--slate);
  font-size: 0.84rem;
  line-height: 1.55;
}

.about-grid {
  display: grid;
  min-height: 27rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
}

.about-copy {
  max-width: 39rem;
}

.about-copy h2 {
  max-width: 10ch;
  margin-bottom: 1.7rem;
}

.about-copy > p:last-child {
  max-width: 35rem;
}

.about-art {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  background: var(--navy);
}

.about-art-word {
  position: absolute;
  top: 1.5rem;
  right: 1.8rem;
  color: var(--lime);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: clamp(2.3rem, 5vw, 5.3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.about-art img {
  position: absolute;
  top: 5rem;
  left: 2.4rem;
  width: 13rem;
  height: 13rem;
  padding: 0.8rem;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
}

.about-art-line {
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.54);
  transform: rotate(-32deg);
  transform-origin: left;
}

.about-art-line--one {
  top: 20rem;
  left: 0;
  width: 31rem;
}

.about-art-line--two {
  top: 22.5rem;
  left: 4rem;
  width: 26rem;
  background: var(--teal);
}

.about-art-line--three {
  top: 17rem;
  left: 16rem;
  width: 24rem;
  background: var(--lime);
}

.contact-band {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.contact-band::before,
.contact-band::after {
  position: absolute;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(20, 184, 166, 0.23);
  border-radius: 50%;
  content: "";
}

.contact-band::before {
  top: -25rem;
  left: -18rem;
}

.contact-band::after {
  right: -18rem;
  bottom: -26rem;
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 26rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 5rem;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.68);
}

.contact-inner h2 {
  max-width: 17ch;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 800;
  line-height: 0.98;
}

.contact-inner p:not(.eyebrow) {
  max-width: 34rem;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
}

.contact-email {
  margin-top: 1.35rem;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 600;
  text-underline-offset: 0.25rem;
}

.contact-channels {
  display: grid;
  width: min(100%, 74rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.6rem;
  border-block: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
}

.contact-channel {
  display: grid;
  min-width: 0;
  gap: 0.3rem;
  padding: 1.05rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.contact-channel:first-child {
  padding-left: 0;
}

.contact-channel:last-child {
  padding-right: 0;
  border-right: 0;
}

.contact-channel span,
.footer-contact-title {
  color: var(--lime);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-channel strong {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: clamp(0.86rem, 1.25vw, 1rem);
  line-height: 1.35;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  background: rgba(20, 184, 166, 0.12);
}

.contact-channel:hover strong,
.contact-channel:focus-visible strong {
  color: var(--teal);
}

.site-footer {
  background: var(--white);
  color: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1fr;
  gap: 3rem;
  padding-block: 3.7rem 2.7rem;
  border-bottom: 1px solid var(--line);
}

.brand--footer {
  margin-bottom: 1rem;
}

.footer-brand p,
.footer-contact-title,
.footer-bottom p,
.footer-bottom span {
  margin-bottom: 0;
  color: var(--slate);
  font-size: 0.82rem;
}

.footer-brand p span {
  padding-inline: 0.35rem;
  color: var(--teal);
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.footer-nav a,
.footer-contact a {
  color: var(--navy);
  font-size: 0.9rem;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.footer-contact-icon {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--teal-ink);
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  justify-items: end;
  text-align: right;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.2rem 1.7rem;
}

.footer-bottom span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .header-inner {
    position: relative;
    gap: clamp(0.55rem, 2vw, 1rem);
    min-height: 5.2rem;
  }

  .brand--lockup {
    min-width: 0;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-subtitle {
    font-size: clamp(0.3rem, 0.55vw, 0.45rem);
  }

  .language-option > span:not(.language-flag) {
    display: none;
  }

  .language-switcher {
    margin-left: 0.8rem;
  }

  .button--header {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    align-content: center;
    justify-items: center;
    gap: 0.38rem;
    padding: 0;
    border: 1px solid var(--navy);
    border-radius: var(--radius-sm);
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 1.1rem;
    height: 1px;
    background: var(--navy);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(0.2rem) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-0.2rem) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0.7rem var(--page-pad) 1.1rem;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.75rem;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .mobile-nav-cta {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.95rem;
    padding: 0.85rem 1.1rem;
    border: 1px solid var(--teal-ink);
    color: var(--teal-ink);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.8fr);
    gap: 2rem;
  }

  h1 {
    font-size: clamp(3rem, 6.2vw, 4.5rem);
  }

  .hero-art {
    min-height: 26rem;
  }

  .hero-art-frame {
    left: 1.5rem;
    height: 20rem;
  }

  .hero-art-diagonal {
    width: 7rem;
  }

  .hero-art-diagonal--navy {
    left: 2.8rem;
  }

  .hero-art-diagonal--teal {
    left: 8.8rem;
  }

  .hero-art-diagonal--lime {
    left: 14.8rem;
  }

  .hero-art-mark {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 8.5rem;
    height: 8.5rem;
  }

  .hero-art-mark img {
    width: 6.4rem;
    height: 6.4rem;
  }

  .approach-grid {
    gap: 3rem;
  }

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

  .methodology-line {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --section-space: 5rem;
  }

  .header-inner {
    position: relative;
    gap: clamp(0.35rem, 2vw, 0.55rem);
    min-height: 4.8rem;
  }

  .language-switcher {
    margin-left: auto;
    margin-right: 0.55rem;
  }

  .language-option {
    min-height: 2.7rem;
    min-width: 2.5rem;
    justify-content: center;
    padding-inline: 0.4rem;
  }

  .brand--lockup {
    gap: 0.55rem;
  }

  .brand-mark {
    width: clamp(2.15rem, 9vw, 2.35rem);
    height: clamp(2.15rem, 9vw, 2.35rem);
  }

  .brand-wordmark {
    width: clamp(7.2rem, 35vw, 8.6rem);
  }

  .brand-subtitle {
    font-size: 0.3rem;
    letter-spacing: 0.08em;
  }

  .button--header {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    align-content: center;
    justify-items: center;
    gap: 0.38rem;
    padding: 0;
    border: 1px solid var(--navy);
    border-radius: var(--radius-sm);
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 1.1rem;
    height: 1px;
    background: var(--navy);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(0.2rem) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-0.2rem) rotate(-45deg);
  }

  .site-nav {
    padding-block: 0.7rem 1.1rem;
  }

  .hero-grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    padding-block: 4.8rem 4.4rem;
  }

  .hero-kicker {
    line-height: 1.6;
  }

  h1 {
    max-width: 10.5ch;
    margin-bottom: 1.25rem;
    font-size: clamp(2.9rem, 12vw, 4.4rem);
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button--primary {
    flex: 1 1 14rem;
  }

  .hero-art {
    min-height: 23rem;
  }

  .hero-art-copy {
    right: 0.4rem;
    font-size: clamp(1.25rem, 6vw, 2rem);
  }

  .hero-art-copy small {
    font-size: 0.55rem;
  }

  .hero-art-frame {
    right: 2rem;
    left: 0;
    height: 17rem;
  }

  .hero-art-diagonal {
    top: -5rem;
    bottom: -5rem;
    width: 5.7rem;
  }

  .hero-art-diagonal--navy {
    left: 1.7rem;
  }

  .hero-art-diagonal--teal {
    left: 6.7rem;
  }

  .hero-art-diagonal--lime {
    left: 11.7rem;
  }

  .hero-art-mark {
    right: 1.1rem;
    bottom: 1.1rem;
    width: 7.2rem;
    height: 7.2rem;
  }

  .hero-art-mark img {
    width: 5.4rem;
    height: 5.4rem;
  }

  .brand-strip-grid {
    flex-wrap: wrap;
    gap: 0.45rem 0.85rem;
    padding-block: 1rem;
    line-height: 1.5;
  }

  .section-heading,
  .approach-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .section-heading {
    margin-bottom: 3.7rem;
  }

  .section-heading h2,
  .approach-copy h2,
  .about-copy h2 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

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

  .service-item,
  .service-item + .service-item {
    min-height: 0;
    padding: 2rem 0 2.6rem;
    border-left: 0;
  }

  .service-item + .service-item {
    border-top: 1px solid var(--line);
  }

  .service-item > p:not(.service-label) {
    max-width: 28rem;
  }

  .approach-copy {
    position: static;
  }

  .methodology {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1.2rem;
  }

  .method-step p {
    max-width: 13rem;
  }

  .about-grid {
    min-height: 0;
  }

  .about-art {
    min-height: 20rem;
  }

  .about-art-word {
    top: 1.2rem;
    right: 1rem;
    font-size: clamp(2rem, 13vw, 4rem);
  }

  .about-art img {
    top: 4rem;
    left: 1.2rem;
    width: 10rem;
    height: 10rem;
  }

  .about-art-line--one {
    top: 16rem;
    left: 0;
    width: 23rem;
  }

  .about-art-line--two {
    top: 18rem;
    left: 3rem;
    width: 20rem;
  }

  .about-art-line--three {
    top: 14rem;
    left: 11rem;
    width: 18rem;
  }

  .contact-inner {
    min-height: 25rem;
  }

  .contact-inner h2 {
    max-width: 14ch;
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .contact-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-channel {
    padding-inline: 0.9rem;
  }

  .contact-channel:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .contact-channel:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }

  .contact-channel:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

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

  .footer-contact {
    justify-items: start;
    text-align: left;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }
}

@media (max-width: 360px) {
  .header-inner {
    gap: 0.35rem;
  }

  .brand--lockup {
    gap: 0.4rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .brand-wordmark {
    width: 7rem;
  }

  .brand-subtitle {
    font-size: 0.27rem;
    letter-spacing: 0.05em;
  }

  .language-switcher {
    margin-right: 0.25rem;
  }

  .language-option {
    min-height: 2.5rem;
    min-width: 2.2rem;
    padding-inline: 0.25rem;
  }

  .menu-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal-enabled [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.contact-form-wrap {
  display: grid;
  width: min(100%, 74rem);
  grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(1.5rem, 5vw, 5rem);
  margin-top: 3.8rem;
  text-align: left;
}

.contact-form-intro {
  padding-top: 0.35rem;
}

.form-kicker {
  margin-bottom: 0.7rem;
  color: var(--lime);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-form-intro > p:last-child {
  max-width: 22rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.1rem, 3vw, 1.7rem);
  border-top: 4px solid var(--lime);
  background: var(--white);
  color: var(--navy);
  text-align: left;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field--full,
.form-consent,
.form-actions {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--navy);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.form-field label span {
  color: var(--slate);
  font-family: "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #b8c2cf;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--navy);
  font: inherit;
  line-height: 1.4;
}

.form-field input {
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
}

.form-field textarea {
  min-height: 7rem;
  padding: 0.75rem 0.8rem;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--teal-ink);
  outline: 3px solid rgba(20, 184, 166, 0.25);
  outline-offset: 1px;
}

.form-consent {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  align-items: start;
  gap: 0.7rem;
  color: var(--slate);
  cursor: pointer;
  font-size: 0.78rem;
  line-height: 1.5;
}

.form-consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.12rem 0 0;
  accent-color: var(--teal-ink);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.form-status {
  max-width: 22rem;
  margin: 0;
  color: var(--slate);
  font-size: 0.78rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1rem;
}

.footer-legal a {
  color: var(--slate);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--teal-ink);
}

.legal-main {
  min-height: calc(100vh - 12rem);
  padding-block: clamp(4.5rem, 9vw, 8rem);
  background: var(--soft);
}

.legal-header-back {
  color: var(--navy);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-header-back:hover,
.legal-header-back:focus-visible {
  color: var(--teal-ink);
}

.legal-shell {
  width: min(100%, 54rem);
  margin-inline: auto;
}

.legal-intro {
  margin-bottom: 2.5rem;
}

.legal-intro .eyebrow {
  margin-bottom: 1rem;
}

.legal-intro h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 6rem);
}

.legal-intro p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--slate);
  font-size: 1.08rem;
}

.legal-content {
  padding: clamp(1.4rem, 4vw, 3rem);
  border-top: 4px solid var(--lime);
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin: 2.2rem 0 0.7rem;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.1;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--slate);
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 0.75rem 0 1.2rem;
  padding-left: 1.25rem;
}

.legal-content a {
  color: var(--teal-ink);
  text-underline-offset: 0.2rem;
}

.legal-details {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 1.6rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: var(--soft);
}

.legal-details p {
  margin: 0;
  font-size: 0.9rem;
}

.legal-details strong {
  color: var(--navy);
}

.legal-note {
  margin-top: 1.6rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--lime);
  background: var(--soft);
}

.legal-note p {
  margin: 0;
  font-size: 0.88rem;
}

.legal-back {
  display: inline-flex;
  margin-top: 1.6rem;
  color: var(--navy);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-underline-offset: 0.25rem;
}

@media (max-width: 720px) {
  .legal-header-actions {
    gap: 0.45rem;
  }

  .legal-header-back {
    display: inline-flex;
    width: 1.5rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .legal-header-back::before {
    color: var(--navy);
    content: "↩";
    font-size: 1.05rem;
    line-height: 1;
  }

  .contact-form-wrap {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-field--full,
  .form-consent,
  .form-actions {
    grid-column: auto;
  }

  .footer-legal {
    justify-content: flex-start;
  }

  .legal-main {
    padding-block: 4rem;
  }

  .legal-content {
    box-shadow: none;
  }
}

