.subpage-v2 {
  --v2-blue: #0898d0;
  --v2-deep: #103b4d;
  --v2-ink: #203743;
  --v2-muted: #6e828c;
  --v2-line: #dfecef;
  --v2-pale: #f3f9fb;
  background: #fff;
  color: var(--v2-ink)
}

.subpage-v2 .v2-hero {
  position: relative;
  height: 370px;
  background:  center 100%/cover no-repeat;
  overflow: hidden;
  /*background-size: 100%;*/
}

.subpage-v2 .v2-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #052d42d9 0%, #073b4f82 42%, #073b4f1c 76%), linear-gradient(0deg, #072d3a3d, transparent 45%)
}

.subpage-v2 .v2-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 62px;
  color: #fff
}

.subpage-v2 .v2-hero-copy span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: .8
}

.subpage-v2 .v2-hero-copy h1 {
  margin: 12px 0 0;
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: 5px;
  text-shadow: 0 4px 18px #0032474a
}

.subpage-v2 .v2-tabs-shell {
  position: relative;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid var(--v2-line);
  box-shadow: 0 6px 20px #0a58730b
}

.subpage-v2 .v2-tabs {
  display: flex;
  min-height: 66px;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none
}

.subpage-v2 .v2-tabs::-webkit-scrollbar {
  display: none
}

.subpage-v2 .v2-tabs a {
  position: relative;
  display: flex;
  min-width: 116px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  color: #526873;
  font-size: 15px;
  white-space: nowrap;
  transition: .25s
}

.subpage-v2 .v2-tabs a:after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 3px;
  background: var(--v2-blue);
  transform: scaleX(0);
  transition: transform .25s
}

.subpage-v2 .v2-tabs a:hover,
.subpage-v2 .v2-tabs a.active {
  color: #fff;
  background: linear-gradient(135deg, #088bc4, #12a9dc)
}

.subpage-v2 .v2-tabs a.active:after {
  transform: scaleX(1);
  background: #ffc55a
}

.subpage-v2 .v2-breadcrumb {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  color: #91a0a7;
  font-size: 13px;
  border-bottom: 1px solid #edf3f5
}

.subpage-v2 .v2-breadcrumb a,
.subpage-v2 .v2-breadcrumb strong {
  color: #4f6975;
  font-weight: 400
}

.subpage-v2 .v2-breadcrumb>span:first-child:before {
  content: "⌖";
  margin-right: 6px;
  color: var(--v2-blue)
}

.subpage-v2 .v2-breadcrumb i {
  color: #b7c5ca;
  font-style: normal
}

.subpage-v2 .v2-main {
  padding: 84px 0 110px;
  background: linear-gradient(180deg, #fff, #f7fbfc 78%, #fff)
}

.subpage-v2 .v2-section-title {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center
}

.subpage-v2 .v2-section-title>span {
  display: block;
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px
}

.subpage-v2 .v2-section-title h2 {
  position: relative;
  margin: 13px 0 0;
  padding-bottom: 21px;
  color: var(--v2-deep);
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: 2px
}

.subpage-v2 .v2-section-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 38px;
  height: 3px;
  margin-left: -19px;
  background: linear-gradient(90deg, var(--v2-blue), #43c5e5)
}

.subpage-v2 .v2-section-title p {
  margin: 19px auto 0;
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.9
}

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

.v2-culture-lead {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.35fr);
  min-height: 420px;
  background: #fff;
  box-shadow: 0 20px 55px #0a60751c
}

.v2-culture-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  background: linear-gradient(145deg, #087fae, #0ba5d6);
  color: #fff;
  overflow: hidden
}

.v2-culture-quote:after {
  content: '“';
  position: absolute;
  right: 18px;
  bottom: -66px;
  color: #ffffff17;
  font: 240px/1 Georgia, serif
}

.v2-culture-quote span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  opacity: .75
}

.v2-culture-quote p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  font-size: 25px;
  line-height: 1.75;
  letter-spacing: 1px
}

.v2-culture-lead figure {
  position: relative;
  margin: 0;
  overflow: hidden
}

.v2-culture-lead figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s
}

.v2-culture-lead:hover figure img {
  transform: scale(1.035)
}

.v2-culture-lead figcaption {
  position: absolute;
  right: 26px;
  bottom: 22px;
  padding: 11px 15px;
  background: #073b4bcf;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px
}

.v2-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px
}

.v2-value-grid article {
  position: relative;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--v2-line);
  overflow: hidden;
  transition: .3s
}

.v2-value-grid article:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 4px;
  background: var(--v2-blue);
  transition: width .3s
}

.v2-value-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px #0a60751a
}

.v2-value-grid article:hover:after {
  width: 100%
}

.v2-value-grid article>b {
  color: #8bcfe5;
  font-size: 32px;
  font-weight: 300
}

.v2-value-grid h3 {
  margin: 18px 0 10px;
  color: var(--v2-deep);
  font-size: 21px
}

.v2-value-grid p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.85
}

.v2-environment-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: 240px 240px;
  gap: 18px
}

.v2-environment-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dcecef
}

.v2-environment-grid figure.wide {
  grid-row: 1 / 3
}

.v2-environment-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s, filter .7s
}

.v2-environment-grid figure:hover img {
  transform: scale(1.05);
  filter: saturate(1.08)
}

.v2-environment-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 45px 25px 22px;
  background: linear-gradient(transparent, #052f40d9);
  color: #fff
}

.v2-environment-grid figcaption b,
.v2-environment-grid figcaption span {
  display: block
}

.v2-environment-grid figcaption b {
  font-size: 18px
}

.v2-environment-grid figcaption span {
  margin-top: 5px;
  font-size: 12px;
  opacity: .8
}

.v2-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  background: #0a91c5;
  color: #fff
}

.v2-metric-strip div {
  padding: 28px 34px;
  border-right: 1px solid #ffffff38;
  text-align: center
}

.v2-metric-strip div:last-child {
  border: 0
}

.v2-metric-strip b,
.v2-metric-strip span {
  display: block
}

.v2-metric-strip b {
  font-size: 30px
}

.v2-metric-strip small {
  font-size: 15px
}

.v2-metric-strip span {
  margin-top: 7px;
  font-size: 13px;
  opacity: .8
}

.v2-honor-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 55px;
  align-items: stretch
}

.v2-honor-photo {
  position: relative;
  /*min-height: 540px;*/
  overflow: hidden
}

.v2-honor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.v2-honor-photo>div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 70px 35px 30px;
  background: linear-gradient(transparent, #073b4de8);
  color: #fff
}

.v2-honor-photo b,
.v2-honor-photo span {
  display: block
}

.v2-honor-photo b {
  font-size: 11px;
  letter-spacing: 4px
}

.v2-honor-photo span {
  margin-top: 10px;
  font-size: 19px
}

.v2-honor-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.v2-honor-list article {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--v2-line);
  transition: .3s
}

.v2-honor-list article:hover {
  border-color: #74cbe5;
  box-shadow: 0 15px 30px #0a607515;
  transform: translateY(-4px)
}

.v2-honor-list article>b {
  color: #8bcfe5;
  font-size: 28px;
  font-weight: 300
}

.v2-honor-list h3 {
  margin: 2px 0 10px;
  font-size: 19px
}

.v2-honor-list p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.8
}

.v2-service-list {
  display: flex;
  flex-direction: column;
  gap: 34px
}

.v2-service-list article {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  min-height: 330px;
  background: #fff;
  box-shadow: 0 15px 42px #0a607514
}

.v2-service-list article.reverse {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr)
}

.v2-service-list article.reverse .v2-service-image {
  order: 2
}

.v2-service-list article.reverse .v2-service-copy {
  order: 1
}

.v2-service-image {
  overflow: hidden
}

.v2-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s;
  aspect-ratio: 510 / 340;
}

.v2-service-list article:hover img {
  transform: scale(1.045)
}

.v2-service-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 50px
}

.v2-service-copy>span {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px
}

.v2-service-copy h3 {
  margin: 15px 0 13px;
  color: var(--v2-deep);
  font-size: 28px
}

.v2-service-copy p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.9
}

.v2-service-copy>a {
  align-self: flex-start;
  margin-top: 24px;
  padding-bottom: 5px;
  color: var(--v2-deep);
  font-size: 13px;
  border-bottom: 1px solid #9fc8d6
}

.v2-service-copy>a b {
  margin-left: 8px;
  color: var(--v2-blue)
}

.v2-design-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, 300px);
  gap: 22px
}

.v2-design-grid>a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0a4a63;
  color: #fff
}

.v2-design-grid>a.featured {
  grid-row: 1 / 3
}

.v2-design-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s, filter .7s
}

.v2-design-grid>a:hover img {
  transform: scale(1.045);
  filter: saturate(1.08)
}

.v2-design-grid>a:after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, #062e3fea)
}

.v2-design-grid>a>div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 30px
}

.v2-design-grid span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: .75
}

.v2-design-grid h3 {
  margin: 10px 0 8px;
  font-size: 24px
}

.v2-design-grid p {
  max-width: 520px;
  margin: 0;
  color: #e0f3f8;
  font-size: 13px;
  line-height: 1.7;
  
}

.v2-design-grid b {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400
}

.v2-design-grid .featured h3 {
  font-size: 31px
}

.v2-design-grid .featured>div {
  padding: 40px
}

.v2-design-grid .featured p {
  font-size: 14px
}

.v2-design-grid.planning-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 430px
}

.v2-design-grid.planning-grid>a.featured {
  grid-row: auto
}

.v2-design-grid.planning-grid>a>div,
.v2-design-grid.planning-grid .featured>div {
  padding: 36px
}

.v2-design-grid.planning-grid h3,
.v2-design-grid.planning-grid .featured h3 {
  font-size: 29px
}

.v2-design-grid.planning-grid p,
.v2-design-grid.planning-grid .featured p {
  font-size: 14px
}

.v2-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.v2-case-grid>a {
  display: block;
  background: #fff;
  border: 1px solid var(--v2-line);
  transition: .3s
}

.v2-case-grid>a:hover {
  transform: translateY(-7px);
  border-color: #8ed3e7;
  box-shadow: 0 18px 38px #0a60751c
}

.v2-case-image {
  position: relative;
  height: 245px;
  overflow: hidden
}

.v2-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s
}

.v2-case-grid>a:hover img {
  transform: scale(1.055)
}

.v2-case-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  background: #079bd1e8;
  color: #fff;
  font-size: 11px
}

.v2-case-image>b {
  position: absolute;
  right: 15px;
  bottom: 9px;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-shadow: 0 2px 10px #002f42
}

.v2-case-copy {
  padding: 24px
}

.v2-case-copy small {
  color: var(--v2-blue);
  font-size: 11px;
  letter-spacing: 2px
}

.v2-case-copy h3 {
  margin: 10px 0;
  color: var(--v2-deep);
  font-size: 20px
}

.v2-case-copy p {
  min-height: 50px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.8
}

.v2-case-copy em {
  display: inline-block;
  margin-top: 18px;
  color: #3e5d6a;
  font-size: 12px;
  font-style: normal
}

.v2-install-feature {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 440px;
  background: #fff;
  box-shadow: 0 18px 48px #0a60751a
}

.v2-install-feature>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    aspect-ratio: 510 / 340;
}

.v2-install-feature>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px
}

.v2-install-feature span {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px
}

.v2-install-feature h3 {
  margin: 16px 0;
  font-size: 29px;
  line-height: 1.5
}

.v2-install-feature p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 2
}

.v2-install-feature a {
  align-self: flex-start;
  margin-top: 24px;
  color: var(--v2-blue);
  font-size: 13px
}

.v2-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  background: #0a91c5;
  color: #fff
}

.v2-process div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 25px 28px;
  border-right: 1px solid #ffffff38
}

.v2-process div:last-child {
  border: 0
}

.v2-process b {
  font-size: 26px;
  font-weight: 300;
  opacity: .55
}

.v2-process span {
  font-size: 15px
}

.v2-install-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 240px 240px;
  gap: 18px
}

.v2-install-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden
}

.v2-install-gallery figure.main {
  grid-row: 1 / 3
}

.v2-install-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s
}

.v2-install-gallery figure:hover img {
  transform: scale(1.05)
}

.v2-install-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 22px 18px;
  background: linear-gradient(transparent, #05384bd9);
  color: #fff;
  font-size: 14px
}

.v2-install-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px
}

.v2-install-notes article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--v2-line)
}

.v2-install-notes b {
  color: #8bcfe5;
  font-size: 28px;
  font-weight: 300
}

.v2-install-notes h3 {
  margin: 15px 0 9px;
  font-size: 19px
}

.v2-install-notes p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.8
}

.v2-detail {
  max-width: 1080px;
  margin: auto
}

.v2-detail>header {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center
}

.v2-detail>header span {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px
}

.v2-detail>header h2 {
  margin: 15px 0;
  color: var(--v2-deep);
  font-size: 36px;
  line-height: 1.45
}

.v2-detail>header p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.9
}

.v2-detail-cover {
  width: 100%;
  height: 520px;
  object-fit: cover;
  box-shadow: 0 18px 45px #0a60751a
}

.v2-detail-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 65px;
  margin-top: 55px
}

.v2-detail-columns h3 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 3px solid var(--v2-blue);
  font-size: 21px
}

.v2-detail-columns p {
  margin: 0 0 15px;
  color: #5d737e;
  font-size: 15px;
  line-height: 2
}

.v2-detail-columns aside {
  padding: 30px;
  background: var(--v2-pale)
}

.v2-detail-columns ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: path
}

.v2-detail-columns li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid #dce9ed;
  color: #526a75;
  font-size: 14px;
  counter-increment: path
}

.v2-detail-columns li:before {
  content: counter(path, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 700
}

.v2-detail-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--v2-line)
}

.v2-detail-nav a {
  color: #47616d;
  font-size: 13px
}

.v2-detail-nav a:last-child {
  color: var(--v2-blue)
}

.v2-project-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  background: #0a91c5;
  color: #fff
}

.v2-project-facts div {
  padding: 24px 28px;
  border-right: 1px solid #ffffff38
}

.v2-project-facts div:last-child {
  border: 0
}

.v2-project-facts b,
.v2-project-facts span {
  display: block
}

.v2-project-facts b {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: .65
}

.v2-project-facts span {
  margin-top: 8px;
  font-size: 15px
}

.v2-project-detail .v2-detail-columns {
  grid-template-columns: 1fr 1fr
}

.v2-project-detail .v2-detail-columns>div {
  padding: 0
}

.v2-project-detail .v2-detail-columns h3 {
  font-size: 22px
}

@media(max-width:900px) {
  .subpage-v2 .v2-hero {
    height: 280px
  }

  .subpage-v2 .v2-hero-copy {
    padding-bottom: 44px
  }

  .subpage-v2 .v2-hero-copy h1 {
    font-size: 38px
  }

  .subpage-v2 .v2-main {
    padding: 64px 0 90px
  }

  .subpage-v2 .v2-section-title {
    margin-bottom: 42px
  }

  .v2-culture-lead,
  .v2-honor-layout,
  .v2-install-feature {
    grid-template-columns: 1fr
  }

  .v2-culture-lead figure {
    height: 360px
  }

  .v2-honor-photo {
    min-height: 430px
  }

  .v2-service-list article,
  .v2-service-list article.reverse {
    grid-template-columns: 1fr 1fr
  }

  .v2-service-copy {
    padding: 34px
  }

  .v2-service-list article {
    min-height: 300px
  }

  .v2-design-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 420px 300px 300px
  }

  .v2-design-grid>a.featured {
    grid-row: auto
  }

  .v2-design-grid.planning-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 380px 380px
  }

  .v2-case-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .v2-process div {
    padding: 20px 15px
  }

  .v2-detail-cover {
    height: 410px
  }

  .v2-detail-columns {
    gap: 38px
  }
}

@media(max-width:640px) {
  .subpage-v2 .top {
    height: 58px
  }

  .subpage-v2 .top .wrap {
    height: 58px
  }

  .subpage-v2 .v2-hero {
    height: 220px
  }

  .subpage-v2 .v2-hero-copy {
    padding-bottom: 28px
  }

  .subpage-v2 .v2-hero-copy span {
    font-size: 9px;
    letter-spacing: 3px
  }

  .subpage-v2 .v2-hero-copy h1 {
    margin-top: 8px;
    font-size: 30px;
    letter-spacing: 3px
  }

  .subpage-v2 .v2-tabs {
    width: 100%;
    min-height: 54px;
    padding: 0
  }

  .subpage-v2 .v2-tabs a {
    min-width: auto;
    flex: 1;
    padding: 0 18px;
    font-size: 14px
  }

  .subpage-v2 .v2-tabs a:after {
    right: 25%;
    left: 25%
  }

  .subpage-v2 .v2-breadcrumb {
    min-height: 52px;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap
  }

  .subpage-v2 .v2-breadcrumb>span:first-child {
    display: none
  }

  .subpage-v2 .v2-main {
    padding: 50px 0 78px
  }

  .subpage-v2 .v2-section-title {
    margin-bottom: 34px
  }

  .subpage-v2 .v2-section-title>span {
    font-size: 10px;
    letter-spacing: 3px
  }

  .subpage-v2 .v2-section-title h2 {
    font-size: 27px
  }

  .subpage-v2 .v2-section-title p {
    font-size: 14px;
    line-height: 1.8
  }

  .v2-culture-lead {
    display: flex;
    flex-direction: column
  }

  .v2-culture-quote {
    padding: 34px 28px
  }

  .v2-culture-quote p {
    font-size: 20px
  }

  .v2-culture-lead figure {
    height: 260px
  }

  .v2-culture-lead figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    text-align: center
  }

  .v2-value-grid,
  .v2-honor-list,
  .v2-case-grid,
  .v2-install-notes {
    grid-template-columns: 1fr
  }

  .v2-value-grid {
    gap: 14px
  }

  .v2-value-grid article {
    padding: 26px 24px
  }

  .v2-environment-grid,
  .v2-install-gallery {
    display: flex;
    flex-direction: column
  }

  .v2-environment-grid figure,
  .v2-environment-grid figure.wide,
  .v2-install-gallery figure,
  .v2-install-gallery figure.main {
    height: 260px
  }

  .v2-metric-strip {
    grid-template-columns: 1fr
  }

  .v2-metric-strip div {
    padding: 21px;
    border-right: 0;
    border-bottom: 1px solid #ffffff38
  }

  .v2-honor-layout {
    gap: 20px
  }

  .v2-honor-photo {
    min-height: 330px
  }

  .v2-honor-list article {
    padding: 24px
  }

  .v2-service-list {
    gap: 20px
  }

  .v2-service-list article,
  .v2-service-list article.reverse {
    display: flex;
    min-height: 0;
    flex-direction: column
  }

  .v2-service-list article.reverse .v2-service-image {
    order: 1
  }

  .v2-service-list article.reverse .v2-service-copy {
    order: 2
  }

  .v2-service-image {
    height: 230px
  }

  .v2-service-copy {
    padding: 28px 25px
  }

  .v2-service-copy h3 {
    font-size: 24px
  }

  .v2-design-grid {
    display: flex;
    flex-direction: column
  }

  .v2-design-grid>a,
  .v2-design-grid>a.featured {
    height: 330px
  }

  .v2-design-grid>a>div,
  .v2-design-grid .featured>div {
    padding: 25px
  }

  .v2-design-grid h3,
  .v2-design-grid .featured h3 {
    font-size: 23px
  }

  .v2-case-image {
    height: 240px
  }

  .v2-case-copy p {
    min-height: 0
  }

  .v2-install-feature>img {
    height: 280px
  }

  .v2-install-feature>div {
    padding: 30px 26px
  }

  .v2-install-feature h3 {
    font-size: 25px
  }

  .v2-process {
    grid-template-columns: 1fr 1fr
  }

  .v2-process div {
    padding: 18px;
    border-bottom: 1px solid #ffffff38
  }

  .v2-process div:nth-child(2) {
    border-right: 0
  }

  .v2-detail>header {
    margin-bottom: 30px
  }

  .v2-detail>header h2 {
    font-size: 28px
  }

  .v2-detail-cover {
    height: 290px
  }

  .v2-detail-columns,
  .v2-project-detail .v2-detail-columns {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 38px
  }

  .v2-detail-columns aside {
    padding: 25px
  }

  .v2-project-facts {
    grid-template-columns: 1fr
  }

  .v2-project-facts div {
    padding: 18px 22px;
    border-right: 0;
    border-bottom: 1px solid #ffffff38
  }

  .v2-detail-nav {
    gap: 15px;
    align-items: center
  }

  .v2-detail-nav a {
    max-width: 48%;
    line-height: 1.6
  }
}

@media(max-width:900px) {
  body.nav-open {
    overflow: hidden
  }

  .top .nav {
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    padding: 12px max(5vw, 18px) 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    box-shadow: 0 14px 30px #072f4430;
    visibility: hidden;
    pointer-events: none
  }

  .top .nav.open {
    visibility: visible;
    pointer-events: auto
  }

  .top .nav-group {
    height: auto;
    border-bottom: 1px solid #e7f0f3
  }

  .top .nav-main {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    color: #294754;
    font-size: 16px;
    line-height: 50px
  }

  .top .nav-main.active,
  .top .nav-main:hover {
    background: transparent;
    color: var(--blue);
    box-shadow: none
  }

  .top .nav-main.has-sub:after {
    margin: 0 4px 0 0
  }

  .top .nav-group .sub {
    left: auto;
    padding: 4px 0 14px;
    background: #f4f9fb;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    transform: none !important
  }

  .top .nav-group.open .sub {
    display: grid
  }

  .top .sub a {
    width: auto;
    padding: 11px 14px;
    line-height: 1.4;
    color: #607680
  }

  .top .nav-sub-image {
    display: none
  }

  .top .menu-toggle {
    padding: 0;
    border: 0;
    background: #ffffffd9;
    color: #16485c;
    border-radius: 50%;
    font-size: 25px;
    line-height: 1
  }

  .bottom-bar {
    display: none !important
  }

}

@media(max-width:560px) {
  .page-about .inner {
    padding: 26px 0 64px
  }

  .page-about .inner-layout {
    display: block !important;
    width: 100%;
    max-width: 94%;
    grid-template-columns: 1fr !important;
    gap: 0 !important
  }

  .page-about .side {
    display: grid !important;
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0 0 22px;
    padding: 0 !important;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    border: 0 !important;
    white-space: normal
  }

  .page-about .side:before,
  .page-about .side h3 {
    display: none !important
  }

  .page-about .side a {
    display: flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px !important;
    border: 1px solid #dce9ed !important;
    border-radius: 4px;
    background: #fff;
    color: #58707b;
    font-size: 14px;
    line-height: 1.4
  }

  .page-about .side a:after {
    content: '›';
    color: #9db4bd;
    font-size: 18px
  }

  .page-about .side a.active {
    background: linear-gradient(135deg, #078fc8, #19addb);
    border-color: transparent !important;
    color: #fff;
    box-shadow: 0 7px 16px #078fc82c
  }

  .page-about .side a.active:after {
    color: #fff
  }

  .page-about .content.inner-consistent {
    width: 100% !important;
    padding: 26px 20px !important;
    border: 0 !important;
    border-top: 3px solid var(--blue) !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 32px #0a5d7914 !important
  }

  .page-about .inner-consistent h2 {
    margin-bottom: 12px;
    font-size: 27px;
    letter-spacing: 0
  }

  .page-about .inner-consistent>.lead {
    font-size: 15px;
    line-height: 1.85
  }

  .page-about .standard-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px
  }

  .page-about .standard-layout img {
    order: -1;
    height: 205px !important;
    border-radius: 4px
  }

  .page-about .standard-layout p {
    font-size: 14px;
    line-height: 1.9
  }

  .page-about .standard-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px
  }

  .page-about .standard-cards article {
    position: relative;
    min-height: 0;
    padding: 18px 18px 17px 64px;
    border: 1px solid #e0edf1;
    border-top: 1px solid #e0edf1;
    background: #f7fbfc
  }

  .page-about .standard-cards article:before {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #8acfe4;
    font-size: 24px;
    font-weight: 300
  }

  .page-about .standard-cards article:nth-child(1):before {
    content: '01'
  }

  .page-about .standard-cards article:nth-child(2):before {
    content: '02'
  }

  .page-about .standard-cards article:nth-child(3):before {
    content: '03'
  }

  .page-about .standard-cards b {
    font-size: 16px
  }

  .page-about .standard-cards p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.65
  }
}