:root {
  --navy: #081624;
  --navy2: #0e2434;
  --cream: #f3f0e7;
  --white: #fff;
  --copper: #c89062;
  --line: rgba(243, 240, 231, 0.2);
  --serif: "DM Serif Display", serif;
  --sans: "Inter", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--sans);
  line-height: 1.5;
}
button,
a {
  font: inherit;
}
.onevl-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  background: var(--cream);
  color: var(--navy);
  padding: 11px 15px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 15px 40px #0008;
}
.onevl-badge span {
  color: #b66d3e;
}
header {
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid #ffffff33;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.logo svg {
  width: 40px;
  fill: none;
  stroke: var(--copper);
  stroke-width: 2;
}
.logo span {
  font-size: 19px;
  letter-spacing: 0.16em;
}
.logo small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.22em;
  margin-top: 4px;
  color: #d0c8b9;
}
header nav {
  margin: auto;
  display: flex;
  gap: 36px;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.lang,
.menu {
  border: 0;
  background: none;
  color: #fff;
  font-size: 11px;
}
.menu {
  display: none;
}
.hero {
  height: 100svh;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #06111ddb 0%, #06111d77 48%, #06111d44),
    linear-gradient(0deg, #06111d99, transparent 45%);
}
.hero-grid {
  position: absolute;
  inset: 92px 0 0;
  background-image:
    linear-gradient(#fff0 49.7%, #ffffff16 50%),
    linear-gradient(90deg, #fff0 49.7%, #ffffff16 50%);
  background-size:
    25% 100%,
    25% 100%;
}
.hero-top {
  position: absolute;
  top: 120px;
  left: 4vw;
  right: 4vw;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.hero-copy {
  position: absolute;
  left: 4vw;
  bottom: 10vh;
}
.hero-copy > p {
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  color: #d8c7b6;
}
.hero h1 {
  font-size: clamp(64px, 8.4vw, 140px);
  line-height: 0.77;
  letter-spacing: -0.045em;
  margin: 5vh 0;
}
.hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--copper);
}
.hero-copy > div {
  display: flex;
  align-items: center;
  gap: 45px;
}
.hero-copy a {
  border: 1px solid #ffffff77;
  border-radius: 100px;
  padding: 16px 19px;
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 40px;
}
.hero-copy > div > span {
  font-size: 11px;
  color: #d7d4cd;
}
.hero-counter {
  position: absolute;
  right: 4vw;
  bottom: 8vh;
  border-left: 1px solid #ffffff55;
  padding-left: 20px;
}
.hero-counter b {
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 400;
}
.hero-counter span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.index {
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--copper);
}
.statement,
.portfolio,
.team {
  padding: 130px 4vw;
}
.statement h2,
.section-title h2,
.principles h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 6.1vw, 94px);
  line-height: 1.04;
  margin: 45px 0;
}
.statement h2 em,
.section-title h2 em {
  color: var(--copper);
}
.statement-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15vw;
  margin-left: 30vw;
}
.statement-foot p {
  font-size: 16px;
  color: #bdc2c4;
}
.statement-foot a {
  color: var(--cream);
  text-underline-offset: 6px;
}
.figures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.figures article {
  min-height: 310px;
  padding: 32px 4vw;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.figures article > span {
  font-size: 10px;
  color: var(--copper);
}
.figures b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(60px, 6vw, 100px);
  margin: auto 0 0;
}
.figures p {
  font-size: 11px;
  text-transform: uppercase;
  color: #aeb6b8;
}
.portfolio {
  background: var(--cream);
  color: var(--navy);
}
.section-title {
  display: grid;
  grid-template-columns: 18% 1fr auto;
  align-items: end;
  margin-bottom: 70px;
}
.section-title .index {
  align-self: start;
}
.section-title h2 {
  margin: 0;
}
.filters {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.filters button {
  border: 1px solid #08162433;
  background: none;
  border-radius: 100px;
  padding: 9px 13px;
  font-size: 11px;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.filters button:hover,
.filters button:focus-visible {
  border-color: var(--navy);
}
.filters button.active {
  background: var(--navy);
  color: #fff;
}
.portfolio-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  border-top: 1px solid #08162433;
  padding-top: 22px;
  gap: 4vw;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.portfolio-showcase.is-switching {
  opacity: 0.2;
  transform: translateY(8px);
}
.portfolio-showcase-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--navy2);
  height: 650px;
}
.portfolio-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02);
  transition: 0.6s;
}
.portfolio-showcase:hover .portfolio-showcase-media img {
  transform: scale(1.025);
  filter: saturate(1);
}
.portfolio-showcase-media.graphic-mode {
  background: #c7895a;
}
.portfolio-showcase-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
}
.portfolio-showcase-media figcaption span {
  font-size: 11px;
}
.portfolio-showcase-media figcaption p {
  font-family: var(--serif);
  font-size: 21px;
  margin: 0;
}
.tag {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #9f6845;
}
.portfolio-showcase h3 {
  font-family: var(--serif);
  font-size: 62px;
  font-weight: 400;
  line-height: 0.9;
  margin: 30px 0;
}
.portfolio-showcase-copy > p {
  color: #5d6670;
}
.portfolio-showcase dl {
  margin: 45px 0;
}
.portfolio-showcase dl div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #0816242a;
  padding: 13px 0;
}
.portfolio-showcase dt {
  font-size: 10px;
  text-transform: uppercase;
}
.portfolio-showcase dd {
  margin: 0;
  font-weight: 600;
}
.portfolio-showcase button {
  border: 0;
  border-bottom: 1px solid;
  background: none;
  padding: 10px 0;
  cursor: pointer;
}
.project-orbit {
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
.project-orbit i {
  position: absolute;
  border: 1px solid #08162477;
  border-radius: 50%;
  width: 70%;
  height: 70%;
}
.project-orbit i:nth-child(2) {
  width: 46%;
  height: 46%;
}
.project-orbit i:nth-child(3) {
  width: 22%;
  height: 22%;
  background: var(--navy);
}
.project-orbit span {
  z-index: 1;
  color: #fff;
  font-family: var(--serif);
  text-align: center;
}
.project-orbit[hidden] {
  display: none;
}
.principles {
  padding: 130px 4vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
}
.principles h2 {
  font-size: 66px;
}
.principles ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.principles li {
  display: grid;
  grid-template-columns: 55px 1fr;
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.principles li > span {
  font-size: 11px;
  color: var(--copper);
}
.principles b {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.principles p {
  color: #9eaaae;
  max-width: 560px;
}
.team {
  background: #efe9df;
  color: var(--navy);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.team-grid article {
  border-top: 1px solid #08162455;
  padding-top: 18px;
}
.avatar {
  height: 430px;
  margin-bottom: 20px;
  overflow: hidden;
  background: var(--navy2);
}
.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.84) contrast(1.03);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}
.team-grid article:hover .avatar img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}
.team h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  margin: 0;
}
.team article p {
  margin: 4px 0;
}
.team article span {
  font-size: 10px;
  color: #72777c;
  text-transform: uppercase;
}
.contact {
  padding: 130px 4vw;
  min-height: 720px;
  position: relative;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 23, 0.95) 0%,
      rgba(4, 13, 23, 0.8) 46%,
      rgba(4, 13, 23, 0.24) 100%
    ),
    url("assets/contact-mountain-v2.webp") center / cover no-repeat;
  color: var(--cream);
  overflow: hidden;
}
.contact .index {
  color: var(--copper);
}
.contact h2 {
  font-family: var(--serif);
  font-size: clamp(70px, 11vw, 170px);
  font-weight: 400;
  line-height: 0.76;
  margin: 85px 0 50px;
}
.contact > p {
  max-width: 520px;
  color: #eef2f4;
}
.contact > a {
  display: inline-flex;
  gap: 50px;
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  text-underline-offset: 8px;
}
footer {
  padding: 60px 4vw;
  background: #06121e;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 6vw;
  font-size: 12px;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer p {
  color: #899599;
}
dialog {
  border: 0;
  background: var(--cream);
  color: var(--navy);
  width: min(560px, 92vw);
  padding: 45px;
  box-shadow: 0 40px 120px #000a;
}
dialog::backdrop {
  background: #06121edc;
}
.close {
  position: absolute;
  right: 17px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 30px;
}
.dialog-ok {
  border: 0;
  background: var(--navy);
  color: #fff;
  padding: 13px 20px;
  margin-top: 15px;
}
@media (max-width: 900px) {
  header nav {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-counter {
    display: none;
  }
  .statement-foot {
    margin-left: 0;
  }
  .figures {
    grid-template-columns: 1fr 1fr;
  }
  .figures article {
    min-height: 230px;
  }
  .section-title {
    grid-template-columns: 1fr;
  }
  .filters {
    justify-content: flex-start;
    margin-top: 25px;
  }
  .portfolio-showcase,
  .principles {
    grid-template-columns: 1fr;
  }
  .portfolio-showcase-media {
    height: 500px;
  }
  .team-grid {
    overflow: auto;
    grid-auto-flow: column;
    grid-auto-columns: 310px;
  }
  .team-grid article {
    width: 310px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  header {
    height: 72px;
  }
  .lang {
    margin-left: auto;
  }
  .hero {
    min-height: 700px;
  }
  .hero-grid {
    inset: 72px 0 0;
  }
  .hero-top {
    top: 95px;
  }
  .hero-top span:last-child {
    display: none;
  }
  .hero-copy {
    bottom: 7vh;
  }
  .hero h1 {
    font-size: 51px;
    line-height: 0.84;
  }
  .hero-copy > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .statement,
  .portfolio,
  .team {
    padding: 85px 5vw;
  }
  .statement-foot {
    grid-template-columns: 1fr;
  }
  .figures {
    grid-template-columns: 1fr;
  }
  .portfolio-showcase-media {
    height: 330px;
  }
  .portfolio-showcase h3 {
    font-size: 48px;
  }
  .portfolio-showcase-media figcaption p {
    font-size: 17px;
  }
  .principles {
    padding: 85px 5vw;
  }
  .principles h2 {
    font-size: 48px;
  }
  .avatar {
    height: 360px;
  }
  .contact h2 {
    font-size: 72px;
  }
  .contact {
    min-height: 640px;
    background-position: 63% center;
  }
  .contact > a {
    gap: 18px;
    font-size: 18px;
  }
  footer {
    grid-template-columns: 1fr;
  }
}

.lang,
.menu,
.team-more,
.filters button,
[data-project-open] {
  cursor: pointer;
}
.language-menu {
  position: absolute;
  z-index: 5;
  top: 76px;
  right: 4vw;
  width: 230px;
  padding: 16px;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid rgba(8, 22, 36, 0.14);
  box-shadow: 0 22px 60px rgba(1, 9, 17, 0.28);
}
.language-menu > span {
  display: block;
  margin-bottom: 12px;
  color: #687178;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.language-menu button {
  display: block;
  width: 100%;
  padding: 10px 8px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(8, 22, 36, 0.14);
  text-align: left;
  cursor: pointer;
}
.language-menu button.active {
  color: #9d5f33;
  font-weight: 700;
}
.language-menu small {
  display: block;
  margin-top: 12px;
  color: #757d82;
  font-size: 9px;
}
.team-more {
  margin-top: 14px;
  padding: 9px 0;
  color: var(--navy);
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(8, 22, 36, 0.35);
  font-size: 11px;
}
.project-dialog {
  width: min(920px, 94vw);
  max-height: 90vh;
  overflow: auto;
  padding: 55px;
}
.project-dialog h2,
.team-dialog h2 {
  margin: 20px 0;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 400;
  line-height: 0.9;
}
.project-dialog-lead {
  max-width: 720px;
  color: #55616a;
  font-size: 16px;
}
.project-dialog-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 35px 0;
  padding: 28px 0;
  border-top: 1px solid rgba(8, 22, 36, 0.2);
  border-bottom: 1px solid rgba(8, 22, 36, 0.2);
}
.project-dialog-layout dl {
  margin: 0;
}
.project-dialog-layout dl div {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 15px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(8, 22, 36, 0.12);
}
.project-dialog-layout dt {
  color: #777f84;
  font-size: 10px;
  text-transform: uppercase;
}
.project-dialog-layout dd {
  margin: 0;
  font-weight: 600;
}
.project-dialog-layout b {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}
.project-dialog-layout ol {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #55616a;
}
.project-dialog-layout li {
  padding: 6px 0;
}
.project-dialog blockquote {
  margin: 0;
  padding-left: 22px;
  color: #925a33;
  border-left: 3px solid var(--copper);
  font-family: var(--serif);
  font-size: 22px;
}
.team-dialog {
  width: min(980px, 94vw);
  max-height: 90vh;
  padding: 0;
  overflow: auto;
}
.team-dialog-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: var(--cream);
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}
.team-dialog-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 650px;
}
.team-dialog-grid > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center top;
}
.team-dialog-grid > div {
  padding: 58px 48px 40px;
}
.team-dialog-grid > div > p {
  color: #55616a;
}
.team-dialog dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0;
  border-top: 1px solid rgba(8, 22, 36, 0.15);
  border-bottom: 1px solid rgba(8, 22, 36, 0.15);
}
.team-dialog dl div {
  padding: 14px 8px 14px 0;
}
.team-dialog dt {
  color: #777f84;
  font-size: 9px;
  text-transform: uppercase;
}
.team-dialog dd {
  margin: 5px 0 0;
  font-weight: 600;
}
.team-dialog ul {
  padding-left: 20px;
  color: #55616a;
}
.team-dialog a {
  display: inline-block;
  margin-top: 18px;
  color: var(--navy);
  text-underline-offset: 6px;
}
@media (max-width: 900px) {
  header.menu-open {
    position: fixed;
    height: auto;
    min-height: 72px;
    background: var(--navy);
  }
  header.menu-open nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 4vw 24px;
    background: var(--navy);
    border-top: 1px solid var(--line);
  }
  header.menu-open nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 22px;
  }
}
@media (max-width: 680px) {
  .project-dialog {
    padding: 46px 22px 28px;
  }
  .project-dialog-layout,
  .team-dialog-grid,
  .team-dialog dl {
    grid-template-columns: 1fr;
  }
  .team-dialog-grid > img {
    min-height: 340px;
    max-height: 42vh;
  }
  .team-dialog-grid > div {
    padding: 38px 22px 28px;
  }
}
