body {
  margin: 0;
  background: #171912;
  color: #f4efe5;
}

:root {
  --panel: #171912;
  --light-gray: #d8d2c3;
  --gold: #c8793f;
  --sage: #b8c06a;
  --ink: #171912;
  --mist: #f3efe6;
  --slate: #5c654c;
}

.wrapper,
.wrapper .wrapper__inner,
.main {
  background-color: var(--panel);
}

.video-container img.video {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: inherit;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section-video h1.h1.cinematic-hero-title {
  left: 50%;
  top: 176px;
  width: calc(100% - 64px);
  max-width: 1180px;
  margin: 0;
  font-size: 96px;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
  transform: translateX(-50%);
}

.section-video h1.h1.cinematic-hero-title .cinematic-word {
  display: inline-block;
  white-space: nowrap;
}

.section-video h1.h1.cinematic-hero-title .cinematic-letter {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 34px, 0) scale(0.94);
  animation: cinematic-letter-float 980ms cubic-bezier(0.17, 0.84, 0.28, 1) forwards;
  animation-delay: calc(140ms + (var(--letter-index) * 42ms));
  will-change: opacity, filter, transform;
}

.section-video h1.h1.cinematic-hero-title .cinematic-space {
  width: 0.34em;
}

@keyframes cinematic-letter-float {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 34px, 0) scale(0.94);
  }

  62% {
    opacity: 1;
    filter: blur(1px);
    transform: translate3d(0, -6px, 0) scale(1.01);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.logo img.san-antonio-mark,
.footer__logo img.san-antonio-mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo.logo--hidden img.san-antonio-wordmark {
  display: block;
  width: 145px;
  height: auto;
  margin-bottom: 8px;
}

.footer__logo img.san-antonio-mark {
  max-width: 92px;
  max-height: 92px;
}

.section-intro .section__image img.san-antonio-about-mark {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.has-menu .header__inner .header__container {
  padding: 92px 24px 48px;
}

body.has-menu .header__container .nav {
  margin: 0;
  background: transparent;
}

body.has-menu .header__container .nav ul {
  padding-top: 0;
}

body.has-menu .header__container .nav li {
  margin-bottom: 26px;
}

body.has-menu .header__container .nav a {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 2px;
}

.value {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.project-v2,
.section-projects .project {
  opacity: 1 !important;
}

.home .home-taxonomy-section {
  padding: 96px 0;
}

.home .home-taxonomy-section--light {
  background-color: #f4efe5;
}

.home .home-taxonomy-section--light .section__head h2,
.home .home-taxonomy-section--light .btn-view {
  color: #5c654c;
}

.home .home-taxonomy-section .section__head {
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.home-taxonomy-heading {
  max-width: 980px;
}

.home-taxonomy-eyebrow,
.home-tax-card__kicker {
  display: block;
  color: #b8c06a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home .home-taxonomy-section--light .home-taxonomy-eyebrow {
  color: #767b54;
}

.home .home-tax-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 22px;
}

.home .home-tax-grid--tetris {
  grid-auto-rows: 155px;
}

.home .home-tax-grid--locations {
  grid-auto-rows: 112px;
}

.home .home-tax-card {
  background: #171912;
  display: block;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
}

.home .home-tax-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .2) 42%, rgba(0, 0, 0, .76) 100%);
  pointer-events: none;
}

.home .home-taxonomy-section--light .home-tax-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 31, 22, .14) 44%, rgba(28, 31, 22, .68) 100%);
}

.home .home-tax-card > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .65s ease;
}

.home .home-tax-card .project__link {
  position: absolute;
  inset: 0;
  z-index: 4;
  font-size: 0;
}

.home .home-tax-card .project__info {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: block;
  width: auto;
  height: auto;
  padding: 24px;
  background: linear-gradient(180deg, rgba(23, 23, 20, 0), rgba(23, 23, 20, .86));
  color: #fff;
  pointer-events: none;
  transition: transform .35s ease, background .35s ease;
}

.home .home-tax-card .project__info h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 10px;
}

.home .home-tax-card--xl .project__info h2 {
  font-size: 38px;
}

.home .home-tax-card .project__info p {
  color: #efe8dc;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  max-width: 54ch;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home .home-tax-card--small .project__info p,
.home .home-tax-card--location .project__info p {
  -webkit-line-clamp: 2;
}

.home .home-tax-card .project__info .section__view {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 14px;
  padding: 0;
  background: transparent;
  color: #b8c06a;
  font-size: 13px;
  opacity: .88;
  transition: opacity .25s ease, color .25s ease;
}

.home .home-tax-card--xl {
  grid-column: span 6;
  grid-row: span 3;
}

.home .home-tax-card--wide {
  grid-column: span 6;
  grid-row: span 2;
}

.home .home-tax-card--tall {
  grid-column: span 3;
  grid-row: span 3;
}

.home .home-tax-card--small,
.home .home-tax-card--standard,
.home .home-tax-card--location {
  grid-column: span 3;
  grid-row: span 2;
}

.home .home-tax-grid--locations .home-tax-card--location {
  grid-row: span 3;
}

.home .home-tax-grid--locations .home-tax-card--location .project__info {
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(23, 23, 20, 0), rgba(23, 23, 20, .74));
}

@media (hover) {
  .home .home-tax-card:hover > img {
    width: 100%;
    transform: scale(1.15);
  }

  .home .home-tax-card:hover .project__info {
    width: auto;
    color: #fff;
    transform: translateY(-6px);
  }

  .home .home-tax-card:hover .section__view {
    opacity: 1;
    color: #fff;
  }
}

.section-projects-v2 .section__nav a[data-filter] {
  cursor: pointer;
}

.section-projects-v2 .project-v2[data-filter-hidden="true"] {
  display: none;
}

.section-projects-v2 .section__body {
  display: block;
}

.project__info p,
.section-detail-copy {
  color: #f4efe5;
  line-height: 1.8;
}

.section-detail-copy {
  max-width: 760px;
  margin: 24px 0 0;
}

.projects-v2.projects-v2--single {
  margin-bottom: clamp(32px, 5vw, 72px);
}

.captured-detail-copy {
  color: #f4efe5;
  max-width: 980px;
  margin: 0 auto;
}

.captured-detail-copy section {
  padding: clamp(40px, 5vw, 76px) 0 !important;
}

.captured-detail-copy section:first-child {
  padding-top: 0 !important;
}

.captured-detail-copy h1,
.captured-detail-copy h2,
.captured-detail-copy h3,
.captured-detail-copy h4 {
  color: #fff;
}

.captured-detail-copy h2 {
  font-size: clamp(32px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  margin: 0 0 22px;
}

.captured-detail-copy h3 {
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.captured-detail-copy p,
.captured-detail-copy li,
.captured-detail-copy dd {
  color: #ddd6c7 !important;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 300;
}

.captured-detail-copy a {
  color: #b8c06a;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.captured-detail-copy ul,
.captured-detail-copy ol {
  padding-left: 1.25rem;
}

.captured-detail-copy dl {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

.captured-detail-copy dt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.captured-detail-copy dd {
  margin: 0 0 20px;
}

.captured-detail-copy .section-eyebrow {
  color: #b8c06a;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  margin-bottom: 16px;
}

.captured-detail-copy .internal-links {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 34px !important;
}

.captured-detail-copy .internal-links ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px 24px;
  list-style: none;
  padding-left: 0;
}

.section-contacts form .gform_button {
  border: 0;
  cursor: pointer;
}

.gform_confirmation_message {
  color: #b8c06a;
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
}

.section-projects-v2 .section__inner {
  padding-top: clamp(132px, 12vw, 168px);
}

.section-projects-v2 .section__body {
  padding-top: 0;
}

.detail-hero,
.index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .95fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: clamp(46px, 6vw, 82px);
}

.index-hero {
  margin-bottom: clamp(40px, 5vw, 60px);
}

.detail-hero__media,
.index-hero__media,
.detail-hero__content,
.index-hero__content,
.detail-hero__meta,
 .index-hero__highlights,
 .contact-page__card,
 .contact-page__form-panel {
  border-radius: 6px;
  overflow: hidden;
}

.detail-hero__media,
.index-hero__media {
  position: relative;
  min-height: 560px;
  background: #171912;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.detail-hero__media::after,
.index-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 22, 16, 0.06), rgba(20, 22, 16, 0.18)),
    linear-gradient(0deg, rgba(20, 22, 16, 0.42), rgba(20, 22, 16, 0));
}

.detail-hero__media img,
.index-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-hero__content,
.index-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at top left, rgba(184, 192, 106, 0.16), transparent 48%),
    linear-gradient(180deg, #f8f3e8 0%, #ddd6c7 52%, #cac1ad 100%);
  color: var(--ink);
  border: 1px solid rgba(23, 25, 18, 0.08);
  box-shadow: 0 20px 46px rgba(23, 25, 18, 0.1);
}

.detail-hero__content::before,
.index-hero__content::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 96px;
  height: 4px;
  background: var(--gold);
}

.detail-hero__eyebrow,
.detail-sidebar__eyebrow,
.contact-page__eyebrow,
.footer__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--slate);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.detail-hero__content h1,
.index-hero__content h1,
.contact-page__copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: .94;
  letter-spacing: 0;
}

.detail-hero__content h1,
.index-hero__content h1 {
  max-width: 9ch;
  text-wrap: balance;
}

.detail-hero__content p,
.index-hero__content p,
.contact-page__copy p,
.detail-hero__meta-item p,
 .contact-page__fact p,
 .index-hero__highlight p {
  color: rgba(23, 25, 18, 0.82);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 300;
}

.detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.detail-hero__actions .btn-view,
.detail-hero__actions .btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 22px;
  border: 1px solid rgba(23, 25, 18, 0.14);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.detail-hero__actions .btn-more {
  background: var(--sage);
  color: var(--ink);
}

.detail-hero__actions .btn-view {
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
}

.detail-hero__actions .btn-view,
.detail-hero__actions .btn-more {
  min-width: 190px;
}

.detail-hero__meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
  overflow: visible;
}

.detail-hero__meta-item {
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(29, 31, 23, 0.98), rgba(20, 22, 16, 0.98));
  border-top: 3px solid var(--gold);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.detail-hero__meta-item span,
.contact-page__fact span {
  display: block;
  margin-bottom: 10px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.detail-hero__meta-item p {
  margin: 0;
  color: #efe8dc;
  font-size: 15px;
  line-height: 1.66;
}

.index-hero__highlights {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
}

.index-hero__highlight {
  display: block;
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(29, 31, 23, 0.98), rgba(20, 22, 16, 0.98));
  border-top: 3px solid var(--sage);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.index-hero__highlight span {
  display: block;
  margin-bottom: 10px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.index-hero__highlight strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.18;
}

.index-hero__highlight p {
  margin: 0;
  color: #ddd6c7;
  font-size: 15px;
  line-height: 1.62;
}

.detail-rich-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.detail-rich-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 26px;
}

.detail-rich-intro__copy,
.detail-sidebar__group {
  padding: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.detail-rich-intro__copy p,
.detail-sidebar__group p {
  margin: 0;
  color: #ddd6c7;
  font-size: 16px;
  line-height: 1.75;
}

.detail-sidebar__links,
.contact-page__links {
  display: grid;
  gap: 10px;
}

.detail-sidebar__group .detail-sidebar__links {
  margin-top: 12px;
}

.detail-sidebar__links a,
.contact-page__links a,
.footer__column a,
.footer__bottom-links a,
.footer__contact-rail a {
  color: #efe8dc;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.detail-sidebar__links a {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-rich-copy {
  max-width: 1180px;
  margin: 0 auto;
}

.captured-detail-copy.detail-rich-copy .detail-section {
  margin-bottom: 22px;
  padding: clamp(28px, 4vw, 42px) !important;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}

.captured-detail-copy.detail-rich-copy .detail-section--lead {
  background: transparent;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.captured-detail-copy.detail-rich-copy .detail-section--panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    #1a1c14;
}

.captured-detail-copy.detail-rich-copy .detail-section--faq {
  background: #1d1f17;
}

.captured-detail-copy.detail-rich-copy h2,
.captured-detail-copy.detail-rich-copy h3,
.captured-detail-copy.detail-rich-copy h4 {
  max-width: 18ch;
}

.captured-detail-copy.detail-rich-copy h3 {
  font-size: clamp(28px, 3.4vw, 48px);
}

.captured-detail-copy.detail-rich-copy .detail-faq-item {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.captured-detail-copy.detail-rich-copy .detail-faq-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.captured-detail-copy.detail-rich-copy .detail-related-links {
  background:
    radial-gradient(circle at top left, rgba(184, 192, 106, 0.12), transparent 42%),
    #101919;
}

.captured-detail-copy.detail-rich-copy .detail-related-links h2 {
  margin-bottom: 18px;
}

.captured-detail-copy.detail-rich-copy .detail-related-links ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px 20px;
}

.captured-detail-copy.detail-rich-copy .detail-related-links li {
  list-style: none;
}

.captured-detail-copy.detail-rich-copy .detail-related-link {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184, 192, 106, 0.18);
  color: var(--sage);
  text-decoration: none;
}

.projects-v2.projects-v2--taxonomy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 22px;
}

.projects-v2.projects-v2--taxonomy .project-v2 {
  min-height: 460px;
}

.detail-hero,
.index-hero {
  display: grid;
  gap: clamp(16px, 2.2vw, 26px);
  margin-bottom: clamp(28px, 4vw, 48px);
  padding: clamp(18px, 2.6vw, 34px);
  background: #f1eadf;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.12);
}

.detail-hero {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .76fr);
  align-items: stretch;
}

.detail-hero__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 500px;
  border-radius: 6px;
  box-shadow: none;
}

.detail-hero__media::after,
.index-hero__media::after,
.taxonomy-card__media::after,
.detail-hero__content::before,
.index-hero__content::before,
.captured-detail-copy.detail-rich-copy .detail-section::before {
  display: none !important;
  content: none !important;
}

.detail-hero__content,
.index-hero__content {
  align-self: stretch;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: clamp(30px, 5vw, 62px);
  background: #fff;
  color: var(--ink);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
  backdrop-filter: none;
}

.detail-hero__content {
  grid-column: 1;
  justify-content: center;
}

.detail-hero__content h1,
.index-hero__content h1 {
  max-width: 18ch;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
}

.detail-hero__content p,
.index-hero__content p,
.index-hero__content .detail-hero__eyebrow {
  max-width: 48rem;
  color: rgba(23, 25, 18, 0.76);
}

.detail-hero__eyebrow {
  color: var(--slate);
}

.detail-hero__meta {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  border: 0;
}

.detail-hero__meta-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.detail-hero__meta-item span {
  color: var(--slate);
}

.detail-hero__meta-item p {
  color: rgba(23, 25, 18, 0.72);
}

.index-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr);
  align-items: center;
}

.index-hero__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 430px;
  border-radius: 6px;
  box-shadow: none;
}

.index-hero__content {
  grid-column: 1;
  grid-row: 1;
}

.index-hero__highlights {
  grid-column: 1;
  grid-row: 2;
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.index-hero__highlight {
  min-height: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.index-hero__highlight span {
  display: none;
}

.index-hero__highlight strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.18;
}

.index-hero__highlight p {
  color: rgba(23, 25, 18, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.detail-rich-shell {
  max-width: 1180px;
}

.detail-rich-intro {
  display: none;
}

.detail-related-strip {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: clamp(22px, 3vw, 30px);
  background: #f6f0e7;
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.detail-related-strip h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.detail-related-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-related-strip__links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.detail-rich-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1180px;
}

.captured-detail-copy.detail-rich-copy .detail-section {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 46px) !important;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.captured-detail-copy.detail-rich-copy .detail-section--lead,
.captured-detail-copy.detail-rich-copy .detail-section--panel:nth-of-type(odd),
.captured-detail-copy.detail-rich-copy .detail-section--faq {
  background: #fff;
  border: 0;
}

.captured-detail-copy.detail-rich-copy .detail-section .section-eyebrow,
.captured-detail-copy.detail-rich-copy .detail-section--lead .section-eyebrow {
  color: var(--slate);
}

.captured-detail-copy.detail-rich-copy h2,
.captured-detail-copy.detail-rich-copy h3,
.captured-detail-copy.detail-rich-copy h4,
.captured-detail-copy.detail-rich-copy .detail-section--lead h2,
.captured-detail-copy.detail-rich-copy .detail-section--lead h3,
.captured-detail-copy.detail-rich-copy .detail-section--lead h4 {
  max-width: 28ch;
  color: var(--ink);
}

.captured-detail-copy.detail-rich-copy .detail-section p,
.captured-detail-copy.detail-rich-copy .detail-section li,
.captured-detail-copy.detail-rich-copy .detail-section dd,
.captured-detail-copy.detail-rich-copy .detail-section--lead p,
.captured-detail-copy.detail-rich-copy .detail-section--lead li,
.captured-detail-copy.detail-rich-copy .detail-section--lead dd {
  max-width: 82ch;
  color: rgba(23, 25, 18, 0.76) !important;
}

.captured-detail-copy.detail-rich-copy .detail-faq-item {
  padding: 14px 0;
  border: 0;
}

.captured-detail-copy.detail-rich-copy .detail-related-links,
.captured-detail-copy.detail-rich-copy .detail-inline-cta {
  grid-column: 1 / -1;
}

.captured-detail-copy.detail-rich-copy .detail-inline-cta {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 26px;
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.projects-v2.projects-v2--taxonomy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.taxonomy-card,
.taxonomy-card:nth-child(8n + 1),
.taxonomy-card:nth-child(8n + 6),
.taxonomy-card:first-child {
  grid-column: auto;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.taxonomy-card__media,
.taxonomy-card:first-child .taxonomy-card__media {
  display: none;
}

.taxonomy-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

.taxonomy-card__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--slate);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.taxonomy-card h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
}

.taxonomy-card h2 a {
  color: var(--ink);
  text-decoration: none;
}

.taxonomy-card p {
  margin: 0 0 20px;
  color: rgba(23, 25, 18, 0.74);
  font-size: 16px;
  line-height: 1.62;
}

.taxonomy-card__notes {
  display: none;
}

.taxonomy-card__link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 14px;
  background: #efe8dc;
  color: var(--ink);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.detail-hero,
.index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .72fr);
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(22px, 4vw, 48px);
  background: #f3efe6;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(23, 25, 18, .1);
  overflow: hidden;
}

.index-hero {
  grid-template-columns: minmax(0, .9fr) minmax(380px, .7fr);
  align-items: stretch;
}

.detail-hero__media,
.index-hero__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 430px;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.detail-hero__media::after,
.index-hero__media::after,
.taxonomy-card__media::after,
.captured-detail-copy.detail-rich-copy .detail-section::before {
  display: none !important;
  content: none !important;
}

.detail-hero__content,
.index-hero__content {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: clamp(18px, 3vw, 34px) !important;
  background: #fff;
  color: var(--ink);
  border: 0 !important;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(23, 25, 18, .08);
  backdrop-filter: none;
}

.detail-hero__content h1,
.index-hero__content h1 {
  max-width: 18ch;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
}

.detail-hero__content p,
.index-hero__content p,
.index-hero__content .detail-hero__eyebrow {
  max-width: 52rem;
  color: rgba(23, 25, 18, .74);
}

.detail-hero__eyebrow,
.taxonomy-card__kicker,
.index-hero__highlight span,
.detail-sidebar__eyebrow {
  color: var(--slate);
  letter-spacing: .1em;
}

.detail-hero__meta,
.index-hero__highlights {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  border: 0 !important;
}

.detail-hero__meta-item,
.index-hero__highlight {
  min-height: 0;
  padding: 22px;
  background: rgba(255, 255, 255, .72);
  border: 0 !important;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(23, 25, 18, .08);
}

.detail-hero__meta-item span,
.index-hero__highlight span {
  display: block;
  margin-bottom: 8px;
}

.index-hero__highlight span {
  display: none;
}

.detail-hero__meta-item p,
.index-hero__highlight p {
  color: rgba(23, 25, 18, .7);
}

.index-hero__highlight {
  text-decoration: none;
}

.index-hero__highlight strong {
  color: var(--ink);
}

.detail-rich-shell {
  max-width: 1240px;
}

.detail-related-strip {
  margin-bottom: 22px;
  padding: clamp(22px, 3vw, 32px);
  background: #f3efe6;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(23, 25, 18, .08);
}

.detail-related-strip h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}

.detail-related-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-related-strip__links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(23, 25, 18, .07);
  text-decoration: none;
}

.detail-rich-intro,
.detail-rich-intro__copy {
  border: 0 !important;
  box-shadow: none;
}

.detail-rich-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 1240px;
}

.captured-detail-copy.detail-rich-copy .detail-section,
.captured-detail-copy.detail-rich-copy .detail-section--lead,
.captured-detail-copy.detail-rich-copy .detail-section--panel:nth-of-type(odd),
.captured-detail-copy.detail-rich-copy .detail-section--faq,
.captured-detail-copy.detail-rich-copy .detail-related-links {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(26px, 3.5vw, 42px) !important;
  background: #f7f2e9;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(23, 25, 18, .08);
}

.captured-detail-copy.detail-rich-copy .detail-related-link,
.captured-detail-copy.detail-rich-copy .detail-sidebar__links a {
  border: 0 !important;
  padding-bottom: 0;
}

.captured-detail-copy.detail-rich-copy .detail-section--lead,
.captured-detail-copy.detail-rich-copy .detail-section--faq,
.captured-detail-copy.detail-rich-copy .detail-related-links,
.captured-detail-copy.detail-rich-copy .detail-inline-cta {
  grid-column: 1 / -1;
}

.captured-detail-copy.detail-rich-copy h2,
.captured-detail-copy.detail-rich-copy h3,
.captured-detail-copy.detail-rich-copy h4 {
  max-width: 24ch;
  color: var(--ink);
}

.captured-detail-copy.detail-rich-copy .detail-section p,
.captured-detail-copy.detail-rich-copy .detail-section li,
.captured-detail-copy.detail-rich-copy .detail-section dd {
  color: rgba(23, 25, 18, .72) !important;
}

.captured-detail-copy.detail-rich-copy .section-eyebrow {
  color: var(--slate);
}

.captured-detail-copy.detail-rich-copy .detail-faq-item,
.captured-detail-copy.detail-rich-copy .detail-faq-item:first-of-type {
  padding: 0;
  border: 0 !important;
}

.captured-detail-copy.detail-rich-copy .detail-inline-cta {
  justify-self: start;
  border: 0;
  border-radius: 6px;
}

.projects-v2.projects-v2--taxonomy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.taxonomy-card,
.taxonomy-card:first-child,
.taxonomy-card:nth-child(8n + 1),
.taxonomy-card:nth-child(8n + 6) {
  grid-column: auto;
  display: flex;
  min-height: 0;
  flex-direction: column;
  background: #f7f2e9;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(23, 25, 18, .08);
  overflow: hidden;
}

.taxonomy-card__media,
.taxonomy-card:first-child .taxonomy-card__media {
  display: none !important;
}

.taxonomy-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

.taxonomy-card h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.04;
}

.taxonomy-card p {
  color: rgba(23, 25, 18, .72);
}

.taxonomy-card__notes {
  display: none;
}

.taxonomy-card__link {
  align-self: flex-start;
  margin-top: 20px;
}

.contact-page {
  padding: clamp(136px, 16vw, 176px) 0 88px;
}

.contact-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 24px;
  margin-bottom: 28px;
}

.contact-page__map {
  margin-bottom: 24px;
}

.contact-page__copy,
.contact-page__facts,
.contact-page__sidebar,
.contact-page__form-panel {
  border-radius: 6px;
}

.contact-page__copy {
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at top left, rgba(184, 192, 106, 0.14), transparent 45%),
    linear-gradient(180deg, #f3efe6 0%, #d8d1c1 100%);
}

.contact-page__facts {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.contact-page__fact {
  padding: 24px;
  background: #171912;
}

.contact-page__fact a,
.contact-page__fact p {
  margin: 0;
  color: #efe8dc;
  text-decoration: none;
}

.contact-page__map-frame {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(184, 192, 106, 0.14);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}

.contact-page__map-frame iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.contact-page__sidebar {
  display: grid;
  gap: 18px;
}

.contact-page__card,
.contact-page__form-panel {
  padding: 24px;
  background: #171912;
}

.contact-page__card h2,
.contact-page__form-header h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.02;
}

.contact-page__form-header {
  margin-bottom: 22px;
}

.contact-page__card ul {
  margin: 0;
  padding-left: 18px;
}

.contact-page__card li {
  color: #ddd6c7;
  line-height: 1.7;
  margin-bottom: 12px;
}

.contact-page__form-wrap .gform_wrapper {
  margin: 0;
}

.contact-page__form-wrap .gform_fields,
.contact-page__form-wrap .gform-body {
  display: grid;
  gap: 14px;
}

.contact-page__form-wrap .gfield {
  margin: 0;
}

.contact-page__form-wrap label {
  display: block;
  margin-bottom: 8px;
  color: #efe8dc;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-page__form-wrap input[type="text"],
.contact-page__form-wrap input[type="email"],
.contact-page__form-wrap input[type="tel"],
.contact-page__form-wrap textarea {
  width: 100%;
  border: 1px solid rgba(184, 192, 106, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 14px 16px;
}

.contact-page__form-wrap textarea {
  min-height: 180px;
}

.contact-page__form-wrap input[type="submit"],
.contact-page__form-wrap .gform_button {
  min-width: 180px;
  padding: 15px 28px;
  border: 0;
  background: var(--sage);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer {
  background: #171912;
}

.footer .shell {
  width: min(1280px, calc(100% - 48px));
}

.footer__bar--custom,
.footer__inner--custom,
.footer__bottom {
  display: grid;
  gap: 24px;
}

.footer__bar--custom {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  align-items: start;
  padding: 56px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand-block {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px 28px;
  align-items: start;
}

.footer__logo {
  display: block;
}

.footer__brand-copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .98;
}

.footer__brand-copy p,
.footer__contact-rail span,
.footer__map-card p {
  color: #d8d2c3;
  line-height: 1.7;
}

.footer__contact-rail {
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 10px 24px;
}

.footer__contact-rail a {
  font-size: 18px;
}

.footer__contact-rail span {
  grid-column: 1 / -1;
  max-width: 54ch;
}

.footer__map-card {
  padding: 22px;
  background:
    radial-gradient(circle at top left, rgba(184, 192, 106, 0.1), transparent 46%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(184, 192, 106, 0.14);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.footer__map-card p {
  margin: 0 0 16px;
}

.footer__map-frame {
  overflow: hidden;
  border-radius: 6px;
}

.footer__map-frame iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}

.footer__inner--custom {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  padding: 34px 0;
}

.footer__nav-wrap .footer__nav ul,
.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-wrap .footer__nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}

.footer__nav-wrap .footer__nav li,
.footer__column li {
  margin-bottom: 10px;
}

.footer__nav-wrap .footer__nav li {
  margin-bottom: 0;
}

.footer__nav-wrap .footer__nav a,
.footer__column h2,
.footer__bottom p {
  color: #efe8dc;
}

.footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.footer__column h2 {
  margin: 0 0 14px;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer__bottom {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 18px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__bottom p {
  margin: 0;
  font-size: 14px;
  opacity: .84;
}

.footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (hover) {
  .taxonomy-card:hover .taxonomy-card__media img {
    transform: scale(1.05);
  }

  .taxonomy-card:hover .taxonomy-card__link {
    color: var(--slate);
  }

  .index-hero__highlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
  }

  .detail-sidebar__links a:hover,
  .contact-page__links a:hover,
  .index-hero__highlight:hover strong,
  .footer__column a:hover,
  .footer__bottom-links a:hover,
  .footer__contact-rail a:hover {
    color: var(--sage);
  }
}

@media (max-width: 1399px) {
  .section-video h1.h1.cinematic-hero-title {
    top: 168px;
    max-width: 1040px;
    font-size: 86px;
  }

  .detail-hero,
  .index-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  }

  .index-hero {
    grid-template-columns: 1fr;
  }

  .detail-hero__meta,
  .index-hero__highlights {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .section-video h1.h1.cinematic-hero-title {
    top: 158px;
    width: calc(100% - 48px);
    max-width: 760px;
    font-size: 66px;
  }

  .home .home-taxonomy-section {
    padding: 62px 0;
  }

  .home .home-taxonomy-section .section__head {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .home .home-tax-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 170px;
    gap: 18px;
  }

  .home .home-tax-card--xl,
  .home .home-tax-card--wide {
    grid-column: span 6;
    grid-row: span 2;
  }

  .home .home-tax-card--tall,
  .home .home-tax-card--small,
  .home .home-tax-card--standard,
  .home .home-tax-card--location {
    grid-column: span 3;
    grid-row: span 2;
  }

  .home .home-tax-card .project__info h2,
  .home .home-tax-card--xl .project__info h2 {
    font-size: 24px;
  }

  .detail-rich-intro,
  .contact-page__grid,
  .footer__inner--custom,
  .footer__bar--custom,
  .contact-page__hero,
  .footer__brand-block,
  .detail-hero,
  .index-hero {
    grid-template-columns: 1fr;
  }

  .detail-hero__media,
  .detail-hero__content,
  .index-hero__media,
  .index-hero__content {
    min-height: 420px;
  }

  .detail-hero__meta,
  .index-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page__map-frame iframe {
    height: 280px;
  }

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

  .footer__contact-rail {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

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

  .taxonomy-card:nth-child(8n + 1),
  .taxonomy-card:nth-child(8n + 6) {
    grid-column: span 2;
  }

  .taxonomy-card:nth-child(8n + 1),
  .taxonomy-card:nth-child(8n + 6),
  .captured-detail-copy.detail-rich-copy .detail-section--lead {
    grid-template-columns: 1fr;
  }

  .detail-rich-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-video p.h1 {
    max-width: 92vw;
    text-align: center;
  }

  .section-video h1.h1.cinematic-hero-title {
    top: 128px;
    width: calc(100% - 32px);
    max-width: 410px;
    font-size: 42px;
    line-height: 0.96;
    text-align: center;
  }

  .section-video h1.h1.cinematic-hero-title .cinematic-letter {
    animation-duration: 820ms;
    animation-delay: calc(110ms + (var(--letter-index) * 30ms));
  }

  .home .home-taxonomy-section {
    padding: 48px 0;
  }

  .home .home-taxonomy-section .section__head h2 {
    line-height: 1.18;
  }

  .home .home-taxonomy-section .section__head .btn-view,
  .home .section__head .btn-view {
    margin-left: 0;
  }

  .home .home-tax-grid,
  .home .home-tax-grid--tetris,
  .home .home-tax-grid--locations {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 16px;
  }

  .home .home-tax-card--xl,
  .home .home-tax-card--wide,
  .home .home-tax-card--tall,
  .home .home-tax-card--small,
  .home .home-tax-card--standard,
  .home .home-tax-card--location {
    grid-column: 1;
    grid-row: auto;
    min-height: 280px;
  }

  .home .home-tax-card .project__info {
    padding: 20px;
    text-align: left;
  }

  .home .home-tax-card .project__info h2,
  .home .home-tax-card--xl .project__info h2 {
    font-size: 23px;
  }

  .home .home-tax-card .project__info p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  body.has-menu .header__inner .header__container {
    padding: 82px 18px 34px;
  }

  body.has-menu .header__container .nav li {
    margin-bottom: 24px;
  }

  body.has-menu .header__container .nav a {
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: 1.2px;
  }

  .logo.logo--hidden img.san-antonio-wordmark {
    width: 124px;
  }

  .captured-detail-copy p,
  .captured-detail-copy li,
  .captured-detail-copy dd {
    font-size: 16px;
  }

  .detail-hero,
  .index-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
    padding: 14px;
  }

  .detail-hero__media,
  .detail-hero__content,
  .index-hero__media,
  .index-hero__content {
    min-height: 320px;
    border-radius: 6px;
  }

  .index-hero__content {
    width: auto;
    margin: 14px;
  }

  .index-hero__highlights {
    margin: 16px 0 0;
  }

  .projects-v2.projects-v2--taxonomy,
  .taxonomy-card:nth-child(8n + 1),
  .taxonomy-card:nth-child(8n + 6) {
    grid-template-columns: 1fr;
  }

  .taxonomy-card,
  .taxonomy-card:nth-child(8n + 1),
  .taxonomy-card:nth-child(8n + 6) {
    grid-column: 1;
    min-height: 0;
  }

  .detail-hero__content,
  .index-hero__content,
  .captured-detail-copy.detail-rich-copy .detail-section,
  .detail-rich-intro__copy,
  .detail-sidebar__group,
  .contact-page__copy,
  .contact-page__card,
  .contact-page__form-panel {
    padding: 22px !important;
  }

  .detail-hero__actions {
    flex-direction: column;
  }

  .detail-hero__actions .btn-view,
  .detail-hero__actions .btn-more {
    width: 100%;
  }

  .detail-hero__meta,
  .index-hero__highlights {
    grid-template-columns: 1fr;
  }

  .captured-detail-copy.detail-rich-copy h2,
  .captured-detail-copy.detail-rich-copy h3,
  .captured-detail-copy.detail-rich-copy h4 {
    max-width: none;
  }

  .contact-page {
    padding: 118px 0 56px;
  }

  .footer .shell {
    width: calc(100% - 32px);
  }

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

  .contact-page__map-frame iframe,
  .footer__map-frame iframe {
    height: 220px;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 430px) {
  .section-video h1.h1.cinematic-hero-title {
    top: 122px;
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-video h1.h1.cinematic-hero-title .cinematic-letter {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}

@media (max-width: 960px) {
  .detail-hero,
  .index-hero {
    grid-template-columns: 1fr;
  }

  .detail-hero__media,
  .index-hero__media,
  .detail-hero__content,
  .index-hero__content,
  .detail-hero__meta,
  .index-hero__highlights {
    grid-column: 1;
  }

  .detail-hero__media,
  .index-hero__media {
    grid-row: 2;
    min-height: 260px;
  }

  .detail-hero__content,
  .index-hero__content {
    grid-row: 1;
  }

  .detail-hero__meta,
  .index-hero__highlights {
    grid-row: 3;
  }

  .detail-rich-copy,
  .projects-v2.projects-v2--taxonomy {
    grid-template-columns: 1fr;
  }
}

/* Final taxonomy pages: simple Alpine-style project boxes and project detail pages. */
.section-projects-v2 .section__inner {
  padding-top: clamp(126px, 12vw, 172px);
  padding-bottom: clamp(72px, 8vw, 120px);
}

.taxonomy-index-heading {
  max-width: 1240px;
  margin: 0 auto clamp(28px, 4vw, 48px);
}

.section-projects-v2,
.section-cta {
  background-color: var(--panel) !important;
}

.btn,
.btn-more,
.gform_button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input {
  background-color: var(--gold) !important;
  color: var(--ink) !important;
}

.btn:hover,
.btn-more:hover,
.gform_button:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: var(--sage) !important;
  color: var(--ink) !important;
}

.taxonomy-index-heading span,
.taxonomy-detail-project__back {
  display: inline-block;
  margin: 0 0 14px;
  color: #b8c06a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.taxonomy-index-heading h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 8vw, 112px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .92;
}

.projects-v2.projects-v2--taxonomy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  max-width: 1240px;
  margin: 0 auto !important;
}

.taxonomy-project-card,
.taxonomy-project-card:nth-child(8n + 1),
.taxonomy-project-card:nth-child(8n + 6),
.taxonomy-project-card:first-child {
  position: relative;
  display: block !important;
  grid-column: auto !important;
  min-width: 0;
  min-height: clamp(360px, 34vw, 520px) !important;
  overflow: hidden;
  background: #161812;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  isolation: isolate;
}

.taxonomy-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 22, 16, .04) 0%, rgba(20, 22, 16, .22) 42%, rgba(20, 22, 16, .88) 100%);
  pointer-events: none;
}

.taxonomy-project-card > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .94;
  transform: scale(1.02);
  transition: transform .55s ease, opacity .55s ease;
}

.taxonomy-project-card .project__link {
  position: absolute;
  inset: 0;
  z-index: 4;
  font-size: 0;
}

.taxonomy-project-card .project__info {
  position: absolute;
  inset: auto 0 0 !important;
  z-index: 2;
  display: block;
  width: auto !important;
  height: auto !important;
  padding: clamp(22px, 2.4vw, 34px);
  background: linear-gradient(180deg, rgba(22, 24, 18, 0), rgba(22, 24, 18, .92)) !important;
  color: #fff;
  pointer-events: none;
}

.taxonomy-project-card .project__info h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.55vw, 40px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
  overflow-wrap: break-word;
}

.taxonomy-project-card__meta {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.taxonomy-project-card__meta li {
  display: block !important;
  min-width: 0;
  color: #fff;
}

.taxonomy-project-card__meta span {
  display: block;
  margin-bottom: 6px;
  color: #b8c06a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.taxonomy-project-card__meta strong {
  display: block;
  min-width: 0;
  color: #f4efe5;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.taxonomy-project-card:hover > img {
  opacity: 1;
  transform: scale(1.08);
}

.taxonomy-detail-project {
  max-width: 1240px;
  margin: 0 auto clamp(54px, 7vw, 96px);
  color: #fff;
}

.taxonomy-detail-project__media {
  position: relative;
  min-height: clamp(420px, 52vw, 680px);
  overflow: hidden;
  background: #161812;
}

.taxonomy-detail-project__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.taxonomy-detail-project__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
  padding-top: clamp(34px, 5vw, 64px);
}

.taxonomy-detail-project__copy h1 {
  max-width: 1000px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5.1vw, 74px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: break-word;
}

.taxonomy-detail-project__copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: #e4dccb;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.6;
}

.taxonomy-detail-project__facts {
  display: grid;
  gap: 20px;
  margin: 7px 0 0;
}

.taxonomy-detail-project__fact {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
}

.taxonomy-detail-project__fact dt {
  color: #b8c06a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.taxonomy-detail-project__fact dd {
  margin: 0;
  color: #f4efe5;
  font-size: 17px;
  line-height: 1.55;
}

.taxonomy-detail-project__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(30px, 4vw, 52px);
}

.taxonomy-detail-project__actions .btn-more,
.taxonomy-detail-project__actions .btn-view {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 48px;
  margin: 0;
  padding: 14px 20px !important;
  border-radius: 0;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.taxonomy-detail-project__actions .btn-more {
  background: #b8c06a !important;
  color: #30341f !important;
}

.taxonomy-detail-project__actions .btn-view {
  background: rgba(255, 255, 255, .08) !important;
  color: #f4efe5 !important;
}

.detail-rich-shell--simple {
  max-width: 1240px;
  margin: 0 auto;
}

.detail-rich-shell--simple .detail-related-strip {
  margin: 0 0 clamp(44px, 6vw, 72px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.detail-rich-shell--simple .detail-related-strip h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.detail-rich-shell--simple .detail-related-strip__links {
  gap: 10px;
}

.detail-rich-shell--simple .detail-related-strip__links a {
  min-height: 42px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .08);
  color: #f4efe5;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy {
  display: block;
  max-width: 920px;
  margin: 0;
  color: #e4dccb;
}

.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy .detail-section,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy .detail-section--lead,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy .detail-section--panel:nth-of-type(odd),
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy .detail-section--faq,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy .detail-related-links {
  margin: 0 0 clamp(44px, 6vw, 72px) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy h2,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy h3,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy h4 {
  max-width: 18ch;
  margin-top: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy p,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy li,
.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy dd {
  color: #e4dccb !important;
  font-size: 18px;
  line-height: 1.78;
}

.detail-rich-shell--simple .captured-detail-copy.detail-rich-copy a {
  color: #b8c06a;
}

@media (max-width: 1100px) {
  .projects-v2.projects-v2--taxonomy {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .taxonomy-detail-project__intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .section-projects-v2 .section__inner {
    padding-top: 116px;
    padding-bottom: 64px;
  }

  .taxonomy-index-heading h1,
  .taxonomy-detail-project__copy h1 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1;
  }

  .projects-v2.projects-v2--taxonomy {
    grid-template-columns: 1fr !important;
  }

  .taxonomy-project-card {
    min-height: 340px !important;
  }

  .taxonomy-project-card__meta li,
  .taxonomy-detail-project__fact {
    gap: 5px;
  }

  .taxonomy-project-card__meta {
    gap: 14px;
  }

  .taxonomy-detail-project__media {
    min-height: 330px;
  }

  .taxonomy-detail-project__actions {
    flex-direction: column;
  }

  .taxonomy-detail-project__actions .btn-more,
  .taxonomy-detail-project__actions .btn-view {
    width: 100%;
  }
}

/* brand-logo-img-2026 */
.logo .brand-logo{height:40px;width:auto;max-width:320px;display:block;object-fit:contain}
.logo.logo--hidden{display:flex;align-items:center}
.logo.logo--hidden .brand-logo{height:40px;margin-right:0;margin-bottom:0}
.footer__logo .brand-logo{height:auto;width:auto;max-width:200px;max-height:64px;display:block;object-fit:contain}
