/* GP Builders — warm paper, precise typography, and the work itself. */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/CormorantGaramond.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/Outfit.woff2") format("woff2");
}
:root {
  --bg: #f6f5f1;
  --bg-alt: #eeeee7;
  --mat: #e4e7de;
  --ink: #252b24;
  --muted: #596052;
  --divider: #d3d8ca;
  --divider-light: #dfe2d8;
  --green: #6fb644;
  --green-deep: #3f6633;
  --green-on-dark: #a8cf8d;
  --dark: #222b22;
  --on-dark: #f5f5ed;
  --dark-divider: #4b5749;
  --input-border: #87917e;
  --input-fill: #fbfbf7;
  --error: #9c3526;
  --tint-hover: #e8eddf;
  --tint-active: #dde6d3;
  --tint-selected: #e8eddf;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --container: 1320px;
  --gutter: 48px;
  /* Legacy content roles share a readable secondary color. */
  --ink-86: #3b4337;
  --ink-80: #454d3f;
  --ink-78: #4b5345;
  --ink-75: #4b5345;
  --ink-72: #50584a;
  --ink-70: #50584a;
  --ink-65: var(--muted);
  --ink-62: var(--muted);
  --ink-60: var(--muted);
  --ink-55: var(--muted);
  --ink-50: var(--muted);
  --on-dark-90: #eeeee6;
  --on-dark-78: #d8dfd2;
  --on-dark-66: #c1cbb9;
  --on-dark-60: #c1cbb9;
  --on-dark-50: #b6c1ae;
  --on-dark-45: #b6c1ae;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.7 var(--body);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 18px;
}
a {
  color: var(--green-deep);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition:
    color 0.15s,
    background-color 0.15s,
    border-color 0.15s;
}
a:hover {
  color: var(--ink);
}
address {
  font-style: normal;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #dce8cf;
}
:focus-visible {
  outline: 2px solid var(--green-deep);
  outline-offset: 4px;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.12;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
}
h3,
h4 {
  font-family: var(--body);
  font-weight: 500;
}
a,
button,
input,
textarea,
select,
summary {
  touch-action: manipulation;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  background: var(--dark);
  color: var(--on-dark);
  padding: 10px 18px;
  z-index: 100;
}
.skip-link:focus {
  left: 8px;
}
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.tnum {
  font-variant-numeric: tabular-nums;
}
/* Containers own horizontal gutters; sections own vertical rhythm. */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section {
  padding-block: 88px;
}
.section--head {
  padding-block: 76px 60px;
}
.section--mid,
.section--tight {
  padding-block: 64px;
}
.section--alt {
  background: var(--bg-alt);
}
.section--dark {
  background: var(--dark);
  color: var(--on-dark);
}
.rule-t {
  border-top: 1px solid var(--divider);
}
.rule-b {
  border-bottom: 1px solid var(--divider);
}
.two-col,
.intro-row,
.lead-row,
.founder,
.careers-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: start;
}
.two-col > *,
.intro-row > *,
.lead-row > *,
.founder > *,
.careers-head > * {
  min-width: 0;
}
.two-col--text {
  gap: 56px;
}
.two-col--wide {
  max-width: 110ch;
}
.align-center {
  align-items: center;
}
.header-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}
.header-row .section-title {
  margin: 0;
}
.header-row .note {
  max-width: 38ch;
  text-align: right;
  font-size: 14px;
  color: var(--muted);
}
.kicker {
  font: 500 12px/1.5 var(--body);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin: 0 0 18px;
}
.kicker--sm {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.kicker--muted {
  color: var(--muted);
}
.section--dark .kicker {
  color: var(--green-on-dark);
}
.page-title {
  font-size: clamp(44px, 5.3vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin: 0 0 28px;
  text-wrap: balance;
}
.page-title--wide {
  max-width: 26ch;
}
.page-title--narrow {
  max-width: 17ch;
}
.hero-title {
  font: 500 clamp(52px, 5.6vw, 78px) / 1.02 var(--display);
  letter-spacing: -0.03em;
  margin: 0 0 26px;
  text-wrap: balance;
}
.section-title {
  font-size: clamp(34px, 3.5vw, 46px);
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.section-title--28 {
  font-size: 32px;
}
.display-title {
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 22px;
}
.display-title--36 {
  font-size: 40px;
}
.h3 {
  font: 500 22px/1.3 var(--body);
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.h3--18 {
  font-size: 18px;
}
.h3--21,
.h3--22,
.h3--23 {
  font-size: 21px;
}
.h3--25 {
  font-size: 24px;
}
.lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 58ch;
  margin: 0;
}
.lede--dark {
  color: var(--ink-78);
}
.subtitle {
  font-size: 16px;
  color: var(--muted);
  max-width: 60ch;
  margin: 0 0 36px;
}
.subtitle--tight {
  margin-bottom: 28px;
}
.body-copy {
  color: var(--ink-78);
}
.small {
  font-size: 14px;
  color: var(--muted);
}
.fine {
  font-size: 12px;
  color: var(--muted);
}
.link-caps {
  font: 500 14px/1.5 var(--body);
  text-decoration: none;
  border-bottom: 1px solid var(--green-deep);
  padding-block: 7px;
  display: inline-block;
}
.link-caps:hover {
  border-color: var(--ink);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  font: 500 14px/1.3 var(--body);
  text-align: center;
  text-decoration: none;
  padding: 13px 23px;
  border: 1px solid var(--divider);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition:
    background-color 0.15s,
    border-color 0.15s;
}
.btn--primary {
  border: 2px solid var(--green-deep);
  color: var(--green-deep);
}
.btn--primary:hover {
  background: var(--tint-hover);
  color: var(--green-deep);
}
.btn--secondary:hover {
  border-color: var(--ink);
  background: var(--bg-alt);
}
.btn--lg {
  min-height: 52px;
  font-size: 15px;
  padding: 14px 25px;
}
.btn--sm {
  min-height: 44px;
  padding: 10px 17px;
}
.btn--block {
  width: 100%;
  margin-top: 28px;
}
.btn:disabled {
  opacity: 0.6;
  cursor: progress;
}
.btn-row {
  display: flex;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.btn-row--end {
  justify-content: flex-end;
}
/* Photography is unframed so the building, rather than its container, leads. */
.plate {
  --h: 230px;
  min-width: 0;
}
.plate__frame {
  position: relative;
  height: var(--h);
  width: 100%;
  background: var(--mat);
  overflow: hidden;
}
.plate__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plate--portrait .plate__frame {
  height: auto;
  aspect-ratio: 4/5;
}
.plate--portrait .plate__frame img {
  object-position: center top;
}
.plate__empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.plate__empty--initials {
  font: 500 60px var(--display);
}
.plate figcaption {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 12px;
}
.editorial-photo .plate__frame {
  height: 420px;
}
.editorial-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.page-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: end;
}
.page-intro > * {
  min-width: 0;
}
.page-intro .page-title {
  max-width: 20ch;
}
.page-intro .lede {
  font-size: 17px;
}
.page-intro--photo {
  align-items: center;
}
.page-intro--photo .page-title {
  font-size: clamp(44px, 4.5vw, 64px);
}
.page-intro__aside {
  border-top: 1px solid var(--divider);
  padding-top: 22px;
}
.page-intro__aside .btn-row {
  margin-top: 24px;
}
/* Header and footer */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--bg);
  border-bottom: 1px solid var(--divider);
}
.site-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 94px;
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand__logo {
  width: 180px;
  height: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}
.site-nav a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: var(--muted);
  padding: 12px 0;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a.is-active {
  color: var(--green-deep);
  border-bottom-color: var(--green-deep);
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: none;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--divider);
  background: transparent;
  position: relative;
  padding: 0;
}
.nav-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background: var(--ink);
  transition:
    transform 0.15s,
    top 0.15s;
}
.nav-toggle span:first-child {
  top: 17px;
}
.nav-toggle span:last-child {
  top: 25px;
}
.nav-open .nav-toggle span:first-child {
  top: 21px;
  transform: rotate(45deg);
}
.nav-open .nav-toggle span:last-child {
  top: 21px;
  transform: rotate(-45deg);
}
.site-footer {
  background: var(--dark);
  color: var(--on-dark);
}
.footer-invitation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 52px;
  border-bottom: 1px solid var(--dark-divider);
}
.footer-invitation h2 {
  font-size: 44px;
  letter-spacing: -0.02em;
}
.site-footer .btn--primary {
  border-color: var(--green-on-dark);
  color: var(--green-on-dark);
}
.site-footer .btn--primary:hover {
  background: #354331;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 1fr 1.1fr;
  gap: 44px;
  padding-block: 56px 36px;
}
.site-footer__grid > * {
  min-width: 0;
}
.site-footer__logo {
  width: 180px;
  height: auto;
  margin-bottom: 24px;
}
.site-footer__blurb {
  font-size: 15px;
  color: var(--on-dark-78);
  max-width: 34ch;
  margin-bottom: 22px;
}
.site-footer__fine {
  font-size: 12px;
  color: var(--on-dark-60);
}
.site-footer__head {
  font: 500 12px/1.5 var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-on-dark);
  margin-bottom: 17px;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.site-footer__links--tight {
  margin-top: 16px;
}
.site-footer__links a,
.site-footer__address {
  font-size: 14px;
  line-height: 1.6;
  color: var(--on-dark-78);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.site-footer__links a:hover {
  color: var(--on-dark);
  text-decoration: underline;
}
.site-footer__bar {
  border-top: 1px solid var(--dark-divider);
  padding-block: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--on-dark-60);
}
.site-footer__parent {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.site-footer__agc {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.site-footer__parent img {
  width: 80px;
  height: auto;
}
.site-footer :focus-visible {
  outline-color: var(--green-on-dark);
}
/* Shared page introduction keeps the same geometry between pages. */
.home-hero {
  padding-block: 60px 44px;
}
.home-hero__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.home-hero__grid > * {
  min-width: 0;
}
.hero__sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 39ch;
  margin-bottom: 30px;
}
.hero-slider {
  min-width: 0;
}
.hero-slider__stage {
  display: grid;
}
.hero-slide {
  grid-area: 1/1;
  min-width: 0;
}
.hero-slide:not(.is-active) {
  display: none;
}
.hero-slide__image {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.hero-slide__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide__caption {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-top: 16px;
  min-height: 58px;
}
.hero-slide__name {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.hero-slide__place,
.hero-slide__meta {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 4px;
}
.hero-slide__meta {
  text-align: right;
  margin-top: 0;
  white-space: nowrap;
}
.hero-slider__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--divider);
  padding-top: 12px;
  margin-top: 8px;
}
.hero-slider__arrow,
.hero-slider__rotation {
  border: 1px solid var(--divider);
  background: transparent;
  color: var(--ink);
  height: 44px;
  padding: 0 13px;
  font-size: 14px;
}
.hero-slider__arrow {
  width: 44px;
  flex: none;
}
.hero-slider__arrow:hover,
.hero-slider__rotation:hover {
  border-color: var(--green-deep);
  color: var(--green-deep);
}
.hero-slider__dots {
  position: relative;
  display: flex;
  gap: 7px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  align-items: center;
}
.hero-slider__dots::-webkit-scrollbar {
  display: none;
}
.hero-slider__dot {
  flex: 0 0 auto;
  border: 0;
  padding: 20px 0;
  position: relative;
  background: transparent;
  width: 22px;
  height: 44px;
}
.hero-slider__dot::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--divider);
}
.hero-slider__dot.is-active::after {
  background: var(--green-deep);
}
.hero-slider__rotation {
  flex: none;
  white-space: nowrap;
  font-size: 12px;
  border: 0;
  padding-inline: 4px;
}
.hero-slider__rotation[aria-pressed="true"] {
  color: var(--green-deep);
}
.stat-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border-block: 1px solid var(--divider);
}
.stat {
  padding-block: 32px;
  min-width: 0;
}
.stat__n {
  font: 400 44px/1.15 var(--body);
  letter-spacing: -0.04em;
  margin-bottom: 9px;
  font-variant-numeric: tabular-nums;
}
.stat__l {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.section--dark .stat__l {
  color: var(--on-dark-60);
}
.lead-row {
  align-items: center;
}
.lead-row p {
  font-size: 18px;
  color: var(--muted);
}
.lead-row .display-title {
  margin-bottom: 0;
}
.brands-grid {
  --cols: 2;
}
.brands-grid > div {
  font: 500 26px/1.3 var(--display);
}
/* Content grids */
.hgrid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
  gap: 32px 36px;
}
.hgrid > * {
  min-width: 0;
  border-top: 1px solid var(--divider);
  padding-top: 26px;
}
.hgrid .num {
  font-size: 13px;
  color: var(--green-deep);
  margin-bottom: 22px;
}
.hgrid p,
.hgrid .cell-body {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.hgrid .cell-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 12px;
}
.section--dark .hgrid > * {
  border-color: var(--dark-divider);
}
.section--dark .body-copy,
.section--dark .hgrid p {
  color: var(--on-dark-78);
}
.section--dark .display-title {
  color: var(--on-dark);
}
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}
.cards-3 > * {
  min-width: 0;
}
.cards-3--projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 36px;
}
.card {
  border-bottom: 1px solid var(--divider);
  padding-bottom: 24px;
}
.card .plate {
  margin-bottom: 22px;
}
.card .plate__frame {
  height: auto;
  aspect-ratio: 16/10;
}
.card .plate__frame img {
  position: absolute;
  inset: 0;
}
.card__meta,
.card__body,
.card__place,
.card__foot {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.card__row .kicker {
  margin: 0;
}
.card__place {
  margin-bottom: 10px;
}
.card__foot {
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.card__title {
  font: 500 23px/1.25 var(--body);
  letter-spacing: -0.015em;
  margin-bottom: 7px;
}
.card__title a {
  text-decoration: none;
  color: var(--ink);
}
.card__title a:hover {
  color: var(--green-deep);
}
.pill {
  font: 400 12px/1.4 var(--body);
  color: var(--muted);
  border: 1px solid var(--divider);
  padding: 5px 9px;
  white-space: nowrap;
}
.bcard {
  border: 1px solid var(--divider);
  padding: 30px;
}
.bcard p {
  font-size: 15px;
  color: var(--muted);
}
.bcard__stat {
  border-top: 1px solid var(--divider);
  padding-top: 18px;
  font-size: 14px;
  color: var(--green-deep);
}
.owners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.owners-grid > * {
  min-width: 0;
}
.owners-grid .plate {
  margin-bottom: 24px;
}
.owners-grid p {
  font-size: 15px;
  color: var(--muted);
}
.owners-grid .kicker {
  min-height: 3em;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
}
.owners-grid .h3 {
  margin-bottom: 8px;
}
.prose-full {
  max-width: 74ch;
  margin: 0 0 42px;
}
.prose-full p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
}
.pillars p {
  color: var(--muted);
}
/* Lists and service sequences */
.service-index {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--divider);
}
.service-index a {
  display: flex;
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid var(--divider);
  padding: 13px 0;
  text-decoration: none;
  font-size: 14px;
  color: var(--ink);
}
.service-index span {
  color: var(--green-deep);
  font-size: 12px;
}
.service-index a:hover {
  color: var(--green-deep);
}
.service-row {
  display: grid;
  grid-template-columns: 66px 1fr 1.2fr;
  gap: 36px;
  padding-block: 52px;
  border-bottom: 1px solid var(--divider);
  align-items: start;
  scroll-margin-top: 120px;
}
.service-row__num {
  font: 400 30px/1 var(--body);
  color: var(--green-deep);
  letter-spacing: -0.04em;
}
.service-row h2 {
  font: 500 25px/1.25 var(--body);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.service-row__lede {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}
.sq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sq-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  color: var(--muted);
}
.sq {
  width: 6px;
  height: 6px;
  border: 1px solid var(--green-deep);
  margin-top: 10px;
}
.kv-rows {
  border-top: 1px solid var(--divider);
}
.kv-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--divider);
  padding: 20px 0;
}
.kv-row__k {
  font-size: 13px;
  color: var(--muted);
}
.kv-row__v {
  font-size: 15px;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.kv-row__v a {
  color: inherit;
}
.hl-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 11px 0;
  line-height: 1.6;
  border-bottom: 1px solid var(--divider);
  align-items: baseline;
}
.hl-row__name {
  display: inline;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 500;
  margin-right: 6px;
}
.hl-row__place {
  font-size: 13.5px;
  color: var(--muted);
}
.hl-row__value {
  font-size: 13px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.hl-row__tbd {
  color: var(--muted);
}
.track-record {
  padding-block: 76px;
}
.track-record .header-row {
  align-items: baseline;
  border-bottom: 1px solid var(--divider);
  padding-bottom: 16px;
  margin-bottom: 36px;
}
.track-record .section-title {
  font-size: 32px;
  font-weight: 600;
}
.track-record .header-row .note {
  font-size: 13px;
  max-width: none;
}
.job-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid var(--divider);
}
.job-row__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}
.job-row__note,
.job-row__meta {
  font-size: 14px;
  color: var(--muted);
}
.promise {
  border-top: 1px solid var(--divider);
  padding: 23px 0;
}
.promise__title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 9px;
}
.promise__body {
  font-size: 15px;
  color: var(--muted);
}
.trades {
  border-top: 1px solid var(--divider);
  padding-top: 24px;
  margin-top: 12px;
}
.closing-line {
  border-top: 1px solid var(--divider);
  padding-top: 24px;
  font-size: 15px;
  color: var(--muted);
}
.empty-state {
  border-block: 1px solid var(--divider);
  padding-block: 32px;
  font-size: 17px;
  color: var(--muted);
  max-width: 65ch;
}
.empty-state h2 {
  font-size: 30px;
  color: var(--ink);
  margin-bottom: 14px;
}
.empty-state p:last-child {
  margin: 0;
}
/* Filters retain server-rendered URLs and work without JavaScript. */
.filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  border-block: 1px solid var(--divider);
  padding-block: 24px;
  margin-top: 36px;
}
.filter-group {
  min-width: 0;
}
.filter-bar__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 12px;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-bar__count {
  font-size: 14px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  display: flex;
  gap: 16px;
  align-items: center;
}
.fchip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--divider);
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  color: var(--ink);
}
.fchip:hover {
  border-color: var(--green-deep);
}
.fchip.is-active {
  border: 2px solid var(--green-deep);
  padding: 8px 12px;
  color: var(--green-deep);
}
.fselect-form {
  min-width: 0;
  margin: 0;
}
.fselect-row {
  display: flex;
  gap: 8px;
}
.fselect {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--divider);
  background: var(--bg);
  font-size: 16px;
  color: var(--ink);
  cursor: pointer;
}
.fselect.is-active {
  border: 2px solid var(--green-deep);
  color: var(--green-deep);
}
.projects-head {
  padding-bottom: 0;
}
.projects-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
}
.projects-list {
  padding-block: 32px 88px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.chip {
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 11px;
  border: 1px solid var(--divider);
  color: var(--muted);
}
.rchip {
  position: relative;
  cursor: pointer;
}
.rchip input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.rchip span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid var(--input-border);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--muted);
}
.rchip:hover span {
  border-color: var(--green-deep);
}
.rchip input:checked + span {
  border: 2px solid var(--green-deep);
  padding: 9px 13px;
  color: var(--green-deep);
}
.rchip input:focus-visible + span {
  outline: 2px solid var(--green-deep);
  outline-offset: 3px;
}
/* Inquiries: clear labels, comfortable controls, the existing server validation. */
.contact-grid,
.sub-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.contact-grid > *,
.sub-grid > * {
  min-width: 0;
}
.contact-grid .lede {
  margin-bottom: 36px;
}
.form-card {
  border: 1px solid var(--divider);
  border-top: 3px solid var(--green-deep);
  padding: 36px;
  background: transparent;
  scroll-margin-top: 120px;
}
.form-card h2,
.success h2 {
  font: 500 28px/1.25 var(--body);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.form-card__lede {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 28px;
}
.form-card form > * + * {
  margin-top: 24px;
}
.form-card form > input[type="hidden"] + *,
.form-card form > .hp + * {
  margin-top: 0;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}
.field-grid > .field {
  margin-top: 0;
  min-width: 0;
}
.field--wide {
  grid-column: 1/-1;
}
.field__label,
.field-group__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 9px;
}
.field-group {
  min-width: 0;
}
.req {
  color: var(--green-deep);
}
.input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  font-size: 16px;
  padding: 11px 12px;
  border: 1px solid var(--input-border);
  border-radius: 0;
  background: var(--input-fill);
  color: var(--ink);
}
.input::placeholder {
  color: #676f60;
  opacity: 1;
}
.input:hover {
  border-color: var(--green-deep);
}
.input:focus-visible {
  outline-offset: 2px;
}
textarea.input {
  resize: vertical;
  min-height: 125px;
}
.field--error .input {
  border-color: var(--error);
}
.field__error {
  font-size: 14px;
  color: var(--error);
  margin-top: 7px;
}
.field__hint {
  font-size: 13px;
  color: var(--muted);
  margin-top: 9px;
}
.file-input {
  width: 100%;
  font-size: 14px;
  color: var(--muted);
}
.file-input::file-selector-button {
  font: 500 14px var(--body);
  border: 1px solid var(--input-border);
  padding: 12px 16px;
  background: transparent;
  color: var(--ink);
  margin-right: 12px;
  cursor: pointer;
}
.file-input::file-selector-button:hover {
  border-color: var(--green-deep);
}
.file-list {
  font-size: 13px;
  color: var(--muted);
  overflow-wrap: anywhere;
  margin-top: 8px;
}
.form-note {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 16px;
}
.alert {
  padding: 16px 18px;
  border: 1px solid var(--divider);
  font-size: 15px;
  margin-bottom: 24px;
}
.alert--error {
  border-color: var(--error);
  color: var(--error);
}
.alert--success {
  border-color: var(--green-deep);
  color: var(--green-deep);
}
.success p {
  color: var(--muted);
}
.form-section-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid var(--divider);
  padding-top: 22px;
  color: var(--green-deep);
}
.news-lead-section {
  padding-block: 52px;
}
.news-grid-section {
  padding-bottom: 88px;
}
.news-lead {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  border-bottom: 1px solid var(--divider);
  padding-bottom: 52px;
}
.news-lead > * {
  min-width: 0;
}
.news-lead p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}
.news-lead .plate__frame {
  height: auto;
  aspect-ratio: 4/3;
}
.news-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--green-deep);
  margin-bottom: 12px;
}
.notfound {
  padding-block: 110px 130px;
}
.notfound .page-title {
  max-width: 18ch;
}
.careers-reach {
  margin-bottom: 44px;
}
.careers-reach .btn-row {
  margin-top: 24px;
}
.section-actions {
  margin-top: 34px;
}
@media (min-width: 1101px) and (max-width: 1240px) {
  .site-header__row {
    gap: 24px;
  }
  .site-nav {
    gap: 16px;
  }
  .site-nav a {
    font-size: 13px;
  }
  .brand__logo {
    width: 164px;
  }
  .site-header__actions .btn {
    padding-inline: 13px;
  }
}
@media (max-width: 1100px) {
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--divider);
    padding: 12px var(--gutter) 24px;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
  }
  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--divider);
    font-size: 17px;
  }
  .nav-open .site-nav {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .home-hero__grid,
  .page-intro {
    gap: 36px;
  }
  .hero-title {
    font-size: 60px;
  }
  .hero-slide__image {
    height: 380px;
  }
  .filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 32px;
  }
  .cards-3 {
    gap: 32px 24px;
  }
  .contact-grid,
  .sub-grid {
    gap: 40px;
  }
  .site-footer__grid {
    gap: 28px;
  }
  .stat__n {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  .home-hero__grid,
  .page-intro,
  .two-col,
  .intro-row,
  .lead-row,
  .founder,
  .careers-head,
  .news-lead,
  .contact-grid,
  .sub-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
  .home-hero__copy {
    max-width: 640px;
  }
  .hero-title {
    font-size: 68px;
  }
  .hero__sub {
    max-width: 52ch;
  }
  .hero-slide__image {
    height: auto;
    aspect-ratio: 16/9;
  }
  .page-intro .page-title {
    max-width: 23ch;
  }
  .page-intro--photo .page-title {
    font-size: 58px;
  }
  .editorial-photo .plate__frame {
    height: auto;
    aspect-ratio: 16/9;
  }
  .cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .owners-grid {
    gap: 24px;
  }
  .owners-grid .h3 {
    font-size: 21px;
  }
  .service-row {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 24px;
  }
  .service-row .sq-list {
    grid-column: 2;
  }
  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 36px 48px;
  }
  .btn-row--end {
    justify-content: flex-start;
  }
  .header-row {
    flex-wrap: wrap;
    gap: 16px;
  }
  .header-row .note {
    text-align: left;
  }
  .job-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
  }
  .job-row > :first-child {
    grid-column: 1/-1;
  }
  .job-row .btn {
    justify-self: start;
  }
  .form-card {
    max-width: 100%;
  }
  .news-lead .plate__frame {
    aspect-ratio: 16/9;
  }
  .news-lead .display-title {
    max-width: 25ch;
  }
  .contact-grid .page-title {
    max-width: 20ch;
  }
  .prose-full {
    max-width: 70ch;
  }
}
@media (max-width: 680px) {
  :root {
    --gutter: 24px;
  }
  .site-header__row {
    min-height: 78px;
    gap: 14px;
  }
  .brand__logo {
    width: 158px;
  }
  .site-header__actions {
    gap: 10px;
  }
  .site-header__actions .btn {
    font-size: 12px;
    padding: 10px 12px;
    min-height: 44px;
  }
  .section {
    padding-block: 56px;
  }
  .section--head {
    padding-block: 48px 36px;
  }
  .section--mid,
  .section--tight {
    padding-block: 48px;
  }
  .projects-head {
    padding-bottom: 0;
  }
  .home-hero {
    padding-block: 40px 30px;
  }
  .hero-title {
    font-size: 56px;
  }
  .page-title,
  .page-intro--photo .page-title {
    font-size: 48px;
  }
  .display-title,
  .section-title {
    font-size: 36px;
  }
  .hero__sub,
  .lede {
    font-size: 17px;
  }
  .home-hero__grid {
    gap: 30px;
  }
  .hero-slide__caption {
    gap: 12px;
  }
  .hero-slide__name {
    font-size: 14px;
  }
  .hero-slide__meta,
  .hero-slide__place {
    font-size: 12px;
  }
  .hero-slider__controls {
    gap: 10px;
  }
  .hero-slider__dot {
    width: 18px;
  }
  .hero-slider__dots {
    gap: 6px;
  }
  .hero-slider__rotation {
    font-size: 11px;
  }
  .stat-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }
  .stat {
    padding-block: 22px;
  }
  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--divider);
  }
  .stat__n {
    font-size: 36px;
  }
  .stat__l {
    font-size: 13px;
  }
  .cards-3,
  .owners-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .owners-grid .plate__frame {
    aspect-ratio: 4/5;
    max-height: 460px;
  }
  .owners-grid .kicker {
    min-height: 0;
  }
  .cards-3--projects {
    gap: 36px;
  }
  .card__title {
    font-size: 22px;
  }
  .hgrid {
    gap: 28px;
  }
  .hgrid .h3 {
    font-size: 19px;
  }
  .bcard {
    padding: 26px;
  }
  .filter-bar {
    gap: 20px 16px;
    margin-top: 28px;
  }
  .filter-options {
    gap: 7px;
  }
  .fchip {
    min-height: 44px;
    font-size: 13px;
    padding: 10px;
  }
  .fchip.is-active {
    padding: 9px;
  }
  .fselect {
    min-height: 44px;
  }
  .projects-summary {
    align-items: start;
    flex-wrap: wrap;
    gap: 12px;
  }
  .projects-list {
    padding-block: 28px 56px;
  }
  .field-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .form-card {
    padding: 26px 22px;
  }
  .field__label {
    font-size: 14px;
  }
  .form-card h2 {
    font-size: 25px;
  }
  .contact-grid,
  .sub-grid {
    gap: 36px;
  }
  .news-lead-section {
    padding-block: 36px;
  }
  .news-lead {
    gap: 28px;
    padding-bottom: 36px;
  }
  .news-grid-section {
    padding-bottom: 56px;
  }
  .footer-invitation {
    padding-block: 36px;
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
  .footer-invitation h2 {
    font-size: 38px;
  }
  .site-footer__grid {
    padding-top: 38px;
    gap: 32px;
  }
  .site-footer__bar {
    align-items: start;
    flex-direction: column;
  }
  .site-footer__parent {
    gap: 12px;
  }
  .service-row {
    padding-block: 34px;
    gap: 18px;
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .service-row h2 {
    font-size: 23px;
  }
  .service-row__num {
    font-size: 24px;
  }
  .hl-row {
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 4px;
  }
  .hl-row__name {
    font-size: 16px;
  }
  .hl-row__place {
    font-size: 13px;
  }
  .track-record {
    padding-block: 56px;
  }
  .track-record .section-title {
    font-size: 28px;
  }
  .notfound {
    padding-block: 72px 88px;
  }
}
@media (max-width: 420px) {
  :root {
    --gutter: 20px;
  }
  .brand__logo {
    width: 120px;
  }
  .site-header__row {
    gap: 10px;
  }
  .site-header__actions .btn {
    font-size: 11px;
    padding-inline: 9px;
  }
  .site-header__actions {
    gap: 8px;
  }
  .hero-title {
    font-size: 50px;
  }
  .page-title,
  .page-intro--photo .page-title {
    font-size: 42px;
  }
  .hero-slider__rotation {
    padding-inline: 0;
  }
  .hero-slider__controls {
    gap: 8px;
  }
  .hero-slider__dots {
    gap: 4px;
  }
  .hero-slider__dot {
    width: 13px;
  }
  .hero-slide__caption {
    flex-direction: column;
    gap: 3px;
  }
  .hero-slide__meta {
    text-align: left;
  }
  .hero-slide__meta br {
    display: none;
  }
  .hero-slide__meta br::after {
    content: " ";
  }
  .filter-bar {
    grid-template-columns: 1fr;
  }
  .filter-bar__label {
    margin-bottom: 8px;
  }
  .hgrid {
    grid-template-columns: 1fr;
  }
  .brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .site-footer__grid > :first-child,
  .site-footer__grid > :last-child {
    grid-column: 1/-1;
  }
  .site-footer__links a {
    font-size: 13px;
  }
  .kv-row {
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 16px;
  }
  .form-card {
    padding: 23px 18px;
  }
  .btn-row {
    gap: 14px;
  }
  .btn--lg {
    font-size: 14px;
    padding-inline: 20px;
  }
  .service-row .sq-list {
    grid-column: 1/-1;
  }
  .hl-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .job-row {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .hero-slider__controls,
  .btn,
  .filter-bar {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .section {
    padding-block: 24px;
  }
  .plate__frame {
    break-inside: avoid;
  }
  .card,
  .service-row {
    break-inside: avoid;
  }
}
.project-type-group {
  border: 0;
  padding: 0;
  margin-inline: 0;
}
.form-section-title:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.card[id] {
  scroll-margin-top: 120px;
}
