:root {
  --depth: #082f3a;
  --depth-2: #0d4652;
  --harbor: #126776;
  --shallow: #d9ecec;
  --mist: #f2f7f5;
  --paper: #fbfdfb;
  --ink: #17323a;
  --muted: #5e7479;
  --line: #bfd4d4;
  --buoy: #ed6548;
  --sun: #f4b95d;
  --display: "Bahnschrift", "Arial Narrow", "Aptos Display", sans-serif;
  --body: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  --page: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--depth);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgb(191 212 212 / 72%);
  background: rgb(251 253 251 / 91%);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--harbor);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -.08em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.6vw, 34px);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

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

.site-nav a:not(.nav-contact):hover {
  color: var(--harbor);
}

.site-nav .is-current {
  color: var(--harbor);
  text-decoration-color: var(--buoy);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.nav-contact {
  padding: 8px 14px;
  border: 1px solid var(--depth);
}

.nav-contact:hover {
  color: white;
  background: var(--depth);
}

.hero {
  position: relative;
  display: grid;
  width: var(--page);
  min-height: calc(100svh - 78px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  padding: 72px 0 76px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 18px;
}

.eyebrow,
.project-type {
  margin: 0 0 18px;
  color: var(--harbor);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.connect-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 640;
  letter-spacing: -.045em;
  line-height: .94;
}

.hero h1 {
  max-width: 830px;
  font-size: clamp(62px, 8vw, 116px);
}

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

.hero-intro {
  max-width: 690px;
  margin: 34px 0 0;
  color: #3a555c;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}

.hero-actions,
.about-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  color: white;
  background: var(--depth);
  box-shadow: 7px 7px 0 var(--shallow);
}

.button-primary:hover {
  background: var(--harbor);
}

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

.button-secondary:hover {
  color: white;
  background: var(--depth);
}

.text-link,
.project-link {
  font-family: var(--display);
  font-weight: 650;
  text-decoration-color: var(--buoy);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link:hover,
.project-link:hover {
  color: var(--harbor);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.contour-field {
  position: absolute;
  inset: -12% -22% -8% -35%;
  opacity: .85;
  background:
    radial-gradient(ellipse at 66% 44%, transparent 0 15%, rgb(18 103 118 / 17%) 15.3% 15.65%, transparent 16% 23%, rgb(18 103 118 / 13%) 23.3% 23.65%, transparent 24% 33%, rgb(18 103 118 / 11%) 33.3% 33.6%, transparent 34%),
    radial-gradient(ellipse at 74% 51%, transparent 0 7%, rgb(237 101 72 / 25%) 7.3% 7.7%, transparent 8% 26%, rgb(18 103 118 / 11%) 26.3% 26.6%, transparent 27%),
    repeating-linear-gradient(90deg, transparent 0 39px, rgb(18 103 118 / 5%) 40px),
    repeating-linear-gradient(0deg, transparent 0 39px, rgb(18 103 118 / 5%) 40px);
}

.portrait-frame {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 38px;
  width: min(370px, 86%);
  margin: 0;
  padding: 14px;
  border: 1px solid var(--harbor);
  background: var(--paper);
  box-shadow: 22px 22px 0 var(--shallow);
}

.portrait-frame::before,
.portrait-frame::after {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--buoy);
  content: "";
}

.portrait-frame::before {
  top: -6px;
  left: -6px;
  border-top: 2px solid var(--buoy);
  border-left: 2px solid var(--buoy);
}

.portrait-frame::after {
  right: -6px;
  bottom: -6px;
  border-right: 2px solid var(--buoy);
  border-bottom: 2px solid var(--buoy);
}

.portrait-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.88) contrast(1.04);
}

.portrait-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.depth-scale {
  position: absolute;
  z-index: 3;
  top: 94px;
  right: 0;
  display: flex;
  height: 370px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  border-left: 1px solid var(--harbor);
  color: var(--harbor);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

.depth-scale::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 9px;
  background: repeating-linear-gradient(to bottom, var(--harbor) 0 1px, transparent 1px 30px);
  content: "";
}

.credential-band {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: white;
  background: var(--depth);
}

.credential-band div {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 22px clamp(18px, 3vw, 40px);
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.credential-band div:last-child {
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.credential-band strong {
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.02em;
}

.credential-band span {
  color: #b6d5d7;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(92px, 12vw, 160px) 0;
  scroll-margin-top: 78px;
}

.section-heading {
  display: grid;
  margin-bottom: 62px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  column-gap: 56px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.about-copy h2,
.connect-section h2 {
  font-size: clamp(46px, 6vw, 80px);
}

.section-heading > p:last-child {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.project {
  overflow: hidden;
  border: 1px solid var(--line);
}

.project-featured {
  display: grid;
  min-height: 580px;
  grid-template-columns: 1.08fr .92fr;
  color: white;
  border-color: var(--depth-2);
  background: var(--depth);
}

.seismic-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.8%, rgb(255 255 255 / 10%) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgb(255 255 255 / 10%) 50%, transparent 50.2%),
    repeating-linear-gradient(90deg, transparent 0 11.9%, rgb(255 255 255 / 7%) 12%),
    repeating-linear-gradient(0deg, transparent 0 11.9%, rgb(255 255 255 / 7%) 12%),
    radial-gradient(circle at 58% 48%, #146878 0, #0b3e49 40%, #082f3a 72%);
}

.seismic-visual::after {
  position: absolute;
  inset: 10% 12% 12%;
  border: 1px solid rgb(255 255 255 / 24%);
  content: "";
}

.seismic-visual i {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  border: 2px solid rgb(255 255 255 / 78%);
  border-radius: 50%;
  background: var(--buoy);
  box-shadow: 0 0 0 calc(var(--s) * .65) rgb(237 101 72 / 15%);
}

.dot-1 { --x: 12%; --y: 24%; --s: 9px; }
.dot-2 { --x: 22%; --y: 67%; --s: 5px; }
.dot-3 { --x: 35%; --y: 42%; --s: 13px; }
.dot-4 { --x: 48%; --y: 78%; --s: 7px; }
.dot-5 { --x: 59%; --y: 31%; --s: 5px; }
.dot-6 { --x: 66%; --y: 61%; --s: 11px; }
.dot-7 { --x: 79%; --y: 45%; --s: 7px; }
.dot-8 { --x: 89%; --y: 82%; --s: 4px; }

.plot-label,
.depth-axis {
  position: absolute;
  z-index: 3;
  color: #b6d5d7;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plot-label-top {
  top: 5%;
  left: 12%;
}

.plot-label-bottom {
  bottom: 5%;
  left: 12%;
}

.depth-axis {
  top: 10%;
  right: 5%;
  bottom: 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-rl;
}

.project-copy {
  padding: clamp(30px, 5vw, 64px);
}

.project-featured .project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project h3 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}

.project p:not(.project-type) {
  margin: 0;
  color: inherit;
}

.project-featured .project-type,
.practice-section .eyebrow {
  color: #8dd1d4;
}

.project-facts {
  margin: 30px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.project-facts div {
  display: grid;
  padding: 14px 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  grid-template-columns: 90px 1fr;
  gap: 16px;
}

.project-facts dt {
  color: #8dd1d4;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-facts dd {
  margin: 0;
  color: #d4e5e6;
  font-size: 14px;
}

.project-featured .project-link {
  align-self: flex-start;
  color: white;
}

.project-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.work-section .project-grid {
  margin-top: 0;
}

.project-card {
  background: white;
}

.project-card .project-copy {
  padding: 34px 38px 42px;
}

.project-card h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.project-card p:not(.project-type) {
  color: var(--muted);
}

.project-card .project-link {
  display: inline-block;
  margin-top: 28px;
}

.project-image {
  position: relative;
  height: 340px;
  overflow: hidden;
  background: var(--shallow);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

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

.project-image-wide img {
  object-fit: cover;
  object-position: center;
}

.project-image span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 6px 9px;
  color: white;
  background: rgb(8 47 58 / 88%);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gis-page-hero {
  display: grid;
  width: var(--page);
  margin: 0 auto;
  padding: clamp(94px, 13vw, 176px) 0 clamp(72px, 9vw, 116px);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(48px, 8vw, 112px);
}

.gis-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 8.5vw, 120px);
  font-weight: 640;
  letter-spacing: -.055em;
  line-height: .9;
}

.gis-page-intro {
  align-self: end;
}

.gis-page-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

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

.gis-extent span {
  padding: 12px 8px 12px 0;
  border-right: 1px solid var(--line);
  color: var(--harbor);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gis-extent span + span {
  padding-left: 12px;
}

.gis-extent span:last-child {
  border-right: 0;
}

.gis-gallery {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(82px, 11vw, 142px) 0 clamp(110px, 14vw, 180px);
}

.gis-gallery-heading {
  display: grid;
  margin-bottom: 46px;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 18px 48px;
}

.gis-gallery-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.gis-gallery-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: .95;
}

.gis-gallery-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.gis-tile {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr);
}

.gis-thumbnail {
  display: block;
  min-height: 520px;
  color: white;
  text-decoration: none;
}

.thumbnail-action {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 28px;
  padding: 11px 14px;
  border: 1px solid rgb(255 255 255 / 58%);
  color: white;
  background: rgb(8 47 58 / 88%);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.gis-thumbnail:hover .thumbnail-action,
.gis-thumbnail:focus-visible .thumbnail-action {
  color: var(--depth);
  background: var(--sun);
}

.gis-thumbnail:hover i {
  box-shadow: 0 0 0 calc(var(--s) * 1.1) rgb(237 101 72 / 22%);
}

.gis-tile-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
}

.gis-tile-copy > p:not(.project-type) {
  margin: 0;
  color: var(--muted);
}

.gis-tile-facts {
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.gis-tile-facts div {
  display: grid;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 92px 1fr;
  gap: 14px;
}

.gis-tile-facts dt {
  color: var(--harbor);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gis-tile-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
}

.practice-section {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  color: white;
  background: var(--depth);
}

.section-heading-light > p:last-child {
  color: #b6d5d7;
}

.practice-flow {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.practice-flow li {
  min-height: 330px;
  padding: 34px clamp(24px, 3vw, 42px) 32px 0;
  border-right: 1px solid rgb(255 255 255 / 22%);
}

.practice-flow li + li {
  padding-left: clamp(24px, 3vw, 42px);
}

.practice-flow li:last-child {
  padding-right: 0;
  border-right: 0;
}

.flow-number {
  color: var(--buoy);
  font-family: var(--mono);
  font-size: 11px;
}

.practice-flow h3 {
  margin: 78px 0 16px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 650;
}

.practice-flow p {
  margin: 0;
  color: #d4e5e6;
}

.practice-flow small {
  display: block;
  margin-top: 30px;
  color: #8dd1d4;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.field-photo {
  position: relative;
  margin: 0;
  padding: 12px 12px 42px;
  border: 1px solid var(--line);
  background: white;
  transform: rotate(-1deg);
}

.field-photo img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
}

.field-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 11px;
  left: 14px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.about-copy h2 {
  margin-bottom: 30px;
}

.about-copy > p {
  color: var(--muted);
}

.about-copy .about-lead {
  color: var(--ink);
  font-size: 21px;
}

.about-copy blockquote {
  margin: 32px 0;
  padding: 18px 0 18px 24px;
  border-left: 3px solid var(--buoy);
  color: var(--depth);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 560;
  line-height: 1.45;
}

.connect-section {
  width: var(--page);
  margin: 0 auto 72px;
  padding: clamp(64px, 8vw, 104px);
  color: white;
  background:
    radial-gradient(circle at 88% 18%, rgb(141 209 212 / 18%) 0 1%, transparent 1.3%),
    linear-gradient(125deg, var(--depth), #0c5661);
}

.connect-section .eyebrow {
  color: #8dd1d4;
}

.connect-section > p:not(.eyebrow) {
  max-width: 680px;
  color: #d4e5e6;
  font-size: 19px;
}

.connect-links {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid rgb(255 255 255 / 25%);
  grid-template-columns: repeat(2, 1fr);
}

.connect-links a {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px 20px 0;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  text-decoration: none;
}

.connect-links a:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid rgb(255 255 255 / 25%);
}

.connect-links a:hover {
  color: var(--sun);
}

.connect-links strong {
  font-family: var(--display);
  font-size: 24px;
}

.connect-links span {
  color: #b6d5d7;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  width: var(--page);
  min-height: 130px;
  margin: 0 auto;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand strong {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer > a:last-child {
  justify-self: end;
}

.not-found {
  margin-top: 10vh;
}

.not-found-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 9vw, 110px);
  line-height: .95;
}

.not-found-home {
  color: var(--depth);
  background: white;
}

@keyframes arrive {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-copy,
.portrait-frame {
  animation: arrive .72s cubic-bezier(.2, .8, .2, 1) both;
}

.portrait-frame {
  animation-delay: .12s;
}

@media (max-width: 980px) {
  :root {
    --page: min(100% - 36px, 760px);
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .hero-visual {
    min-height: 580px;
  }

  .portrait-frame {
    right: 12%;
    left: 12%;
    width: auto;
    max-width: 430px;
    margin: auto;
  }

  .depth-scale {
    right: 7%;
  }

  .credential-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .credential-band div:nth-child(3) {
    border-top: 1px solid rgb(255 255 255 / 16%);
  }

  .credential-band div:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / 16%);
  }

  .section-heading,
  .project-featured,
  .about-section,
  .gis-page-hero,
  .gis-tile {
    grid-template-columns: 1fr;
  }

  .gis-page-intro {
    max-width: 620px;
  }

  .gis-gallery-heading {
    grid-template-columns: 1fr;
  }

  .gis-thumbnail {
    min-height: 440px;
  }

  .section-heading > p:last-child {
    max-width: 620px;
    margin-top: 24px;
  }

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

  .project-featured .project-copy {
    min-height: 480px;
  }

  .about-section {
    gap: 72px;
  }

  .field-photo {
    width: min(640px, 100%);
    margin: auto;
  }
}

@media (max-width: 700px) {
  :root {
    --page: calc(100% - 28px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    position: relative;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 14px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 7px;
    font-size: 11px;
  }

  .nav-contact {
    padding: 5px 8px;
  }

  .hero {
    min-height: auto;
    padding: 66px 0 52px;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .hero-intro {
    font-size: 18px;
  }

  .hero-actions,
  .about-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 520px;
  }

  .portrait-frame {
    right: 10px;
    bottom: 30px;
    left: 0;
  }

  .depth-scale {
    top: 60px;
    right: 0;
    height: 320px;
  }

  .credential-band {
    padding: 0;
  }

  .credential-band div {
    min-height: 100px;
    padding: 18px;
  }

  .credential-band strong {
    font-size: 20px;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .about-copy h2,
  .connect-section h2 {
    font-size: 48px;
  }

  .seismic-visual {
    min-height: 360px;
  }

  .project-copy,
  .project-card .project-copy {
    padding: 30px 24px 36px;
  }

  .project h3 {
    font-size: 36px;
  }

  .project-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .project-image {
    height: 290px;
  }

  .gis-page-hero {
    padding: 72px 0 66px;
  }

  .gis-page-hero h1 {
    font-size: clamp(54px, 15vw, 72px);
  }

  .gis-gallery {
    padding: 78px 0 100px;
  }

  .gis-gallery-heading h2 {
    font-size: 44px;
  }

  .gis-thumbnail {
    min-height: 350px;
  }

  .thumbnail-action {
    right: 18px;
    bottom: 18px;
  }

  .gis-tile-copy {
    padding: 30px 24px 36px;
  }

  .practice-section {
    padding: 88px 14px;
  }

  .practice-flow {
    grid-template-columns: 1fr;
  }

  .practice-flow li,
  .practice-flow li + li {
    min-height: auto;
    padding: 28px 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }

  .practice-flow li:last-child {
    border-bottom: 0;
  }

  .practice-flow h3 {
    margin-top: 34px;
  }

  .field-photo img {
    min-height: 350px;
  }

  .connect-section {
    width: 100%;
    margin-bottom: 40px;
    padding: 70px 20px;
  }

  .connect-links {
    grid-template-columns: 1fr;
  }

  .connect-links a,
  .connect-links a:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .connect-links span {
    max-width: 128px;
    text-align: right;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .site-footer > a:last-child {
    justify-self: center;
  }
}

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