@import url('google-fonts.css');
:root {
  --bg: #071719;
  --panel: #102629;
  --ink: #f3f6f1;
  --muted: #a7b8b6;
  --accent: #00FFEA;
  --line: #ffffff24;
  --space: clamp(24px, 5vw, 88px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

button, input, select, textarea {
  font: inherit;
}

button, a, input, select, textarea {
  touch-action: manipulation;
}

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

button {
  cursor: pointer;
}

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

h1, h2, h3, h4, p {
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.045em;
}

h1 {
  font-size: clamp(52px, 7.8vw, 100px);
}

h2 {
  font-size: clamp(36px, 4.4vw, 60px);
}

h3 {
  font-size: clamp(24px, 2.2vw, 34px);
}

p {
  color: var(--muted);
}

.wrap {
  padding-left: var(--space);
  padding-right: var(--space);
}

.skip {
  position: absolute;
  top: -80px;
}

.skip:focus {
  top: 10px;
  z-index: 100;
  background: var(--bg);
  padding: 12px;
}

.header {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}

.brand img {
  width: 160px;
  height: auto;
}

.nav {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 14px;
}

.nav a {
  transition: color .2s;
}

.nav a:hover, .nav a.active {
  color: var(--accent);
}

.nav .contact-link {
  border: 1px solid #ffffff60;
  border-radius: 40px;
  padding: 10px 19px;
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: white;
  padding: 8px 16px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--accent);
}

.eyebrow:before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 850px;
  height: 100svh;
  display: flex;
  align-items: flex-start;
  isolation: isolate;
  overflow: hidden;
  background: #153237;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  will-change: transform;
  filter: saturate(.75);
  pointer-events: none;
}

.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 20, 24, .86), rgba(3, 20, 24, .1)), linear-gradient(0deg, #071719 1%, transparent 50%, #07171966);
  z-index: -2;
}

.hero-copy {
  padding-top: clamp(120px, 9.25svh, 150px);
  position: relative;
  max-width: 990px;
}

.hero h1 {
  max-width: 850px;
}

.hero h1 span {
  color: var(--accent);
}

.hero-copy > p {
  max-width: 475px;
  font-size: 18px;
  margin-top: 28px;
  color: #d1dddb;
}

.actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 15px 23px;
  background: var(--accent);
  color: #10251d;
  border: 1px solid var(--accent);
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  transition: background .2s, transform .2s;
}

.button:hover {
  background: white;
  transform: translateY(-3px);
}

.button.secondary {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #ffffff65;
  padding: 9px 0;
  font-size: 14px;
}

.hero-bottom {
  position: absolute;
  bottom: 38px;
  left: var(--space);
  right: var(--space);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #cbd6d0;
}

.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--accent);
}

.circle {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 18px;
}

.hero-caption {
  position: absolute;
  right: var(--space);
  bottom: 145px;
  width: min(328px, 25vw);
  min-height: 140px;
  padding: 20px 36px 20px 55px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(55, 72, 75, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 24px 65px rgba(0, 0, 0, .28);
  color: #f0f5f3;
  font-size: clamp(12px, 1vw, 13px);
  line-height: 1.45;
  backdrop-filter: blur(18px);
}

.hero-caption::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 18px;
  bottom: 20px;
  width: 1px;
  background: rgba(255, 255, 255, .42);
}

.hero-caption b {
  display: block;
  color: var(--accent);
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 16px;
}

.section {
  padding-top: 105px;
  padding-bottom: 105px;
}

.section-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}

/* .section-top h2 {
  max-width: 750px;
} */

.section-top > p {
  max-width: 390px;
}

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

.business-card {
  padding: 35px 25px 35px 0;
  border-right: 1px solid var(--line);
  min-height: 255px;
  display: flex;
  flex-direction: column;
  transition: background .25s;
}

.business-card:not(:first-child) {
  padding-left: 25px;
}

.business-card:last-child {
  border: 0;
}

.business-card:hover {
  background: #ffffff06;
}

.number {
  font-size: 13px;
  color: var(--accent);
  font-family: monospace;
}

.business-card h3 {
  font-size: 23px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 5px;
  margin-top: 34px;
  letter-spacing: -.03em;
}

.business-card h3 span {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 21px;
}

.business-card p {
  font-size: 14px;
  margin-top: 16px;
  max-width: 245px;
}

.light {
  background: #edf1ec;
  color: #102827;
}

.light p {
  color: #53635c;
}

.light .eyebrow {
  color: #3e6050;
}

.light .text-link {
  border-color: #10282770;
}

.feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: center;
}

.image-frame {
  perspective: 1200px;
  position: relative;
}

.depth-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  /* transform: rotateY(-5deg) rotateX(3deg); */
  box-shadow: 25px 25px 70px #0002;
  /* transition: transform .25s; */
  /* will-change: transform; */
}

.image-frame .image-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: #071719b8;
  padding: 14px;
  backdrop-filter: blur(12px);
}

.feature-copy p {
  margin-top: 25px;
  font-size: 17px;
}

.feature-copy .button {
  margin-top: 30px;
  background: #12332c;
  color: white;
  border-color: #12332c;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid #10282735;
  padding-top: 30px;
  margin-top: 40px;
}

.stat strong {
  display: block;
  font: 500 clamp(30px, 3.8vw, 54px) 'DM Sans', Arial, sans-serif;
  letter-spacing: -.06em;
}

.stat span {
  font-size: 11px;
  color: #53635c;
}

.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 32px 0;
}

.filter {
  padding: 10px 19px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.filter.active, .filter:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #10251d;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.project-card {
  min-width: 0;
  display: block;
  perspective: 1200px;
}

.project-photo {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.45;
  background: #183b3c;
}

.project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s;
  filter: saturate(.75);
}

.project-card:hover img {
  transform: scale(1.07);
}

.project-photo .badge {
  position: absolute;
  top: 16px;
  left: 16px;
}

.badge {
  display: inline-block;
  padding: 5px 11px;
  background: #071719bf;
  backdrop-filter: blur(8px);
  border: 1px solid #ffffff3a;
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #f5f7f0;
}

.project-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  margin: 20px 0 9px;
}

.project-card h3 {
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.project-card h3 span {
  font-size: 16px;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-family: 'DM Sans', Arial, sans-serif;
}

.project-card p {
  font-size: 14px;
  margin-top: 10px;
}

.big-story {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1c3d39;
}

.big-story img {
  position: absolute;
  width: 100%;
  height: 120%;
  object-fit: cover;
  opacity: .32;
}

.big-story .story-copy {
  z-index: 1;
  position: relative;
  max-width: 840px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.big-story p {
  color: #d3ddda;
  max-width: 520px;
  margin-top: 28px;
}

.media-list-section {
  padding-top: 20px;
}

.media-year-heading {
  font-size: 32px;
  margin: 35px 0;
  color: var(--accent);
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-list a span {
  color: var(--accent);
}

.news-row {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 160px 1fr 40px;
  gap: 30px;
  align-items: center;
}

.news-row:hover h3 {
  color: var(--accent);
}

.news-row h3 {
  font-size: 23px;
  letter-spacing: -.025em;
  line-height: 1.35;
}

.news-row time {
  font-size: 13px;
  color: var(--muted);
}

.news-row p {
  font-size: 14px;
  margin-top: 10px;
}

.footer {
  background: #041012;
  padding-top: 65px;
  padding-bottom: 25px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 55px;
}

.footer h2 {
  font-size: clamp(34px, 4vw, 60px);
  max-width: 680px;
}

.footer .button {
  align-self: center;
}

.footer-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin: 35px 0;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  color: var(--muted);
}

.page-hero {
  padding-top: 180px;
  padding-bottom: 70px;
  background: radial-gradient(ellipse at 80% 0, #204a48 0, transparent 65%);
}

.page-hero h1 {
  font-size: clamp(48px, 6.5vw, 96px);
  max-width: 1100px;
}

.page-hero p {
  margin-top: 25px;
  max-width: 720px;
  font-size: 18px;
}

.source-note {
  font-size: 12px !important;
  margin-top: 35px !important;
  color: var(--muted);
}

.source-note a {
  text-decoration: underline;
}

.detail-image {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 80px;
}

.prose p {
  margin-bottom: 22px;
  line-height: 1.85;
}

.prose h2 {
  font-size: 34px;
  margin: 40px 0 24px;
}

.prose h3 {
  font-size: 24px;
  margin: 30px 0 18px;
}

.fact-list {
  border-top: 1px solid var(--line);
}

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

.fact dt {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: .08em;
}

.fact dd {
  font-size: 20px;
  margin: 9px 0 0;
}

.team-section {
  margin-bottom: 70px;
}

.team-section > h2 {
  font-size: 33px;
  margin-bottom: 28px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.person {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.person img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
  background: #173335;
}

.person h3 {
  font-size: 21px;
  margin: 18px 0 8px;
}

.person p {
  font-size: 14px;
}

.person:hover img {
  filter: grayscale(0);
}

.resource-grid, .office-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.resource-box, .office {
  padding: 35px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.resource-box h2, .office h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--accent);
}

.resource-box a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 16px;
}

.resource-box a span span {
  color: var(--accent);
}

.resource-box a:hover {
  color: var(--accent);
}

.office p {
  margin: 6px 0;
  white-space: pre-line;
  font-size: 14px;
}

.contact-form-section {
  padding-top: 15px;
}

.contact-offices-section {
  padding-top: 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, clamp(340px, 28vw, 520px)) minmax(0, 1fr);
  gap: clamp(54px, 6vw, 125px);
  align-items: start;
}

.contact-layout > div:first-child {
  max-width: 520px;
}

.contact-layout h2 {
  font-size: 42px;
}

.contact-layout p {
  margin-top: 20px;
}

#contact-form {
  width: 100%;
  max-width: 1180px;
  background: #334c4f;
  border-radius: 20px;
  padding: clamp(30px, 2.2vw, 42px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 1.8vw, 34px);
  row-gap: clamp(22px, 2vw, 30px);
}

.form-grid label {
  display: block;
  color: #f2f8f6;
  font-size: clamp(14px, 1vw, 14px);
  font-weight: 500;
  line-height: 1.3;
}

.required-mark {
  color: #ff2c23;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-grid input, .form-grid select, .form-grid textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, .76);
  padding: 10px 0 15px;
  margin-top: 7px;
  color: white;
  border-radius: 0;
  outline: none;
  transition: border-color .2s, color .2s;
}

.form-grid input::placeholder, .form-grid textarea::placeholder {
  color: rgba(255, 255, 255, .42);
  opacity: 1;
}

.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus,
.form-grid input:focus-visible, .form-grid select:focus-visible, .form-grid textarea:focus-visible {
  border-bottom-color: var(--accent);
  outline: none;
}

.form-grid .custom-select {
  position: relative;
  width: 100%;
  margin-top: 7px;
  z-index: 1;
}

.form-grid .custom-select.is-open {
  z-index: 200;
}

.form-grid .custom-select.is-customized select {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.form-grid .select-selected {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, .76);
  padding: 10px 42px 15px 0;
  color: white;
  line-height: 1.35;
  cursor: pointer;
  user-select: none;
  outline: none;
  transition: border-color .2s, color .2s;
}

.form-grid .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, .76);
  border-bottom: 2px solid rgba(255, 255, 255, .76);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s;
}

.form-grid .select-selected.select-arrow-active:after {
  transform: translateY(-25%) rotate(225deg);
}

.form-grid .select-selected:focus, .form-grid .select-selected.select-arrow-active {
  border-bottom-color: var(--accent);
}

.form-grid .select-selected:focus:after, .form-grid .select-selected.select-arrow-active:after {
  border-color: var(--accent);
}

.form-grid .select-selected.is-placeholder {
  color: rgba(255, 255, 255, .42);
}

.form-grid .select-selected.is-disabled {
  opacity: .6;
  cursor: not-allowed;
}

.form-grid .custom-select select[aria-invalid="true"] + .select-selected {
  border-bottom-color: #ff8b8b;
}

.form-grid .select-items {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 201;
  max-height: 210px;
  overflow-y: auto;
  background: rgba(16, 38, 41, .98);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.form-grid .select-items div {
  padding: 12px 15px;
  color: white;
  cursor: pointer;
  user-select: none;
}

.form-grid .select-items div:hover,
.form-grid .select-items .same-as-selected {
  background: rgba(0, 255, 234, .12);
  color: var(--accent);
}

.select-hide {
  display: none;
}

.form-grid input[aria-invalid="true"], .form-grid select[aria-invalid="true"], .form-grid textarea[aria-invalid="true"] {
  border-bottom-color: #ff8b8b;
}

.form-grid option {
  background: #102629;
}

.form-grid textarea {
  min-height: clamp(120px, 15vw, 160px);
  padding-right: 80px;
  padding-bottom: 44px;
  resize: vertical;
}

.full {
  grid-column: 1/-1;
}

#message-count {
  display: block;
  min-height: 20px;
  margin-top: -28px;
  padding-right: 8px;
  color: rgba(255, 255, 255, .56);
  font-size: clamp(14px, 1vw, 14px);
  font-weight: 500;
  line-height: 1;
  text-align: right;
  pointer-events: none;
}

.form-note {
  font-size: 13px;
  color: var(--muted);
  margin: 15px 0 24px;
}

.form-note[data-type="pending"] {
  color: var(--accent);
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 8px;
  color: #ffb4b4;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.form-action-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.form-action-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-action-left .form-note {
  margin: 15px 0 24px;
}

.form-action-row .button {
  flex-shrink: 0;
}

.recaptcha-row {
  min-height: 104px;
}

.form-action-row .recaptcha-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.form-action-row #recaptcha-error {
  text-align: right;
}

.g-recaptcha {
  margin-top: 2px;
}

.iti {
  display: block;
  width: 100%;
  margin-top: 9px;
}

.iti input {
  margin-top: 0;
}

.iti__selected-flag {
  color: white;
  padding-left: 0;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.iti__country-list {
  max-width: min(360px, calc(100vw - 42px));
  background: #102629;
  border-color: #ffffff35;
  color: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.iti__dial-code {
  color: var(--muted);
}

.iti__country.iti__highlight {
  background: rgba(0, 255, 234, .12);
}

#contact-submit:disabled {
  opacity: .62;
  cursor: not-allowed;
  transform: none;
}

.swal-modal {
  max-width: 430px;
  border-radius: 8px;
  background: #f4f7f2;
}

.swal-title {
  color: #071719;
  font-family: 'DM Sans', Arial, sans-serif;
}

.swal-text {
  color: #183033;
  text-align: center;
}

.swal-button {
  border-radius: 4px;
  background: var(--accent);
  color: #071719;
  font-weight: 800;
  text-transform: uppercase;
}

.swal-button:not([disabled]):hover {
  background: #6efff4;
}

.faq {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}

.faq summary {
  font-size: 20px;
  cursor: pointer;
}

.faq p {
  padding-top: 20px;
}

.reveal {
  transition: opacity .75s, transform .75s;
}

.js-motion .reveal {
  opacity: 0;
  transform: translateY(30px);
}

.js-motion .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  background: #071719df;
  color: #e0e8e0;
  border: 1px solid #ffffff45;
  border-radius: 30px;
  padding: 9px 14px;
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--accent);
  z-index: 50;
  transform-origin: left;
  width: 100%;
  transform: scaleX(0);
}

[hidden] {
  display: none !important;
}

@media (min-width: 1600px) {
  .hero-copy {
    max-width: 1200px;
  }

}

@media (max-width: 1100px) {
  .nav {
    gap: 16px;
  }

  .brand img {
    width: 135px;
  }

  .hero-caption {
    display: none;
  }

  .hero {
    min-height: 780px;
  }

  .feature {
    gap: 40px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 800px) {
  .header {
    height: 80px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #071719;
    padding: 25px var(--space);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px;
  }

  .hero {
    align-items: center;
    min-height: 740px;
    height: 92svh;
  }

  .hero-copy {
    padding-top: 60px;
  }

  .hero h1 {
    font-size: clamp(52px, 10vw, 80px);
  }

  .hero-bottom {
    bottom: 25px;
  }

  .hero-bottom > span {
    max-width: 140px;
    font-size: 10px;
  }

  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-top {
    display: block;
  }

  .section-top > p {
    margin-top: 25px;
  }

  .section-top .text-link {
    display: inline-block;
    margin-top: 20px;
  }

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

  .business-card:nth-child(2) {
    border-right: 0;
  }

  .business-card:nth-child(3) {
    padding-left: 0;
  }

  .business-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .feature, .detail-layout, .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .feature .depth-image {
    height: 380px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }

  .project-card h3 {
    font-size: 21px;
  }

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

  .news-row {
    grid-template-columns: 95px 1fr 20px;
    gap: 15px;
  }

  .news-row h3 {
    font-size: 19px;
  }

  .footer-top {
    display: block;
  }

  .footer .button {
    margin-top: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .resource-grid, .office-grid {
    grid-template-columns: 1fr;
  }

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

  .page-hero {
    padding-top: 135px;
    padding-bottom: 50px;
  }

  .stats {
    gap: 15px;
  }

  .hero-copy > p {
    font-size: 16px;
    max-width: 390px;
  }

  .hero-video {
    object-position: 65% center;
  }

}

@media (max-width: 480px) {
  .contact-layout {
    min-width: 0;
    gap: 28px;
  }

  .contact-layout > div:first-child,
  #contact-form,
  .form-grid,
  .form-grid label {
    min-width: 0;
  }

  .contact-layout h2 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 40px);
    line-height: 1.08;
  }

  .contact-layout p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  #contact-form {
    border-radius: 16px;
    padding: 26px 22px;
  }

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

  .news-row {
    grid-template-columns: 1fr 20px;
  }

  .news-row time {
    grid-column: 1/-1;
  }

  .form-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .form-grid input, .form-grid select, .form-grid textarea,
  .form-grid .select-selected {
    min-width: 0;
  }

  .hero h1 {
    font-size: 53px;
  }

  .hero {
    min-height: 760px;
  }

  .business-card h3 {
    font-size: 20px;
  }

  .business-card {
    padding-right: 14px;
  }

  .business-card:not(:first-child) {
    padding-left: 14px;
  }

  .business-card:nth-child(3) {
    padding-left: 0;
  }

  .business-card p {
    font-size: 13px;
  }

  .team-grid {
    gap: 24px 16px;
  }

  .person h3 {
    font-size: 18px;
  }

  .person p {
    font-size: 13px;
  }

  .feature .depth-image {
    height: 300px;
  }

  .hero-bottom {
    font-size: 10px;
  }

  .resource-box, .office {
    padding: 25px;
  }

  .motion-toggle {
    bottom: 10px;
    right: 10px;
  }

}

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

  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }

  .js-motion .reveal {
    opacity: 1;
    transform: none;
  }

  .depth-image {
    transform: none;
  }

}

.module-section {
  height: 190svh;
  min-height: 1250px;
  background: radial-gradient(ellipse at 68% 45%, #1b4246, #071719 65%);
  position: relative;
}

.module-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding-bottom: 40px;
}

.module-copy {
  position: relative;
  z-index: 2;
}

.module-copy h2 {
  font-size: clamp(38px, 4.5vw, 49px);
}

.module-copy > p {
  margin-top: 25px;
  max-width: 420px;
}

.module-layers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 25px;
  margin-top: 32px;
  max-width: 460px;
}

.module-layers div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 13px;
  color: var(--muted);
}

.module-layers b {
  display: block;
  font-size: 14px;
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
}

.module-layers i {
  font: normal 12px monospace;
  color: var(--accent);
  margin-right: 7px;
}

.module-note {
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #9bb4b3;
}

.module-note a {
  text-decoration: underline;
}

#module-canvas {
  height: 80svh;
  min-height: 550px;
  position: relative;
  width: 100%;
}

#module-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.module-fallback {
  position: absolute;
  inset: 15%;
  display: flex;
  align-items: center;
}

.module-fallback img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid var(--line);
}

.assembly-track {
  position: absolute;
  bottom: 25px;
  left: var(--space);
  right: var(--space);
  height: 1px;
  background: var(--line);
}

.assembly-progress {
  height: 1px;
  background: var(--accent);
  width: 0;
}

.assembly-label {
  position: absolute;
  bottom: 40px;
  right: var(--space);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.motion-off .module-section {
  height: auto;
  min-height: 0;
}

.motion-off .module-sticky {
  position: relative;
}

.motion-off .reveal {
  opacity: 1;
  transform: none;
}

.motion-off .depth-image {
  transform: none !important;
}

.motion-off .hero-video {
  transform: none !important;
}

.motion-off * {
  scroll-behavior: auto !important;
  transition: none !important;
}

@media (max-width: 800px) {
  .module-section {
    height: 170svh;
    min-height: 1200px;
  }

  .module-sticky {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
    min-height: 820px;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .module-copy h2 {
    font-size: 38px;
    max-width: 550px;
  }

  .module-copy > p {
    font-size: 14px;
    margin-top: 15px;
    max-width: 550px;
  }

  .module-copy .eyebrow {
    margin-bottom: 16px;
  }

  .module-layers {
    gap: 10px 20px;
    margin-top: 20px;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .module-layers div {
    font-size: 11px;
  }

  .module-layers b {
    font-size: 12px;
  }

  .module-note {
    max-width: 100% !important;
    font-size: 11px !important;
  }

  #module-canvas {
    height: 42svh;
    min-height: 320px;
    max-height: 430px;
  }

  .assembly-label {
    font-size: 10px;
  }

  .module-sticky .module-copy {
    padding-top: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .module-section {
    height: auto;
    min-height: 0;
  }

  .module-sticky {
    position: relative;
    height: auto;
    min-height: 850px;
  }

}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.benefit {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}

.benefit h3 {
  font-size: 22px;
  letter-spacing: -.02em;
  margin-bottom: 17px;
}

.benefit p {
  font-size: 15px;
}

.prose {
  overflow-wrap: anywhere;
}

.fact dd {
  overflow-wrap: anywhere;
}

.page-hero h1 {
  overflow-wrap: break-word;
}

@media (max-width: 800px) {
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 480px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 800px) {
  .module-section {
    height: auto;
    min-height: 0;
  }

  .module-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding-top: 65px;
    padding-bottom: 75px;
  }

  #module-canvas {
    height: 430px;
    max-height: none;
    min-height: 0;
  }

  .assembly-label {
    bottom: 32px;
  }

  .assembly-track {
    bottom: 20px;
  }

}

/* Project Solis: original project content in the Convalt redesign. */
.solis-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}

.solis-content {
  overflow: hidden;
}

.solis-content .gp-section {
  padding: 80px var(--space);
  max-width: 1720px;
  margin: auto;
}

.solis-content .gp-panel-alt {
  background: var(--panel);
}

.solis-content .gp-panel-accent {
  border-block: 1px solid var(--accent);
}

.solis-content .gp-h2 {
  margin-bottom: 28px;
}

.solis-content .row, .solis-content .gp-impact-grid, .solis-content .gp-photo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.solis-content .row > * {
  min-width: 0;
}

.solis-content .gp-copy p, .solis-content .gp-copy > ul {
  margin-bottom: 20px;
}

.solis-content li {
  color: var(--muted);
  margin-bottom: 12px;
}

.solis-content strong {
  color: var(--ink);
}

.solis-content img {
  width: 100%;
  object-fit: cover;
}

.solis-content .gp-overview-img {
  border-radius: 4px;
}

.solis-content .gp-clarify {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.solis-content .gp-clarify-title {
  font-size: clamp(30px, 3.4vw, 52px);
}

.solis-content .gp-chip {
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .15em;
  display: block;
  margin-bottom: 16px;
}

.solis-content .gp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.solis-content .gp-card {
  border: 1px solid var(--line);
  background: var(--bg);
}

.solis-content .gp-card > img {
  aspect-ratio: 1.55;
}

.solis-content .gp-card-body, .solis-content .gp-card-plain {
  padding: 28px;
}

.solis-content .gp-card-title-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.solis-content .gp-card-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.solis-content .gp-card-title-lg {
  margin-bottom: 24px;
}

.solis-content .gp-card-metric {
  font-size: 24px;
  color: var(--accent);
}

.solis-content .gp-list-row, .solis-content .gp-bar-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.solis-content .gp-list-row {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.solis-content .gp-list-row b {
  color: var(--accent);
  text-align: right;
}

.solis-content .gp-note, .solis-content .gp-render-caption {
  font-size: 14px;
  margin-top: 20px;
  color: var(--muted);
}

.solis-content .gp-grid-gap-24 {
  display: grid;
  gap: 24px;
}

.solis-content .gp-wage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.solis-content .gp-wage-num {
  font-size: clamp(23px, 2.5vw, 38px);
  color: var(--accent);
  letter-spacing: -.04em;
}

.solis-content .gp-wage-label {
  font-size: 14px;
  color: var(--muted);
}

.solis-content .gp-bar-row {
  margin-top: 18px;
}

.solis-content .gp-bar-track {
  height: 5px;
  background: #ffffff18;
  margin-top: 8px;
}

.solis-content .gp-bar-fill {
  height: 100%;
  background: var(--accent);
}

.solis-content .gp-w-100 {
  width: 100%;
}

.solis-content .gp-w-65 {
  width: 65%;
  opacity: .65;
}

.solis-content .gp-w-43 {
  width: 43%;
  opacity: .4;
}

.solis-content .gp-photo-strip {
  margin: 56px 0;
}

.solis-content .gp-photo-strip img {
  aspect-ratio: 1.75;
}

.solis-content .gp-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 32px;
  margin-top: 36px;
}

.solis-content .gp-benefit {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.solis-content .gp-benefit-num {
  display: block;
  color: var(--accent);
  font-size: 14px;
  margin-bottom: 14px;
}

.solis-content .gp-benefit-title {
  display: block;
  font-size: 24px;
  line-height: 1.3;
}

.solis-content .gp-benefit-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.solis-content .gp-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--accent);
  margin: 22px 0;
  align-items: center;
}

.solis-content .gp-flow-step {
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-size: 13px;
}

.solis-content .gp-timeline {
  margin-top: 24px;
}

.solis-content .gp-timeline-item {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 22px 0;
}

.solis-content .gp-timeline-dot {
  display: none;
}

.solis-content .gp-timeline-year {
  color: var(--accent);
  font-size: 16px;
}

.solis-content .gp-timeline-text {
  color: var(--muted);
  font-size: 14px;
}

.solis-content .gp-render-frame {
  margin-bottom: 32px;
}

.solis-content .gp-divider-row {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding-top: 48px;
}

.solis-content .gp-cta-banner {
  position: relative;
  height: 300px;
}

.solis-content .gp-cta-banner > img {
  height: 100%;
}

.solis-content .gp-cta-overlay {
  position: absolute;
  inset: 0;
  background: #07171988;
}

.solis-content .gp-cta-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space);
}

.solis-content .gp-cta-text > p:first-child {
  font-size: clamp(30px, 4vw, 55px);
  line-height: 1.2;
  color: var(--ink);
}

.solis-content .gp-cta-sub {
  margin-top: 20px;
  color: var(--accent);
}

@media (max-width: 1000px) {
  .solis-content .gp-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solis-content .gp-impact-grid {
    grid-template-columns: 1fr;
  }

  .solis-content .gp-cards {
    gap: 16px;
  }

  .solis-content .gp-card-body {
    padding: 20px;
  }

}

@media (max-width: 700px) {
  .solis-content .gp-section {
    padding: 56px var(--space);
  }

  .solis-content .row, .solis-content .gp-clarify, .solis-content .gp-cards, .solis-content .gp-photo-strip, .solis-content .gp-benefits {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .solis-content .gp-wage-grid {
    grid-template-columns: 1fr;
  }

  .solis-content .gp-wage-grid > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .solis-content .gp-card-plain {
    padding: 22px;
  }

  .solis-content .gp-list-row {
    font-size: 15px;
  }

  .solis-content .gp-list-row > * {
    flex: 1;
  }

  .solis-content .gp-cta-banner {
    height: 320px;
  }

  .solis-actions {
    padding-bottom: 32px;
  }

  .solis-content .gp-benefit {
    padding-bottom: 0;
  }

}

.accent-color {
  color: var(--accent) !important;
}

@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden;
  }

  .contact-page-hero,
  .contact-form-section {
    max-width: 100vw;
    overflow: hidden;
  }

  .contact-page-hero h1 {
    width: 296px !important;
    max-width: calc(100vw - 64px) !important;
    font-size: clamp(31px, 9vw, 35px);
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .contact-form-section {
    display: block;
  }

  .form-action-row #recaptcha-error {
    text-align: left;
    width: 100%;
  }

  /*.contact-layout > div:first-child,*/
  /*#contact-form {*/
  /*  width: 296px !important;*/
  /*  min-width: 0;*/
  /*  max-width: calc(100vw - 64px) !important;*/
  /*}*/

  .contact-layout > div:first-child {
    margin-bottom: 28px;
  }

  .contact-layout h2 {
    width: 296px !important;
    max-width: calc(100vw - 64px) !important;
    font-size: clamp(29px, 8.8vw, 34px);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .contact-layout p,
  .contact-layout a {
    max-width: 296px;
    overflow-wrap: anywhere;
  }

  .contact-layout p {
    font-size: 16px;
    line-height: 1.55;
  }

  #contact-form {
    width: 100%;
    border-radius: 16px;
    padding: 24px 18px;
  }

  .form-grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 24px;
  }

  .form-grid label,
  .form-grid input,
  .form-grid select,
  .form-grid textarea,
  .form-grid .custom-select,
  .form-grid .select-selected {
    min-width: 0;
    max-width: 100%;
  }

  .form-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .form-action-left,
  .form-action-row .button {
    width: 100%;
  }

  .recaptcha-row {
    overflow: hidden;
  }

  .g-recaptcha {
    transform: scale(.86);
    transform-origin: left top;
  }
}

@media (max-width: 480px) {
  .contact-page-hero h1,
  .contact-layout > div:first-child,
  .contact-layout h2,
  #contact-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-layout p,
  .contact-layout a {
    max-width: 296px;
  }

  .form-action-row #recaptcha-error {
    text-align: left;
    width: 100%;
  }
}
