:root {
  --ink: #040a17;
  --ink-deep: #020611;
  --paper: #f4f7f9;
  --white: #fffffd;
  --soft: #d6e1e7;
  --muted: #5e6f7b;
  --signal: #397a9e;
  --signal-soft: #7ca9c2;
  --line: rgba(4, 10, 23, .16);
  --display: "Abel", sans-serif;
  --body: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.modal-open-custom {
  overflow: hidden;
}

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

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

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

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

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: .8rem 1rem;
  background: var(--white);
  color: var(--ink);
}

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

.content-shell {
  padding-left: clamp(1.25rem, 4vw, 5rem);
  padding-right: clamp(1.25rem, 4vw, 5rem);
}

.section {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
}

.section-kicker {
  margin: 0 0 2rem;
  font: 400 .82rem/1 var(--body);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 1px;
  margin-right: .85rem;
  vertical-align: middle;
  background: currentColor;
}

h1, h2, h3 {
  text-wrap: balance;
}

section[id], h1[id], h2[id], h3[id] {
  scroll-margin-top: 90px;
}

.site-nav {
  color: var(--white);
  transition: background .35s ease, color .35s ease, transform .35s ease;
}

.site-nav.is-scrolled {
  color: var(--ink);
  background: rgba(245, 244, 240, .92);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-shell {
  padding: 1rem clamp(1.25rem, 4vw, 5rem);
}

.brand-lockup {
  display: flex;
  gap: .65rem;
  align-items: center;
  color: inherit;
  font: 400 1.55rem/1 var(--display);
  letter-spacing: .03em;
}

.brand-lockup:hover {
  color: inherit;
}

.brand-logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.brand-hd {
  color: var(--signal);
}

.site-nav .nav-link {
  position: relative;
  margin: 0 .25rem;
  padding: .65rem .75rem !important;
  color: inherit;
  font: 500 .72rem/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-nav .nav-link::after {
  content: "";
  position: absolute;
  right: .75rem;
  bottom: .35rem;
  left: .75rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.site-nav .nav-link:hover::after, .site-nav .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .nav-link:hover, .site-nav .nav-link:focus {
  color: inherit;
}

.site-nav .nav-availability {
  color: var(--signal-soft);
}

.btn-nav {
  border-radius: 0;
  padding: .82rem 1.3rem;
  background: var(--white);
  color: var(--ink);
  font: 600 .7rem/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.is-scrolled .btn-nav {
  background: var(--ink);
  color: var(--white);
}

.btn-nav:hover {
  background: var(--signal);
  color: var(--white);
}

.navbar-toggler {
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  display: block;
  height: 1px;
  margin: .32rem 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
}

.hero-media, .hero-media::after, .hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68) contrast(1.08) brightness(.62);
  transform: scale(1.04);
}

.hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(9, 11, 12, .75) 0%, rgba(9, 11, 12, .18) 64%, rgba(9, 11, 12, .52) 100%), linear-gradient(0deg, rgba(9, 11, 12, .82) 0%, transparent 48%);
}

.hero-grid {
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-index {
  margin: 0 0 1rem;
  font: 500 .72rem/1 var(--body);
  letter-spacing: .22em;
}

.hero-status {
  position: absolute;
  top: 7.5rem;
  right: clamp(1.25rem, 4vw, 5rem);
  display: flex;
  gap: .65rem;
  align-items: center;
  font: 500 .66rem/1 var(--body);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.status-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 .35rem rgba(57,122,158,.18);
  animation: statusPulse 2s ease infinite;
}

@keyframes statusPulse {
  50% {
    box-shadow: 0 0 0 .7rem rgba(57,122,158,0);
  }
}

.hero-title {
  margin: 0;
  font: 400 clamp(4rem, 9.6vw, 10.5rem)/.78 var(--display);
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.title-line {
  display: block;
  overflow: hidden;
  padding-bottom: .1em;
}

.title-line > span {
  display: block;
}

.title-line-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.9);
}

.hero-aside {
  padding-bottom: .7rem;
}

.hero-aside p {
  max-width: 24rem;
  margin: 0 0 1.5rem;
  font-size: .9rem;
  line-height: 1.75;
}

.btn {
  border-radius: 0;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

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

.btn-lg {
  padding: 1rem 1.35rem;
  font: 600 .68rem/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.46);
  color: var(--white);
}

.btn-ghost:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.24);
  background: rgba(14,16,18,.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ticker-track {
  display: flex;
  width: max-content;
  padding: .9rem 0;
  align-items: center;
  animation: marquee 32s linear infinite;
}

.ticker-track span {
  padding: 0 1.5rem;
  font: 400 .85rem/1 var(--display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ticker-track i {
  width: .32rem;
  height: .32rem;
  border-radius: 50%;
  background: var(--signal);
}

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

.profile-section {
  background: var(--paper);
}

.profile-card {
  position: relative;
  max-width: 22rem;
}

.profile-card::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
}

.profile-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: 50% 20%;
  filter: grayscale(1) contrast(1.08);
  image-rendering: auto;
}

.profile-card-copy {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
  font-size: .7rem;
  text-transform: uppercase;
}

.profile-card-copy strong {
  font-weight: 700;
}

.profile-card-copy span {
  color: var(--muted);
}

.statement {
  max-width: 72rem;
  margin: -.2rem 0 clamp(3rem, 6vw, 6rem);
  font: 400 clamp(2.6rem, 5.3vw, 6rem)/.98 var(--display);
  letter-spacing: -.025em;
}

.statement em {
  color: var(--signal);
  font-style: normal;
}

.profile-copy {
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.profile-copy p {
  max-width: 43rem;
  color: #4e5255;
  font-size: .83rem;
  line-height: 1.9;
}

.profile-copy .lead-copy {
  margin: 0;
  color: var(--ink);
  font: 400 clamp(1.35rem, 2vw, 2rem)/1.45 var(--display);
}

.text-link {
  display: inline-flex;
  gap: 1rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid currentColor;
  font: 600 .72rem/1.2 var(--body);
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: gap .2s ease, color .2s ease;
}

.text-link:hover {
  gap: 1.4rem;
  color: var(--signal);
}

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

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
}

.section-note {
  max-width: 22rem;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.7;
}

.services-list {
  margin-top: 2rem;
  border-top: 1px solid var(--ink);
}

.service-row {
  display: grid;
  grid-template-columns: 5rem 1fr 4rem;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.8rem, 3vw, 3rem) 0;
  border-bottom: 1px solid var(--line);
  transition: padding .3s ease, background .3s ease;
}

.service-row:hover {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background: var(--paper);
}

.service-number {
  align-self: start;
  font: 500 .72rem/1 var(--body);
}

.service-row h3 {
  margin: 0 0 .5rem;
  font: 400 clamp(2rem, 4vw, 4.8rem)/1 var(--display);
  text-transform: uppercase;
}

.service-row p {
  max-width: 48rem;
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.75;
}

.service-row svg {
  width: 3.3rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.35;
}

.service-download {
  margin-top: 2.5rem;
}

.service-accordion {
  border-top: 1px solid var(--ink);
}

.service-panel {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0 !important;
  background: transparent;
}

.service-panel .accordion-header {
  margin: 0;
}

.service-trigger {
  display: grid;
  grid-template-columns: 4.5rem minmax(18rem, 1fr) minmax(14rem, 26rem) 3rem;
  gap: 1.5rem;
  align-items: center;
  min-height: 8rem;
  padding: 1.35rem 0;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.service-trigger::after {
  display: none;
}

.service-trigger:hover {
  background: rgba(57, 122, 158, .07) !important;
}

.service-trigger:focus-visible {
  z-index: 2;
}

.service-trigger .service-number {
  align-self: center;
  font: 600 .7rem/1 var(--body);
  letter-spacing: .12em;
}

.service-name {
  font: 400 clamp(2.2rem, 4vw, 4.7rem)/.95 var(--display);
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.service-summary {
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.6;
}

.service-toggle {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  transition: color .25s ease, background .25s ease, transform .35s ease;
}

.service-toggle::before, .service-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .9rem;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}

.service-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-trigger:not(.collapsed) .service-toggle {
  background: var(--signal);
  color: var(--white);
  border-color: var(--signal);
  transform: rotate(180deg);
}

.service-trigger:not(.collapsed) .service-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.service-content {
  padding: 0 0 2.5rem 6rem;
}

.service-description {
  max-width: 48rem;
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.8;
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  max-width: 72rem;
}

.service-gallery-item {
  position: relative;
  min-height: 7.5rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(4,10,23,.12);
  background: var(--ink);
  color: var(--white);
  cursor: zoom-in;
}

.service-gallery-item::before, .service-gallery-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 1.3rem;
  height: 1.3rem;
  opacity: 0;
  transition: opacity .25s ease, transform .3s ease;
}

.service-gallery-item::before {
  top: .65rem;
  left: .65rem;
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  transform: translate(-.4rem, -.4rem);
}

.service-gallery-item::after {
  right: .65rem;
  bottom: .65rem;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: translate(.4rem, .4rem);
}

.service-gallery-item img {
  width: 100%;
  height: clamp(7.5rem, 10vw, 9.5rem);
  object-fit: cover;
  filter: saturate(.78) contrast(1.02);
  transition: transform .32s ease-out, filter .25s ease;
}

.service-gallery-item span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.8rem .7rem .6rem;
  background: linear-gradient(transparent, rgba(2,6,17,.9));
  font: 600 .58rem/1.3 var(--body);
  letter-spacing: .07em;
  text-align: left;
  text-transform: uppercase;
}

.service-gallery-item:hover img, .service-gallery-item:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1);
}

.service-gallery-item:hover::before, .service-gallery-item:hover::after, .service-gallery-item:focus-visible::before, .service-gallery-item:focus-visible::after {
  opacity: 1;
  transform: translate(0,0);
}

.service-page-link {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1.35rem;
  color: var(--ink);
  font: 600 .65rem/1 var(--body);
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-page-link i {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font: normal 1rem/1 var(--body);
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.service-page-link:hover i, .service-page-link:focus-visible i {
  color: var(--white);
  background: var(--signal);
  border-color: var(--signal);
  transform: rotate(45deg);
}

.projects-section {
  color: var(--white);
  background: var(--ink-deep);
}

.projects-title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: clamp(3rem, 7vw, 7rem);
}

.display-title {
  margin: 0;
  text-align: right;
  font: 400 clamp(4rem, 10vw, 11rem)/.8 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.display-title span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.55);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.75rem, 1.4vw, 1.15rem);
}

.project-card, .project-card-wide {
  position: relative;
  grid-column: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: #0b1421;
  transition: border-color .3s ease, transform .35s ease, box-shadow .35s ease;
}

.project-card:nth-child(2), .project-card:nth-child(4) {
  padding-top: 0;
  margin-top: 0;
}

.project-card:hover {
  border-color: rgba(100,192,238,.65);
  transform: translateY(-.35rem);
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,.2);
}

.project-image {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: #090a0b;
  cursor: zoom-in;
}

.project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 55%, rgba(57,122,158,.28));
  pointer-events: none;
}

.project-image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  filter: saturate(.78);
  transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.project-image:hover img, .project-image:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1);
}

.project-open {
  position: absolute;
  z-index: 2;
  right: .7rem;
  bottom: .7rem;
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  transform: translateY(.35rem);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.project-image:hover .project-open, .project-image:focus-visible .project-open {
  transform: translateY(0);
  opacity: 1;
}

.project-card figcaption {
  min-height: 10.5rem;
  padding: 1rem 1rem 1.15rem;
}

.project-card figcaption span {
  display: block;
  margin-bottom: .75rem;
  color: #79b7d7;
  font-size: .59rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.project-card figcaption strong {
  display: block;
  font: 400 clamp(1.3rem, 1.8vw, 1.75rem)/1.08 var(--display);
}

.project-card figcaption p {
  margin: .65rem 0 0;
  color: #a8abad;
  font-size: .66rem;
  line-height: 1.65;
}

.projects-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.2);
}

.projects-footer p {
  max-width: 30rem;
  color: #a8abad;
  font-size: .75rem;
}

.experience-section {
  background: #dbe6ec;
}

.experience-title {
  margin: 0;
  font: 400 clamp(4rem, 8vw, 9rem)/.8 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.experience-title span {
  color: var(--signal);
}

.capability-list {
  border-top: 1px solid var(--ink);
}

.capability {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(4,10,23,.3);
}

.capability > span {
  font-size: .65rem;
}

.capability h3 {
  margin: 0 0 .75rem;
  font: 400 clamp(1.8rem, 3vw, 3.2rem)/1 var(--display);
  text-transform: uppercase;
}

.capability p {
  max-width: 39rem;
  margin: 0;
  color: #55595b;
  font-size: .78rem;
  line-height: 1.8;
}

.skills-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 2.5rem;
}

.skills-cloud span {
  padding: .65rem .9rem;
  border: 1px solid rgba(4,10,23,.4);
  border-radius: 99px;
  font-size: .65rem;
  text-transform: uppercase;
}

.availability-section {
  position: relative;
  min-height: 46rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.availability-media {
  position: absolute;
  inset: 0;
}

.availability-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.15) saturate(.75) brightness(.42);
}

.availability-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,13,14,.88), rgba(11,13,14,.15));
}

.availability-card {
  max-width: 42rem;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(18,20,22,.64);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.availability-card h2 {
  margin: 0 0 1.5rem;
  font: 400 clamp(4rem, 8vw, 8rem)/.78 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.availability-card p:not(.section-kicker) {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: #d5d6d6;
  font-size: .8rem;
  line-height: 1.8;
}

.inquiry-section {
  color: var(--white);
  background: var(--ink);
}

.inquiry-shell {
  display: grid;
  grid-template-columns: minmax(17rem, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}

.inquiry-intro h2 {
  margin: 0 0 clamp(1rem, 2.5svh, 2rem);
  font: 400 clamp(3.8rem, min(7.5vw, 10svh), 7.5rem)/.82 var(--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-wrap: balance;
}

.inquiry-intro h2 span {
  color: var(--signal-soft);
}

.inquiry-intro > p:not(.section-kicker) {
  max-width: 31rem;
  margin: 0;
  color: #b8c0c8;
  font-size: .78rem;
  line-height: 1.75;
}

.inquiry-direct {
  display: grid;
  gap: .4rem;
  margin-top: clamp(1rem, 3svh, 2rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.22);
}

.inquiry-direct span {
  color: #8f9aa5;
  font-size: .58rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.inquiry-direct a {
  width: fit-content;
  font: 400 clamp(1.35rem, 2.2vw, 2rem)/1 var(--display);
}

.inquiry-direct a:hover {
  color: var(--signal-soft);
}

.inquiry-form-wrap {
  min-width: 0;
  padding: clamp(1rem, 2.6svh, 1.75rem);
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.035);
}

.inquiry-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.65rem, 1.5svh, 1rem) 1rem;
}

.form-field {
  min-width: 0;
}

.field-name, .field-message {
  grid-column: 1 / -1;
}

.inquiry-form .form-label {
  margin: 0 0 .38rem;
  color: #c5cbd1;
  font: 500 .62rem/1.2 var(--body);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.inquiry-form .form-label span {
  color: var(--signal-soft);
}

.inquiry-form .form-control, .inquiry-form .form-select {
  min-height: 2.85rem;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.38);
  border-radius: 0;
  background-color: rgba(255,255,255,.06);
  color: var(--white);
  font: 400 .78rem/1.4 var(--body);
  box-shadow: none;
}

.inquiry-form textarea.form-control {
  min-height: 4.6rem;
  resize: vertical;
}

.inquiry-form .form-control::placeholder {
  color: #86919b;
  opacity: 1;
}

.inquiry-form .form-control:hover, .inquiry-form .form-select:hover {
  border-color: rgba(255,255,255,.75);
}

.inquiry-form .form-control:focus, .inquiry-form .form-select:focus {
  border-color: var(--signal-soft);
  background-color: rgba(100,192,238,.08);
  box-shadow: 0 0 0 .2rem rgba(100,192,238,.16);
}

.inquiry-form .form-select {
  color-scheme: dark;
}

.inquiry-form .form-select option {
  color: var(--ink);
  background: var(--white);
}

.inquiry-consent {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin-top: clamp(.7rem, 1.7svh, 1.1rem);
  padding-left: 0;
}

.inquiry-consent .form-check-input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin: .05rem 0 0;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 0;
  background-color: transparent;
}

.inquiry-consent .form-check-input:checked {
  border-color: var(--signal);
  background-color: var(--signal);
}

.inquiry-consent .form-check-input:focus {
  box-shadow: 0 0 0 .2rem rgba(100,192,238,.22);
}

.inquiry-consent .form-check-label {
  color: #aeb6be;
  font-size: .63rem;
  line-height: 1.45;
  cursor: pointer;
}

.inquiry-submit-row {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(.75rem, 1.8svh, 1.15rem);
}

.inquiry-submit-row p {
  margin: 0;
  color: #7f8993;
  font-size: .57rem;
}

.inquiry-submit {
  min-height: 3rem;
  padding: .8rem 1.25rem;
  border: 1px solid var(--white);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: 600 .66rem/1 var(--body);
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.inquiry-submit:hover {
  border-color: var(--signal-soft);
  background: var(--signal);
  color: var(--white);
}

.inquiry-submit:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(100,192,238,.35);
}

.contact-section {
  background: var(--paper);
}

.contact-headline {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--ink);
}

.contact-headline h2 {
  margin: 0;
  font: 400 clamp(5rem, 12vw, 13rem)/.72 var(--display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.contact-headline h2 span {
  color: var(--signal);
}

.contact-arrow {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(5rem, 10vw, 9rem);
  height: clamp(5rem, 10vw, 9rem);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font: 400 clamp(2rem, 5vw, 5rem)/1 var(--display);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.contact-arrow:hover {
  transform: rotate(45deg);
  background: var(--ink);
  color: var(--white);
}

.contact-details {
  padding-top: 2.5rem;
}

.contact-details p {
  max-width: 31rem;
  font: 400 1.35rem/1.5 var(--display);
}

.detail-label {
  display: block;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-details a {
  display: block;
  width: fit-content;
  margin-bottom: .6rem;
  font-size: .75rem;
}

.contact-details a:hover {
  color: var(--signal);
}

.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem 1rem;
}

.site-footer {
  padding: 2rem 0;
  color: var(--white);
  background: var(--ink-deep);
}

.site-footer .content-shell {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}

.footer-brand {
  font: 400 clamp(2.8rem, 5vw, 5rem)/1 var(--display);
}

.footer-brand span {
  color: var(--signal);
}

.footer-meta {
  display: flex;
  gap: 2rem;
  color: #999c9e;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-meta a:hover {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 .6rem 2rem rgba(0,0,0,.2);
  transition: transform .25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
}

.whatsapp-float img {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 5vw;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  overscroll-behavior: contain;
  background: rgba(9,10,11,.96);
  transition: opacity .3s ease, visibility .3s ease;
}

.gallery-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.gallery-modal img {
  max-width: min(92vw, 1500px);
  max-height: 84vh;
  object-fit: contain;
  transform: scale(.96);
  transition: transform .4s ease;
}

.gallery-modal.is-open img {
  transform: scale(1);
}

.gallery-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font: 300 2rem/1 var(--display);
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  padding: clamp(.75rem, 2vw, 1.5rem);
  color: var(--white);
  transition: visibility .22s ease, opacity .22s ease;
}

.media-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 17, .78);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.lightbox-shell {
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: .75rem;
  width: min(94vw, 68rem);
  max-height: min(88dvh, 44rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255,255,253,.22);
  background: var(--ink-deep);
  box-shadow: 0 1.5rem 5rem rgba(0,0,0,.38);
}

.lightbox-toolbar {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
}

.lightbox-counter {
  font: 500 .68rem/1 var(--body);
  letter-spacing: .16em;
}

.lightbox-close, .lightbox-nav {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255,255,253,.45);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.lightbox-close:hover, .lightbox-nav:hover {
  border-color: var(--signal-soft);
  background: var(--signal);
}

.lightbox-close span, .lightbox-close span::after {
  display: block;
  width: 1rem;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.lightbox-close span::after {
  content: "";
  transform: rotate(90deg);
}

.lightbox-nav {
  align-self: center;
  font: 400 1.2rem/1 var(--body);
}

.lightbox-prev {
  grid-column: 1;
  grid-row: 2;
}

.lightbox-next {
  grid-column: 3;
  grid-row: 2;
}

.lightbox-figure {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 17rem);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  min-width: 0;
  margin: 0;
}

.lightbox-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: min(53vh, 29rem);
  padding: .85rem;
}

.lightbox-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}

.frame-corner {
  position: absolute;
  width: clamp(2rem, 4vw, 4.5rem);
  height: clamp(2rem, 4vw, 4.5rem);
  pointer-events: none;
}

.frame-corner-tl {
  top: 0;
  left: 0;
  border-top: 3px solid var(--white);
  border-left: 3px solid var(--white);
}

.frame-corner-tr {
  top: 0;
  right: 0;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
}

.frame-corner-bl {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid var(--white);
  border-left: 3px solid var(--white);
}

.frame-corner-br {
  right: 0;
  bottom: 0;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
}

.lightbox-caption {
  align-self: end;
  padding-bottom: .75rem;
}

.lightbox-caption > span {
  display: block;
  margin-bottom: .8rem;
  color: var(--signal-soft);
  font: 600 .65rem/1 var(--body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lightbox-caption h2 {
  margin: 0 0 .8rem;
  font: 400 clamp(1.8rem, 3vw, 3.4rem)/.95 var(--display);
  text-transform: uppercase;
}

.lightbox-caption small {
  color: rgba(255,255,253,.58);
  font-size: .62rem;
  letter-spacing: .05em;
}

.lightbox-thumbs {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .45rem;
  max-width: 31rem;
  justify-self: center;
  width: 100%;
}

.lightbox-thumb {
  position: relative;
  min-height: 3.25rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,253,.24);
  background: transparent;
  opacity: .48;
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.lightbox-thumb img {
  width: 100%;
  height: 3.25rem;
  object-fit: cover;
}

.lightbox-thumb:hover, .lightbox-thumb:focus-visible, .lightbox-thumb.is-current {
  opacity: 1;
  border-color: var(--signal-soft);
}

.lightbox-thumb.is-current {
  transform: translateY(-2px);
}

.lightbox-progress {
  grid-column: 1 / -1;
  grid-row: 4;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,253,.18);
}

.lightbox-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--signal-soft);
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform .35s ease;
}

.lightbox-shared {
  position: fixed;
  z-index: 2100;
  margin: 0;
  object-fit: cover;
  pointer-events: none;
  will-change: top, left, width, height, border-radius;
}

@media (max-width: 1199.98px) {
  .site-nav .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(18,20,22,.96);
    color: var(--white);
  }
}

@media (max-width: 1199.98px) {
  .is-scrolled .navbar-collapse {
    background: var(--paper);
    color: var(--ink);
  }
}

@media (max-width: 1199.98px) {
  .site-nav .nav-link {
    padding: 1rem .5rem !important;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .btn-nav {
    margin-top: .5rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: clamp(4rem, 12vw, 8rem);
  }
}

@media (max-width: 1199.98px) {
  .hero-aside {
    margin-top: 2rem;
  }
}

@media (max-width: 1199.98px) {
  .project-card:nth-child(2) {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-status {
    top: 7rem;
    left: clamp(1.25rem, 4vw, 5rem);
    right: auto;
  }
}

@media (max-width: 991.98px) {
  .profile-card {
    max-width: 19rem;
  }
}

@media (max-width: 991.98px) {
  .projects-title-wrap {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .display-title {
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .service-trigger {
    grid-template-columns: 3.5rem minmax(0, 1fr) 3rem;
  }
}

@media (max-width: 991.98px) {
  .service-summary {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .service-content {
    padding-left: 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .service-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

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

@media (max-width: 991.98px) {
  .lightbox-figure {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0,1fr) auto;
    gap: 1rem;
  }
}

@media (max-width: 991.98px) {
  .lightbox-frame {
    height: min(46vh, 24rem);
  }
}

@media (max-width: 991.98px) {
  .lightbox-caption {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .lightbox-caption h2 {
    margin-bottom: .4rem;
    font-size: 2.3rem;
  }
}

@media (max-width: 991.98px) {
  .availability-section {
    min-height: 40rem;
  }
}

@media (max-width: 991.98px) {
  .contact-headline {
    align-items: flex-end;
  }
}

@media (max-width: 991.98px) {
  .site-footer .content-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 5rem 0;
  }
}

@media (max-width: 767.98px) {
  .hero-content .row {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: clamp(3.6rem, 18vw, 6rem);
    line-height: .82;
  }
}

@media (max-width: 767.98px) {
  .hero-grid {
    background-size: 25vw 25vw;
  }
}

@media (max-width: 767.98px) {
  .hero-status {
    max-width: 17rem;
    line-height: 1.5;
  }
}

@media (max-width: 767.98px) {
  .profile-card {
    max-width: 15rem;
  }
}

@media (max-width: 767.98px) {
  .section-heading-row, .projects-footer {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .service-trigger {
    grid-template-columns: 2.3rem minmax(0, 1fr) 2.75rem;
    gap: .75rem;
    min-height: 6rem;
  }
}

@media (max-width: 767.98px) {
  .service-name {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }
}

@media (max-width: 767.98px) {
  .service-content {
    padding: 0 0 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .service-description {
    padding-left: 3.05rem;
  }
}

@media (max-width: 767.98px) {
  .service-gallery {
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item img {
    height: 7rem;
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item span {
    font-size: .57rem;
  }
}

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

@media (max-width: 767.98px) {
  .project-card {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .display-title {
    font-size: 4.3rem;
  }
}

@media (max-width: 767.98px) {
  .experience-title {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .availability-section {
    min-height: 37rem;
  }
}

@media (max-width: 767.98px) {
  .availability-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .availability-card h2 {
    font-size: 4.2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-headline {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .contact-headline h2 {
    font-size: clamp(4.2rem, 20vw, 7rem);
  }
}

@media (max-width: 767.98px) {
  .contact-arrow {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .footer-meta {
    flex-direction: column;
    gap: .7rem;
  }
}

@media (max-width: 767.98px) {
  .gallery-modal {
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .media-lightbox {
    padding: max(.6rem, env(safe-area-inset-top)) max(.6rem, env(safe-area-inset-right)) max(.6rem, env(safe-area-inset-bottom)) max(.6rem, env(safe-area-inset-left));
  }
}

@media (max-width: 767.98px) {
  .lightbox-shell {
    grid-template-columns: 3rem minmax(0,1fr) 3rem;
    grid-template-rows: auto minmax(0,1fr) auto auto;
    gap: .45rem;
    width: 100%;
    max-height: 94dvh;
    padding: .8rem;
  }
}

@media (max-width: 767.98px) {
  .lightbox-close, .lightbox-nav {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (max-width: 767.98px) {
  .lightbox-figure {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .lightbox-frame {
    height: min(38dvh, 20rem);
    padding: .55rem;
  }
}

@media (max-width: 767.98px) {
  .lightbox-prev, .lightbox-next {
    z-index: 2;
    align-self: center;
    margin: 0;
    background: rgba(2,6,17,.74);
  }
}

@media (max-width: 767.98px) {
  .lightbox-prev {
    grid-column: 1;
  }
}

@media (max-width: 767.98px) {
  .lightbox-next {
    grid-column: 3;
  }
}

@media (max-width: 767.98px) {
  .lightbox-caption {
    padding: 0 3.25rem .25rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .lightbox-caption h2 {
    font-size: 1.55rem;
  }
}

@media (max-width: 767.98px) {
  .lightbox-caption small {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .lightbox-thumbs {
    grid-column: 1 / -1;
    max-width: 16rem;
    gap: .3rem;
  }
}

@media (max-width: 767.98px) {
  .lightbox-thumb, .lightbox-thumb img {
    min-height: 2.7rem;
    height: 2.7rem;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Full-height composition: every primary block occupies one browser screen. */

:root {
  --screen-height: 100svh;
  --screen-pad-block: clamp(4.5rem, 7svh, 6.25rem);
}

main > .hero, main > section {
  width: 100%;
  height: var(--screen-height);
  min-height: var(--screen-height);
  max-height: var(--screen-height);
  overflow: clip;
}

main > .section {
  display: grid;
  align-items: center;
  padding: var(--screen-pad-block) 0 clamp(1.5rem, 4svh, 3rem);
}

main > .section > .content-shell, .availability-section > .content-shell {
  width: 100%;
  max-height: calc(var(--screen-height) - var(--screen-pad-block) - 1.5rem);
}

.hero {
  min-height: 0;
}

.hero-content {
  height: 100%;
}

.hero-content .row {
  height: 100%;
  min-height: 0 !important;
  padding-top: clamp(6.5rem, 14svh, 9rem);
  padding-bottom: clamp(5rem, 11svh, 7rem);
}

.hero-title {
  font-size: clamp(3.75rem, min(10vw, 14svh), 9rem);
}

.profile-section .row.g-5, .experience-section .row.g-5 {
  --bs-gutter-y: 0;
  align-items: center;
}

.profile-card {
  max-width: min(19rem, 32vw);
}

.profile-card img {
  height: clamp(13rem, 41svh, 25rem);
  aspect-ratio: auto;
}

.statement {
  margin: 0 0 clamp(1.25rem, 4svh, 2.75rem);
  font-size: clamp(2.35rem, min(4.7vw, 7svh), 5.25rem);
}

.profile-copy {
  padding-top: clamp(1rem, 2.5svh, 2rem);
}

.profile-copy p {
  margin-bottom: clamp(.5rem, 1.5svh, 1rem);
  line-height: 1.65;
}

.services-section {
  padding-top: clamp(4.25rem, 6svh, 5.5rem) !important;
}

.section-heading-row {
  min-height: 2rem;
  align-items: center;
}

.section-heading-row .section-kicker {
  margin-bottom: 0;
}

.section-note {
  margin-bottom: .5rem;
}

.service-trigger {
  min-height: clamp(3.6rem, 8.5svh, 5.25rem);
  padding: clamp(.55rem, 1.4svh, 1rem) 0;
}

.service-name {
  font-size: clamp(1.75rem, min(3.5vw, 5.3svh), 3.8rem);
}

.service-content {
  padding: 0 0 clamp(.65rem, 1.5svh, 1.15rem) 6rem;
}

.service-description {
  margin-bottom: clamp(.45rem, 1svh, .85rem);
  line-height: 1.55;
}

.service-gallery-item {
  min-height: 0;
}

.service-gallery-item img {
  height: clamp(4.25rem, 11svh, 7.25rem);
}

.service-page-link {
  margin-top: clamp(.4rem, 1svh, .75rem);
}

.service-page-link i {
  width: 2.75rem;
  height: 2.75rem;
}

.service-download {
  margin-top: clamp(.55rem, 1.3svh, 1rem);
}

.projects-title-wrap {
  align-items: end;
  margin-bottom: clamp(1rem, 2.5svh, 2rem);
}

.display-title {
  font-size: clamp(3.25rem, min(7vw, 10svh), 7.5rem);
}

.project-grid {
  height: clamp(17rem, 44svh, 28rem);
  grid-template-rows: minmax(0, 1fr);
}

.project-card {
  height: 100%;
  max-height: 44svh;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.project-image {
  height: 100%;
  min-height: 0;
}

.project-image img {
  height: 100%;
  aspect-ratio: auto;
}

.project-card figcaption {
  min-height: 0;
  padding: clamp(.65rem, 1.4svh, 1rem);
}

.project-card figcaption span {
  margin-bottom: clamp(.3rem, .8svh, .65rem);
}

.project-card figcaption strong {
  font-size: clamp(1.15rem, min(1.65vw, 2.7svh), 1.65rem);
}

.project-card figcaption p {
  display: -webkit-box;
  margin-top: clamp(.3rem, .7svh, .55rem);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.projects-footer {
  margin-top: clamp(.75rem, 2svh, 1.5rem);
  padding-top: clamp(.75rem, 1.6svh, 1.25rem);
}

.projects-footer p {
  margin-bottom: 0;
}

.experience-title {
  font-size: clamp(3.5rem, min(7vw, 9svh), 7.5rem);
}

.capability {
  padding: clamp(.75rem, 2svh, 1.5rem) 0;
}

.capability h3 {
  margin-bottom: clamp(.3rem, .8svh, .65rem);
  font-size: clamp(1.6rem, min(2.5vw, 4svh), 2.75rem);
}

.capability p {
  line-height: 1.6;
}

.skills-cloud {
  margin-top: clamp(.75rem, 2svh, 1.5rem);
}

.skills-cloud span {
  padding: .48rem .75rem;
}

.availability-section {
  min-height: var(--screen-height) !important;
  max-height: var(--screen-height);
  padding: clamp(4.5rem, 8svh, 6rem) 0 2rem;
}

.availability-card {
  max-height: calc(var(--screen-height) - 7rem);
  padding: clamp(1.5rem, 4svh, 3.25rem);
}

.availability-card h2 {
  font-size: clamp(3.6rem, min(7vw, 11svh), 7rem);
}

.contact-headline {
  padding-bottom: clamp(1.5rem, 4svh, 3rem);
}

.contact-headline h2 {
  font-size: clamp(4rem, min(10vw, 13svh), 10rem);
}

.contact-details {
  padding-top: clamp(1.25rem, 3.5svh, 2.75rem);
}

.inquiry-section > .inquiry-shell {
  max-height: calc(var(--screen-height) - 116px);
}

@media (max-width: 991.98px) {
  .profile-card {
    max-width: 16rem;
  }
}

@media (max-width: 991.98px) {
  .project-grid {
    height: 50svh;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .project-card {
    max-height: 25svh;
  }
}

@media (max-width: 991.98px) {
  .experience-section .row.g-5 {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  :root {
    --screen-pad-block: clamp(4.25rem, 8svh, 5.25rem);
  }
}

@media (max-width: 767.98px) {
  main > .section {
    padding: var(--screen-pad-block) 0 clamp(1rem, 2.5svh, 1.5rem);
  }
}

@media (max-width: 767.98px) {
  .section-kicker {
    margin-bottom: clamp(.65rem, 1.6svh, 1rem);
    font-size: .68rem;
  }
}

@media (max-width: 767.98px) {
  .hero-content .row {
    padding-top: clamp(7rem, 18svh, 9rem);
    padding-bottom: clamp(5rem, 12svh, 6.5rem);
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: clamp(3.1rem, min(16vw, 12svh), 5.5rem);
  }
}

@media (max-width: 767.98px) {
  .hero-aside {
    margin-top: clamp(.75rem, 2svh, 1.5rem);
  }
}

@media (max-width: 767.98px) {
  .hero-aside p {
    margin-bottom: .75rem;
    line-height: 1.55;
  }
}

@media (max-width: 767.98px) {
  .profile-section .row.g-5 {
    display: grid;
    grid-template-columns: clamp(6.75rem, 31vw, 8.25rem) minmax(0, 1fr);
    grid-template-areas: "profile-card profile-statement" "profile-copy profile-copy";
    gap: clamp(.75rem, 2svh, 1.25rem);
  }
}

@media (max-width: 767.98px) {
  .profile-section .col-lg-4 {
    grid-area: profile-card;
    width: auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .profile-section .col-lg-8 {
    display: contents;
  }
}

@media (max-width: 767.98px) {
  .profile-card {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .profile-card::before {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 767.98px) {
  .profile-card img {
    width: 100%;
    height: clamp(7rem, 22svh, 11rem);
  }
}

@media (max-width: 767.98px) {
  .profile-card-copy {
    display: block;
    padding-top: .45rem;
    font-size: .55rem;
    line-height: 1.45;
  }
}

@media (max-width: 767.98px) {
  .profile-card-copy span {
    display: block;
    margin-top: .2rem;
  }
}

@media (max-width: 767.98px) {
  .statement {
    grid-area: profile-statement;
    align-self: center;
    margin: 0;
    font-size: clamp(1.75rem, min(8.4vw, 5.3svh), 2.65rem);
    line-height: 1;
  }
}

@media (max-width: 767.98px) {
  .profile-copy {
    grid-area: profile-copy;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: .9rem;
    margin: 0;
    padding-top: clamp(.65rem, 1.5svh, 1rem);
  }
}

@media (max-width: 767.98px) {
  .profile-copy > div {
    width: auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .profile-copy p, .profile-copy .lead-copy {
    font-size: clamp(.7rem, 3vw, .82rem);
    line-height: 1.45;
  }
}

@media (max-width: 767.98px) {
  .text-link {
    font-size: .62rem;
  }
}

@media (max-width: 767.98px) {
  .services-section {
    padding-top: clamp(4.1rem, 7svh, 4.75rem) !important;
  }
}

@media (max-width: 767.98px) {
  .section-heading-row {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .section-note {
    max-width: 10rem;
    margin: 0;
    font-size: .63rem;
    line-height: 1.35;
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .service-trigger {
    min-height: clamp(3.15rem, 7svh, 3.8rem);
  }
}

@media (max-width: 767.98px) {
  .service-name {
    font-size: clamp(1.35rem, min(7vw, 4.3svh), 2rem);
  }
}

@media (max-width: 767.98px) {
  .service-content {
    padding-bottom: clamp(.45rem, 1svh, .75rem);
  }
}

@media (max-width: 767.98px) {
  .service-description {
    margin: 0 0 .45rem;
    padding-left: 3.05rem;
    font-size: .66rem;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item img {
    height: clamp(3rem, 9svh, 4.8rem);
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item span {
    padding: 1rem .45rem .38rem;
    font-size: .5rem;
  }
}

@media (max-width: 767.98px) {
  .service-page-link {
    margin-top: .35rem;
    font-size: .58rem;
  }
}

@media (max-width: 767.98px) {
  .service-page-link i {
    width: 2.55rem;
    height: 2.55rem;
  }
}

@media (max-width: 767.98px) {
  .service-download {
    padding: .65rem 1rem;
    font-size: .7rem;
  }
}

@media (max-width: 767.98px) {
  .projects-title-wrap {
    display: flex;
    gap: 1rem;
    margin-bottom: .75rem;
  }
}

@media (max-width: 767.98px) {
  .projects-title-wrap .section-kicker {
    flex: 0 0 auto;
  }
}

@media (max-width: 767.98px) {
  .display-title {
    margin-left: auto;
    font-size: clamp(2.7rem, min(12vw, 7.3svh), 4rem);
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .project-grid {
    height: clamp(18rem, 55svh, 28rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }
}

@media (max-width: 767.98px) {
  .project-card {
    max-height: 27.5svh;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption {
    padding: .55rem;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption span {
    margin-bottom: .25rem;
    font-size: .48rem;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption strong {
    font-size: clamp(.9rem, 4.7vw, 1.2rem);
    line-height: 1;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption p {
    margin-top: .3rem;
    font-size: .55rem;
    line-height: 1.35;
  }
}

@media (max-width: 767.98px) {
  .projects-footer {
    display: flex;
    align-items: center;
    margin-top: .65rem;
    padding-top: .55rem;
  }
}

@media (max-width: 767.98px) {
  .projects-footer p {
    max-width: 12rem;
    font-size: .6rem;
    line-height: 1.35;
  }
}

@media (max-width: 767.98px) {
  .projects-footer .text-link {
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .experience-section .row.g-5 {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .experience-section .col-lg-5, .experience-section .col-lg-7 {
    width: auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .experience-title {
    margin: 0;
    font-size: clamp(2.6rem, min(12vw, 7svh), 4rem);
  }
}

@media (max-width: 767.98px) {
  .capability {
    grid-template-columns: 1.8rem 1fr;
    gap: .6rem;
    padding: clamp(.5rem, 1.4svh, .8rem) 0;
  }
}

@media (max-width: 767.98px) {
  .capability h3 {
    margin-bottom: .25rem;
    font-size: clamp(1.15rem, min(5.2vw, 3.3svh), 1.65rem);
  }
}

@media (max-width: 767.98px) {
  .capability p {
    font-size: .62rem;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .skills-cloud {
    grid-column: 1 / -1;
    gap: .3rem;
    margin-top: .65rem;
  }
}

@media (max-width: 767.98px) {
  .skills-cloud span {
    padding: .38rem .55rem;
    font-size: .52rem;
  }
}

@media (max-width: 767.98px) {
  .availability-section {
    padding: clamp(4rem, 8svh, 5rem) 0 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .availability-card {
    max-width: min(31rem, 100%);
    padding: clamp(1.25rem, 4svh, 2rem);
  }
}

@media (max-width: 767.98px) {
  .availability-card h2 {
    margin-bottom: .9rem;
    font-size: clamp(3.25rem, min(18vw, 10svh), 5.4rem);
  }
}

@media (max-width: 767.98px) {
  .availability-card p:not(.section-kicker) {
    margin-bottom: 1rem;
    line-height: 1.55;
  }
}

@media (max-width: 767.98px) {
  .inquiry-shell {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(1rem, 3vw, 2rem);
  }
}

@media (max-width: 767.98px) {
  .inquiry-intro h2 {
    font-size: clamp(2.6rem, min(11vw, 7svh), 4.5rem);
  }
}

@media (max-width: 767.98px) {
  .inquiry-intro > p:not(.section-kicker) {
    font-size: .66rem;
    line-height: 1.5;
  }
}

@media (max-width: 767.98px) {
  .inquiry-form-wrap {
    padding: clamp(.75rem, 1.8svh, 1.1rem);
  }
}

@media (max-width: 767.98px) {
  .inquiry-fields {
    gap: clamp(.45rem, 1svh, .7rem) .7rem;
  }
}

@media (max-width: 767.98px) {
  .inquiry-form .form-control, .inquiry-form .form-select {
    min-height: 2.65rem;
    font-size: .72rem;
  }
}

@media (max-width: 767.98px) {
  .inquiry-form textarea.form-control {
    min-height: 4.1rem;
  }
}

@media (max-width: 767.98px) {
  .contact-headline {
    display: flex;
    padding-bottom: clamp(1rem, 2.5svh, 1.75rem);
  }
}

@media (max-width: 767.98px) {
  .contact-headline h2 {
    font-size: clamp(3.2rem, min(16vw, 10svh), 5.5rem);
  }
}

@media (max-width: 767.98px) {
  .contact-arrow {
    flex: 0 0 auto;
    width: 4rem;
    height: 4rem;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-details {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: .8rem;
    margin: 0;
    padding-top: clamp(1rem, 2.5svh, 1.75rem);
  }
}

@media (max-width: 767.98px) {
  .contact-details > div {
    width: auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-details > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .contact-details p {
    margin: 0;
    font-size: .7rem;
    line-height: 1.5;
  }
}

@media (max-width: 767.98px) {
  .contact-details a {
    font-size: .68rem;
  }
}

@media (max-width: 767.98px) {
  .social-links {
    gap: .3rem .6rem;
  }
}

@media (max-width: 575.98px) {
  .experience-section > .content-shell {
    height: 100%;
    max-height: calc(var(--screen-height) - 110px);
    display: grid;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .experience-section .row.g-5 {
    width: 100%;
    height: auto;
    margin-inline: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    gap: clamp(.6rem, 1.5svh, .9rem);
  }
}

@media (max-width: 575.98px) {
  .experience-section .col-lg-5, .experience-section .col-lg-7 {
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .experience-section .section-kicker {
    margin-bottom: .45rem;
  }
}

@media (max-width: 575.98px) {
  .experience-title {
    width: 100%;
    font-size: clamp(2.7rem, min(13vw, 6.6svh), 3.7rem);
    line-height: .86;
    overflow-wrap: normal;
  }
}

@media (max-width: 575.98px) {
  .capability-list {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .capability {
    grid-template-columns: 1.7rem minmax(0, 1fr);
    gap: .55rem;
    padding: clamp(.45rem, 1.2svh, .7rem) 0;
  }
}

@media (max-width: 575.98px) {
  .capability h3 {
    margin-bottom: .2rem;
    font-size: clamp(1.25rem, min(6.2vw, 3svh), 1.55rem);
    line-height: 1;
  }
}

@media (max-width: 575.98px) {
  .capability p {
    font-size: clamp(.6rem, 2.7vw, .68rem);
    line-height: 1.35;
  }
}

@media (max-width: 575.98px) {
  .skills-cloud {
    margin-top: clamp(.45rem, 1.2svh, .7rem);
  }
}

@media (max-width: 575.98px) {
  .skills-cloud span {
    padding: .34rem .5rem;
    font-size: .5rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry-section {
    padding-top: 78px;
  }
}

@media (max-width: 575.98px) {
  .inquiry-section > .inquiry-shell {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(.6rem, 1.4svh, .9rem);
    max-height: calc(var(--screen-height) - 92px);
  }
}

@media (max-width: 575.98px) {
  .inquiry-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 1rem;
    align-items: end;
  }
}

@media (max-width: 575.98px) {
  .inquiry-intro .section-kicker {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .inquiry-intro h2 {
    margin: 0;
    font-size: clamp(2.25rem, min(12vw, 6svh), 3.35rem);
  }
}

@media (max-width: 575.98px) {
  .inquiry-intro > p:not(.section-kicker) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .inquiry-direct {
    margin: 0;
    padding: 0 0 .2rem;
    border: 0;
    text-align: right;
  }
}

@media (max-width: 575.98px) {
  .inquiry-direct a {
    font-size: 1.05rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry-form-wrap {
    align-self: stretch;
    padding: clamp(.65rem, 1.4svh, .9rem);
  }
}

@media (max-width: 575.98px) {
  .inquiry-form .form-label {
    margin-bottom: .25rem;
    font-size: .55rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry-form .form-control, .inquiry-form .form-select {
    min-height: 2.75rem;
    padding-block: .4rem;
    font-size: .68rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry-form textarea.form-control {
    min-height: clamp(3.5rem, 8svh, 4.2rem);
  }
}

@media (max-width: 575.98px) {
  .inquiry-consent {
    margin-top: .55rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry-consent .form-check-label {
    font-size: .56rem;
    line-height: 1.3;
  }
}

@media (max-width: 575.98px) {
  .inquiry-submit-row {
    margin-top: .55rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry-submit-row p {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .inquiry-submit {
    width: 100%;
    min-height: 2.75rem;
  }
}

@media (max-height: 680px) {
  :root {
    --screen-pad-block: 3.7rem;
  }
}

@media (max-height: 680px) {
  .hero-status {
    display: none;
  }
}

@media (max-height: 680px) {
  .service-trigger {
    min-height: 3.05rem;
  }
}

@media (max-height: 680px) {
  .profile-card img {
    height: 20svh;
  }
}

@media (max-height: 680px) {
  .project-card figcaption p {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

@media (max-height: 680px) {
  .skills-cloud span {
    padding-block: .3rem;
  }
}

@media (max-height: 540px), (orientation: landscape) and (max-height: 600px) {
  .hero-ticker {
    display: none;
  }
}

/* Viewport stages without nested page scrollbars. */

html {
  scroll-padding-top: 0;
}

body {
  overflow-y: auto;
}

main > .hero, main > section {
  overflow: hidden;
  overscroll-behavior: auto;
}

main > .hero[id], main > section[id] {
  scroll-margin-top: 0;
}

main > .section {
  padding-top: 92px;
  padding-bottom: clamp(1rem, 2svh, 1.5rem);
}

main > .services-section {
  padding-top: 92px !important;
}

/* Services: the open item absorbs the available height and exposes its gallery. */

.services-section > .content-shell {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(.65rem, 1.6svh, 1rem);
}

.services-section .section-heading-row, .services-section .service-download {
  margin: 0;
}

.service-accordion {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.service-panel {
  min-height: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  transition: flex-grow .32s ease;
}

.service-panel:has(.accordion-collapse.show), .service-panel:has(.accordion-collapse.collapsing) {
  flex-grow: 4.2;
}

.service-panel:not(:has(.accordion-collapse.show)):not(:has(.accordion-collapse.collapsing)) .accordion-header, .service-panel:not(:has(.accordion-collapse.show)):not(:has(.accordion-collapse.collapsing)) .service-trigger {
  height: 100%;
}

.service-trigger {
  min-height: 3.5rem;
  padding-block: clamp(.5rem, 1.4svh, 1rem);
}

.service-panel:has(.accordion-collapse.show) .accordion-collapse {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
}

.service-panel:has(.accordion-collapse.show) .service-content {
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(.45rem, 1.2svh, .75rem);
}

.service-description {
  margin: 0;
}

.service-gallery {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
}

.service-gallery-item {
  height: 100%;
  min-height: 0;
}

.service-gallery-item img {
  height: 100%;
  min-height: 0;
}

.service-page-link {
  align-self: end;
  margin-top: 0;
}

/* Projects: 2 × 2 editorial cards use the full stage instead of a narrow strip. */

.projects-section > .content-shell {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(.75rem, 1.8svh, 1.25rem);
}

.projects-title-wrap, .projects-footer {
  margin: 0;
}

.projects-title-wrap {
  align-items: end;
}

.display-title {
  font-size: clamp(3.1rem, min(6.5vw, 8.5svh), 6.5rem);
}

.project-grid {
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(.65rem, 1.4svh, 1rem);
}

.project-card {
  width: 100%;
  height: 100%;
  max-height: none;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(10.5rem, .88fr);
  grid-template-rows: minmax(0, 1fr);
}

.project-image {
  height: 100%;
  min-height: 0;
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 0;
}

.project-image img {
  height: 100%;
  aspect-ratio: auto;
}

.project-card figcaption {
  align-self: center;
  min-width: 0;
  padding: clamp(.75rem, 2svh, 1.35rem);
}

.project-card figcaption span {
  margin-bottom: clamp(.35rem, 1svh, .7rem);
}

.project-card figcaption strong {
  font-size: clamp(1.25rem, min(2vw, 3.2svh), 2rem);
}

.project-card figcaption p {
  font-size: clamp(.68rem, min(.9vw, 1.55svh), .82rem);
  line-height: 1.55;
}

.projects-footer {
  padding-top: clamp(.55rem, 1.3svh, .9rem);
}

@media (max-width: 991.98px) {
  .project-card {
    grid-template-columns: minmax(0, 1fr) minmax(8.5rem, .9fr);
  }
}

@media (max-width: 991.98px) {
  .project-card figcaption p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media (max-width: 767.98px) {
  main > .services-section > .content-shell, main > .projects-section > .content-shell {
    max-height: calc(var(--screen-height) - 116px);
  }
}

@media (max-width: 767.98px) {
  .services-section .section-heading-row {
    min-height: 1.65rem;
  }
}

@media (max-width: 767.98px) {
  .services-section .section-note {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .service-panel:has(.accordion-collapse.show), .service-panel:has(.accordion-collapse.collapsing) {
    flex-grow: 5.5;
  }
}

@media (max-width: 767.98px) {
  .service-trigger {
    min-height: 3.25rem;
    padding-block: .4rem;
  }
}

@media (max-width: 767.98px) {
  .service-name {
    font-size: clamp(1.25rem, min(6.4vw, 3.6svh), 1.75rem);
  }
}

@media (max-width: 767.98px) {
  .service-content {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .service-panel:has(.accordion-collapse.show) .service-content {
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: .4rem;
  }
}

@media (max-width: 767.98px) {
  .service-description {
    padding-left: 3.05rem;
    font-size: clamp(.62rem, 2.7vw, .72rem);
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .service-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item, .service-gallery-item:nth-child(n + 3) {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item img {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .service-gallery-item span {
    padding: 1.2rem .45rem .38rem;
    font-size: .5rem;
  }
}

@media (max-width: 767.98px) {
  .service-page-link {
    min-height: 2.75rem;
    font-size: .58rem;
  }
}

@media (max-width: 767.98px) {
  .service-page-link i {
    width: 2.55rem;
    height: 2.55rem;
  }
}

@media (max-width: 767.98px) {
  .projects-title-wrap {
    display: flex;
    min-height: 3.3rem;
  }
}

@media (max-width: 767.98px) {
  .display-title {
    font-size: clamp(2.5rem, min(11vw, 6.5svh), 3.6rem);
  }
}

@media (max-width: 767.98px) {
  .project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: .45rem;
  }
}

@media (max-width: 767.98px) {
  .project-card {
    grid-template-columns: minmax(7.5rem, .78fr) minmax(0, 1.22fr);
    grid-template-rows: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption {
    padding: .55rem .65rem;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption span {
    margin-bottom: .25rem;
    font-size: .48rem;
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption strong {
    font-size: clamp(.95rem, min(4.7vw, 2.6svh), 1.2rem);
  }
}

@media (max-width: 767.98px) {
  .project-card figcaption p {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .projects-footer {
    display: flex;
    padding-top: .45rem;
  }
}

@media (max-width: 767.98px) {
  .projects-footer p {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .projects-footer .text-link {
    margin-left: 0;
    padding-right: 4.5rem;
    font-size: .56rem;
  }
}

@media (max-height: 680px) {
  .service-panel:has(.accordion-collapse.show), .service-panel:has(.accordion-collapse.collapsing) {
    flex-grow: 4.8;
  }
}

@media (max-height: 680px) {
  .service-description {
    line-height: 1.3;
  }
}

@media (max-height: 680px) {
  .service-download {
    min-height: 2.6rem;
    padding-block: .65rem;
  }
}

@media (max-height: 680px) {
  .project-card figcaption p {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .services-section > .content-shell, .projects-section > .content-shell {
    padding-block: .35rem;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .service-panel:has(.accordion-collapse.show), .service-panel:has(.accordion-collapse.collapsing) {
    flex-grow: 3.8;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .service-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .project-card {
    grid-template-columns: minmax(0, 1fr) minmax(8rem, .8fr);
  }
}

/* Unified navigation: frosted desktop bar and white editorial big menu. */

.nav-menu-eyebrow {
  margin: 0 0 1rem;
  color: var(--signal);
  font: 600 .62rem/1 var(--body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .site-nav {
    color: var(--white);
    background: rgba(2, 6, 17, .46);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
  }
}

@media (min-width: 1200px) {
  .site-nav.is-scrolled {
    color: var(--ink);
    background: rgba(245, 244, 240, .78);
    border-color: rgba(4, 10, 23, .12);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
  }
}

@media (max-width: 1199.98px) {
  .site-nav, .site-nav.is-scrolled {
    min-height: 76px;
    color: var(--ink);
    background: rgba(255, 255, 253, .98);
    border-bottom: 1px solid rgba(4, 10, 23, .12);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 1199.98px) {
  .nav-shell {
    min-height: 76px;
    padding-block: .75rem;
  }
}

@media (max-width: 1199.98px) {
  .brand-lockup, .navbar-toggler {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .navbar-collapse {
    position: fixed;
    z-index: 1;
    inset: 0;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: calc(76px + 1.5rem) clamp(1.25rem, 6vw, 3.5rem) max(1.5rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--ink);
    background: var(--white);
  }
}

@media (max-width: 1199.98px) {
  .site-nav .navbar-collapse.show {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .navbar-collapse.collapsing {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .nav-menu-eyebrow {
    width: min(100%, 42rem);
    margin-inline: auto;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary {
    width: min(100%, 42rem);
    margin-inline: auto !important;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item {
    position: relative;
    min-width: 0;
    padding-left: 2.75rem;
    border-bottom: 1px solid rgba(4, 10, 23, .14);
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item::before {
    content: attr(data-nav-index);
    position: absolute;
    top: 50%;
    left: .1rem;
    color: var(--signal);
    font: 600 .58rem/1 var(--body);
    letter-spacing: .08em;
    transform: translateY(-50%);
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="01"] {
    order: 1;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="02"] {
    order: 2;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="03"] {
    order: 3;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="04"] {
    order: 4;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="05"] {
    order: 5;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="06"] {
    order: 6;
  }
}

@media (max-width: 1199.98px) {
  .nav-primary-item[data-nav-index="07"] {
    order: 7;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .nav-link, .site-nav .btn-nav {
    width: 100%;
    min-height: clamp(3.5rem, 8svh, 4.5rem);
    display: flex;
    align-items: center;
    margin: 0;
    padding: .55rem 0 !important;
    color: var(--ink);
    background: transparent;
    border: 0;
    font: 400 clamp(1.9rem, 8vw, 3.25rem)/.9 var(--display);
    letter-spacing: -.02em;
    text-transform: uppercase;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .nav-link::after {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .nav-availability {
    color: var(--signal);
  }
}

@media (max-width: 1199.98px) {
  .nav-talk {
    margin-top: .75rem;
    padding: 0;
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .nav-talk .btn-nav {
    min-height: 3.5rem;
    justify-content: center;
    color: var(--white);
    background: var(--ink);
    font: 600 .72rem/1 var(--body);
    letter-spacing: .12em;
  }
}

@media (max-width: 1199.98px) {
  .navbar-toggler span {
    transition: transform .22s ease, opacity .16s ease;
  }
}

@media (max-width: 1199.98px) {
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: translateY(.33rem) rotate(45deg);
  }
}

@media (max-width: 1199.98px) {
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: translateY(-.33rem) rotate(-45deg);
  }
}

@media (max-height: 680px) and (max-width: 1199.98px) {
  .site-nav .navbar-collapse {
    padding-top: calc(76px + .8rem);
  }
}

@media (max-height: 680px) and (max-width: 1199.98px) {
  .site-nav .nav-link, .site-nav .btn-nav {
    min-height: 3.2rem;
    font-size: clamp(1.65rem, 7vw, 2.4rem);
  }
}

@media (max-height: 680px) and (max-width: 1199.98px) {
  .nav-talk {
    margin-top: .4rem;
  }
}

/* Bootstrap Studio-native Projects: Row > Column > Card > Button/Image + Card Body. */

.projects-section .project-grid {
  width: 100%;
  height: min(48svh, 27rem);
  min-height: 19rem;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: clamp(.65rem, 1.2vw, 1rem);
  margin: 0;
}

.projects-section .project-column {
  width: auto;
  max-width: none;
  min-width: 0;
  height: auto;
  padding: 0;
}

.projects-section .project-card {
  width: 100%;
  height: 100%;
  max-height: none;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  border-radius: 0;
}

.projects-section .project-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.projects-section .project-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
}

.projects-section .project-card .card-body {
  min-width: 0;
  min-height: 8.4rem;
  display: flex;
  flex-direction: column;
  padding: clamp(.75rem, 1.5svh, 1rem);
  color: var(--white);
  background: #0b1421;
}

.projects-section .project-meta {
  margin: 0 0 .55rem;
  color: #79b7d7;
  font-size: .58rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.projects-section .project-name {
  margin: 0;
  font: 400 clamp(1.25rem, min(1.7vw, 2.8svh), 1.7rem)/1.05 var(--display);
}

.projects-section .project-description {
  display: -webkit-box;
  margin: auto 0 0;
  overflow: hidden;
  color: #a8abad;
  font-size: .66rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media (max-width: 991.98px) {
  .projects-section .project-grid {
    height: min(56svh, 30rem);
    min-height: 22rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .projects-section .project-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(9rem, .95fr);
    grid-template-rows: minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .projects-section .project-image {
    border-right: 1px solid rgba(255,255,255,.15);
    border-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .projects-section .project-card .card-body {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .projects-section .project-grid {
    height: min(57svh, 29rem);
    min-height: 22rem;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: .45rem;
  }
}

@media (max-width: 575.98px) {
  .projects-section .project-card {
    grid-template-columns: minmax(7rem, .78fr) minmax(0, 1.22fr);
  }
}

@media (max-width: 575.98px) {
  .projects-section .project-card .card-body {
    padding: .5rem .65rem;
  }
}

@media (max-width: 575.98px) {
  .projects-section .project-meta {
    margin-bottom: .2rem;
    font-size: .47rem;
  }
}

@media (max-width: 575.98px) {
  .projects-section .project-name {
    font-size: clamp(.95rem, min(4.8vw, 2.6svh), 1.2rem);
  }
}

@media (max-width: 575.98px) {
  .projects-section .project-description {
    display: none;
  }
}

