:root {
  --ink: #000000;
  --paper: #E8E6E3;
  --line: rgba(15, 14, 14, 0.7);
  --page-padding: clamp(18px, 3.3vw, 38px);
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("fonts/KyivTypeSans-VarGX.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--ink);
  color: var(--ink);
  font-family: "KyivTypeSans", Arial, sans-serif;
  font-weight: 400;
}

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

.welcome {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 570px;
  overflow: hidden;
  font-family: "KyivTypeSans", Arial, sans-serif;
}

.welcome__background {
  position: absolute;
  z-index: 0;
  inset: 20px 38px 41px;
  width: calc(100% - 76px);
  height: calc(100% - 61px);
  object-fit: fill;
}

.site-header {
  position: relative;
  z-index: 3;
  height: 104px;
}

.brand {
  position: absolute;
  top: 31px;
  left: 39px;
  color: #E8E6E3;
  font-family: "KyivTypeSans", Arial, sans-serif;
  font-size: clamp(31px, 3.1vw, 40px);
  font-weight: medium;
  line-height: 1;
  letter-spacing: -0.045em;
}

.navigation {
  position: absolute;
  top: 37px;
  left: 18.5%;
  display: flex;
  width: 330px;
  height: 34px;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 11px;
  letter-spacing: 0.01em;
}

.navigation a,
.explore,
.contact-link,
.locale-switcher a {
  transition: opacity 160ms ease;
}

.navigation a:hover,
.explore:hover,
.contact-link:hover,
.locale-switcher a:hover {
  opacity: 0.62;
}

.explore {
  position: absolute;
  top: 27px;
  right: 4.1%;
  display: grid;
  width: 208px;
  height: 47px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(232, 230, 227, 0.35);
  border-radius: 15px 15px 21px 21px;
  background:
    linear-gradient(145deg, #A56F63, #A56F63 57%, #A56F63);
  box-shadow: inset 0 -10px 18px rgba(165, 111, 99, 0.18);
  color: #E8E6E3;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.explore > span:first-child {
  position: relative;
  z-index: 2;
}

.explore::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 60%;
  background: rgba(165, 111, 99, 0.58);
  clip-path: polygon(0 100%, 0 72%, 13% 52%, 24% 70%, 39% 31%, 54% 73%, 68% 49%, 81% 70%, 100% 39%, 100% 100%);
  content: "";
}

.explore::after {
  position: absolute;
  top: 8px;
  right: 22%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #E8E6E3, #D99B7F 72%);
  box-shadow: 0 0 13px rgba(57, 62, 70, 0.65);
  content: "";
}

.explore__mark {
  position: absolute;
  z-index: 1;
  right: 19%;
  bottom: 12px;
  left: 53%;
  height: 13px;
  border-top: 1px solid rgba(232, 230, 227, 0.8);
  transform: skewX(-32deg) rotate(-9deg);
}

.hero {
  position: relative;
  z-index: 2;
  margin: 35px 0 0 14.7%;
}

.hero h1 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(39px, 3.35vw, 64px);
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero__actions {
  margin-top: clamp(26px, 2vw, 36px);
  font-size: clamp(15px, 1.1vw, 21px);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 3px;
}

.contact-link__arrow {
  display: grid;
  width: clamp(27px, 1.75vw, 34px);
  height: clamp(27px, 1.75vw, 34px);
  margin-right: 1px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #E8E6E3;
  font-size: clamp(22px, 1.35vw, 27px);
  line-height: 1;
}

.hero__actions p {
  width: max-content;
  margin: 11px 0 0 clamp(91px, 5.9vw, 113px);
  border-bottom: 1px solid var(--line);
  padding-bottom: 3px;
}

.mountain {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 41px;
  width: min(52vw, 760px);
  min-width: 525px;
  height: auto;
}

.locale-switcher {
  position: absolute;
  z-index: 4;
  bottom: 46px;
  left: 39px;
  display: flex;
  width: 116px;
  height: 48px;
  align-items: center;
  border: 1px solid #E8E6E3;
  border-radius: 0 26px 26px 0;
  overflow: hidden;
  color: #E8E6E3;
  font-family: "KyivTypeSans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.locale-switcher a {
  display: grid;
  height: 100%;
  flex: 1;
  place-items: center;
}

.locale-switcher__active {
  background: #E8E6E3;
  color: var(--ink);
}

.showcase {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000000;
  color: #E8E6E3;
}

.showcase__track {
  --showcase-gap: clamp(56px, 6.35vw, 122px);
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
}

.showcase__track--top {
  top: clamp(132px, 13.6vh, 147px);
  animation: showcase-top 28s linear infinite;
}

.showcase__track--bottom {
  bottom: clamp(134px, 13.8vh, 149px);
  animation: showcase-bottom 28s linear infinite;
}

.showcase__items {
  display: flex;
  align-items: center;
  gap: var(--showcase-gap);
  padding-right: var(--showcase-gap);
  flex-shrink: 0;
}

.showcase__items img {
  display: block;
  width: clamp(70px, 7.3vw, 140px);
  height: clamp(70px, 7.3vw, 140px);
  border-radius: clamp(10px, 0.7vw, 14px);
  object-fit: cover;
}

.showcase__items a {
  display: block;
  flex-shrink: 0;
  border-radius: clamp(10px, 0.7vw, 14px);
  outline: none;
  transform: translateZ(0);
  transition: filter 180ms ease, transform 180ms ease;
  animation: showcase-float 5.5s ease-in-out infinite;
  animation-delay: calc(var(--showcase-index, 0) * -0.7s);
}

.showcase__items a:nth-child(2) {
  --showcase-index: 1;
}

.showcase__items a:nth-child(3) {
  --showcase-index: 2;
}

.showcase__items a:nth-child(4) {
  --showcase-index: 3;
}

.showcase__items a:nth-child(5) {
  --showcase-index: 4;
}

.showcase__items a:nth-child(6) {
  --showcase-index: 5;
}

.showcase__items a:nth-child(7) {
  --showcase-index: 6;
}

.showcase__items a:nth-child(8) {
  --showcase-index: 7;
}

.showcase__items a:hover,
.showcase__items a:focus-visible {
  position: relative;
  z-index: 1;
  filter: brightness(1.18);
  transform: translateY(-8px) scale(1.06);
  animation-play-state: paused;
}

.showcase__items a:focus-visible {
  box-shadow: 0 0 0 3px #E8E6E3;
}

.showcase__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 760px);
  text-align: center;
  transform: translate(-50%, -50%);
}

.showcase__copy h2 {
  margin: 0;
  font-size: clamp(35px, 3.25vw, 62px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.showcase__copy p {
  margin: 16px 0 0;
  color: #E8E6E3;
  font-size: clamp(14px, 1.1vw, 21px);
  line-height: 1.18;
  letter-spacing: 0.07em;
}

.showcase__copy a {
  border-bottom: 1px solid currentColor;
}

.final-showcase {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  padding: clamp(38px, 4.5vw, 70px) max(24px, 4vw) 30px;
  background: #000000;
  color: #E8E6E3;
}

.final-showcase__heading {
  text-align: center;
}

.final-showcase__heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.final-showcase__gallery {
  position: relative;
  perspective: 1200px;
  display: flex;
  width: min(100%, 1080px);
  min-height: clamp(300px, 31vw, 390px);
  align-items: center;
  justify-content: center;
  margin: clamp(50px, 6vw, 76px) auto 0;
}

.final-showcase__card {
  position: relative;
  display: block;
  width: clamp(120px, 17vw, 220px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  margin-left: clamp(-78px, -5.5vw, -42px);
  overflow: hidden;
  border: 1px solid rgba(232, 230, 227, 0.1);
  border-radius: 10px;
  outline: none;
  box-shadow: 0 28px 28px rgba(0, 0, 0, 0.48);
  transform: translate3d(0, var(--final-showcase-offset), 0)
    rotateX(48deg) rotateY(-8deg) rotateZ(var(--final-showcase-angle));
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease, box-shadow 420ms ease;
  animation: final-showcase-enter 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: calc(var(--final-showcase-index) * 90ms);
}

.final-showcase__card:nth-child(1) { --final-showcase-angle: -18deg; --final-showcase-offset: 26px; --final-showcase-index: 0; z-index: 1; }
.final-showcase__card:nth-child(2) { --final-showcase-angle: -12deg; --final-showcase-offset: 8px; --final-showcase-index: 1; z-index: 2; }
.final-showcase__card:nth-child(3) { --final-showcase-angle: -7deg; --final-showcase-offset: -5px; --final-showcase-index: 2; z-index: 3; }
.final-showcase__card:nth-child(4) { --final-showcase-angle: -2deg; --final-showcase-offset: -16px; --final-showcase-index: 3; z-index: 4; }
.final-showcase__card:nth-child(5) { --final-showcase-angle: 4deg; --final-showcase-offset: -25px; --final-showcase-index: 4; z-index: 5; }
.final-showcase__card:nth-child(6) { --final-showcase-angle: 10deg; --final-showcase-offset: -32px; --final-showcase-index: 5; z-index: 6; }

.final-showcase__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease;
}

.final-showcase__card:hover,
.final-showcase__card:focus-visible {
  z-index: 10;
  filter: brightness(1.12);
  box-shadow: 0 32px 54px rgba(0, 0, 0, 0.72);
  transform: translate3d(0, -38px, 60px) rotateX(24deg) rotateY(-4deg) rotateZ(-3deg) scale(1.16);
  animation-play-state: paused;
}

.final-showcase__card:hover img,
.final-showcase__card:focus-visible img {
  filter: saturate(1.18);
  transform: scale(1.08) rotate(3deg);
}

.final-showcase__card:focus-visible {
  box-shadow: 0 0 0 3px #E8E6E3, 0 28px 42px rgba(0, 0, 0, 0.7);
}

.final-showcase__copy {
  width: min(100%, 860px);
  margin: clamp(48px, 6vw, 80px) auto 0;
  text-align: center;
}

.final-showcase__copy p {
  margin: 0;
  color: #E8E6E3;
  font-size: clamp(14px, 1.45vw, 21px);
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.final-showcase__cta {
  position: relative;
  display: flex;
  width: min(100%, 800px);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: clamp(46px, 5vw, 68px) auto 0;
  border: 1px solid rgba(232, 230, 227, 0.28);
  border-radius: 999px;
  background: transparent;
  color: #E8E6E3;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 500;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.final-showcase__cta:hover,
.final-showcase__cta:focus-visible {
  color: #D99B7F;
  border-color: #D99B7F;
  transform: translateY(-2px);
}

.final-showcase__cta-arrow {
  position: absolute;
  left: 14px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: #D99B7F;
  font-size: 16px;
  transition: transform 180ms ease;
}

.final-showcase__cta:hover .final-showcase__cta-arrow,
.final-showcase__cta:focus-visible .final-showcase__cta-arrow {
  transform: rotate(-45deg);
}

.final-showcase__cta-label {
  padding: 0 48px;
  letter-spacing: 0.03em;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.3fr);
  gap: clamp(42px, 8vw, 150px);
  padding: clamp(78px, 10vw, 150px) max(24px, 7vw) clamp(88px, 11vw, 160px);
  background: #000000;
  color: #E8E6E3;
}

.contact-section__intro {
  align-self: start;
  position: sticky;
  top: 110px;
}

.section-kicker {
  margin: 0 0 28px;
  color: #D99B7F;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-section h2 {
  max-width: 490px;
  margin: 0;
  font-size: clamp(43px, 5.6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.contact-section h2 em {
  color: #A56F63;
  font-style: normal;
}

.contact-section__description {
  max-width: 300px;
  margin: 34px 0 0;
  color: #E8E6E3;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.contact-form {
  padding: clamp(24px, 3.3vw, 48px);
  border: 1px solid rgba(232, 230, 227, 0.2);
  border-radius: 22px;
  background: rgba(232, 230, 227, 0.045);
  box-shadow:
    14px 18px 0 rgba(165, 111, 99, 0.12),
    inset 0 1px 0 rgba(232, 230, 227, 0.08);
}

.contact-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.contact-form__field {
  display: grid;
  align-content: start;
  gap: 10px;
  color: #E8E6E3;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(232, 230, 227, 0.25);
  border-radius: 0;
  outline: none;
  padding: 9px 0 12px;
  background: transparent;
  color: #E8E6E3;
  font: inherit;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.contact-form__field textarea {
  min-height: 104px;
  resize: vertical;
  line-height: 1.4;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(232, 230, 227, 0.58);
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  border-bottom-color: #D99B7F;
}

.contact-form__field select {
  appearance: none;
  padding-right: 25px;
  background: linear-gradient(45deg, transparent 50%, #D99B7F 50%) right 4px center / 7px 7px no-repeat,
    linear-gradient(135deg, #D99B7F 50%, transparent 50%) right 0 center / 7px 7px no-repeat;
  color: #E8E6E3;
}

.contact-form__field select option {
  background: #000000;
  color: #E8E6E3;
}

.contact-form__field--company {
  min-height: 73px;
}

.contact-form__field-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contact-form__switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #E8E6E3;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.contact-form__switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form__switch span {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  border: 1px solid rgba(232, 230, 227, 0.3);
  border-radius: 999px;
  background: rgba(232, 230, 227, 0.08);
  transition: background 180ms ease, border-color 180ms ease;
}

.contact-form__switch span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A56F63;
  content: "";
  transition: transform 180ms ease, background 180ms ease;
}

.contact-form__switch input:checked + span {
  border-color: #D99B7F;
  background: rgba(57, 62, 70, 0.2);
}

.contact-form__switch input:checked + span::after {
  background: #D99B7F;
  transform: translateX(15px);
}

.contact-form__switch input:focus-visible + span {
  outline: 2px solid #A56F63;
  outline-offset: 3px;
}

.contact-form__company-name {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-form__company-name:disabled {
  border-bottom-color: rgba(232, 230, 227, 0.08);
}

.contact-form__company-name:not(:disabled) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-form__field--message {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
}

.contact-form__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.cf-turnstile {
  display: flex;
  justify-content: flex-end;
}

.contact-form__status {
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.contact-form__status[hidden] {
  display: none;
}

.contact-form__status--error {
  color: #e48d80;
}

.contact-form__status--success {
  max-width: 560px;
  border-left: 1px solid currentColor;
  padding: 24px 28px;
  background: linear-gradient(110deg, rgba(217, 155, 127, 0.12), rgba(217, 155, 127, 0));
  color: #d99b7f;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.contact-form__status--success::before {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "✓";
  font-size: 17px;
  line-height: 1;
  place-items: center;
}

.contact-form.is-submitting-success {
  animation: contact-form-exit 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
}

.contact-form__status--success.is-visible {
  animation: contact-form-success-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.contact-form-page .contact-form.is-submitting-success {
  animation: project-form-exit 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.contact-form-page .contact-form__status--success {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: clamp(300px, 40vh, 460px);
  align-content: center;
  justify-items: center;
  overflow: hidden;
  border: 1px solid rgba(217, 155, 127, 0.35);
  padding: clamp(40px, 8vw, 100px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(217, 155, 127, 0.16), transparent 62%),
    linear-gradient(145deg, rgba(217, 155, 127, 0.07), rgba(0, 0, 0, 0.12) 68%);
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.3;
  text-align: center;
}

body.contact-form-page .contact-form__status--success[hidden] {
  display: none;
}

body.contact-form-page .contact-form__status--success::before {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  font-size: 32px;
}

body.contact-form-page .contact-form__status--success::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(65vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 155, 127, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.84);
}

body.contact-form-page .contact-form__status--success.is-visible {
  animation: project-form-success-enter 1200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.contact-form-page .contact-form__status--success.is-visible::before {
  animation: project-form-check-enter 800ms 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.contact-form-page .contact-form__status--success.is-visible::after {
  animation: project-form-ring-enter 1400ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes contact-form-exit {
  to {
    filter: blur(4px);
    opacity: 0;
    transform: translateY(-18px);
  }
}

@keyframes contact-form-success-enter {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }

  65% {
    opacity: 1;
    transform: translateY(-3px) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes project-form-exit {
  0% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
    clip-path: inset(0);
  }

  35% {
    filter: blur(2px);
    opacity: 0.85;
    transform: scale(0.985);
  }

  100% {
    filter: blur(8px);
    opacity: 0;
    transform: scale(0.94);
    clip-path: inset(0 0 100%);
  }
}

@keyframes project-form-success-enter {
  0% {
    filter: blur(8px);
    opacity: 0;
    transform: translateY(36px) scale(0.97);
  }

  70% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(-4px) scale(1.005);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes project-form-check-enter {
  0% {
    opacity: 0;
    transform: scale(0.55) rotate(-35deg);
  }

  70% {
    opacity: 1;
    transform: scale(1.12) rotate(8deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes project-form-ring-enter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form.is-submitting-success,
  .contact-form__status--success.is-visible {
    animation: none;
  }

  body.contact-form-page .contact-form.is-submitting-success {
    animation: none;
  }

  body.contact-form-page .contact-form__status--success.is-visible {
    animation: none;
  }

  body.contact-form-page .contact-form__status--success.is-visible::before,
  body.contact-form-page .contact-form__status--success.is-visible::after {
    animation: none;
  }
}

.contact-form__footer p {
  max-width: 190px;
  margin: 0;
  color: #A56F63;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.contact-form__submit {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #D99B7F;
  border-radius: 999px;
  padding: 8px 9px 8px 20px;
  background: #D99B7F;
  color: #000000;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-form__submit i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #000000;
  color: #E8E6E3;
  font-size: 16px;
  font-style: normal;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  background: #000000;
  color: #E8E6E3;
  transform: translateY(-3px);
}

.contact-form__submit:hover i,
.contact-form__submit:focus-visible i {
  background: #E8E6E3;
  color: #000000;
  transform: rotate(-45deg);
}

.site-footer {
  padding: clamp(62px, 8vw, 112px) max(24px, 7vw) 28px;
  background: #000000;
  color: #E8E6E3;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: end;
  gap: 30px;
  padding-bottom: clamp(64px, 9vw, 130px);
}

.site-footer__brand {
  color: #E8E6E3;
  font-size: clamp(58px, 10vw, 150px);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.72;
  transition: color 180ms ease;
}

.site-footer__brand:hover,
.site-footer__brand:focus-visible {
  color: #D99B7F;
}

.site-footer__tagline {
  margin: 0;
  color: #E8E6E3;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.site-footer__email,
.site-footer__nav a,
.site-footer__socials a,
.site-footer__bottom a {
  transition: color 180ms ease, opacity 180ms ease;
}

.site-footer__email {
  justify-self: end;
  border-bottom: 1px solid rgba(232, 230, 227, 0.32);
  padding-bottom: 7px;
  color: #E8E6E3;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.site-footer__email span,
.site-footer__socials span {
  margin-left: 8px;
  color: #D99B7F;
}

.site-footer__email:hover,
.site-footer__email:focus-visible,
.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__socials a:hover,
.site-footer__socials a:focus-visible,
.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
  color: #D99B7F;
}

.site-footer__middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(232, 230, 227, 0.2);
  border-bottom: 1px solid rgba(232, 230, 227, 0.2);
  padding: 22px 0;
}

.site-footer__nav,
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 46px);
}

.site-footer__nav a,
.site-footer__socials a {
  color: #E8E6E3;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__socials {
  justify-content: flex-end;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: rgba(232, 230, 227, 0.62);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-footer__bottom a {
  color: #E8E6E3;
}

.site-footer__bottom a span {
  margin-left: 7px;
  color: #D99B7F;
  font-size: 14px;
}

@media (max-width: 600px) {
  .final-showcase {
    min-height: 650px;
    padding-right: 12px;
    padding-left: 12px;
  }

  @keyframes final-showcase-enter {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .final-showcase__heading h2 {
    letter-spacing: 0.14em;
  }

  .final-showcase__gallery {
    min-height: 230px;
    margin-top: 44px;
  }

  .final-showcase__card {
    width: clamp(84px, 22vw, 132px);
    margin-left: clamp(-42px, -7vw, -24px);
    transform: translate3d(0, var(--final-showcase-offset), 0)
      rotateX(44deg) rotateY(-7deg) rotateZ(var(--final-showcase-angle));
  }

  .final-showcase__copy {
    margin-top: 54px;
  }

  .final-showcase__copy p {
    letter-spacing: 0.03em;
  }

  .final-showcase__cta-label {
    padding: 0 42px;
    font-size: 14px;
  }

  .contact-section {
    display: block;
    padding: 76px 18px 88px;
  }

  .contact-section__intro {
    position: static;
  }

  .contact-section h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .contact-section__description {
    margin-top: 26px;
  }

  .contact-form {
    margin-top: 52px;
    padding: 24px 18px 26px;
    border-radius: 17px;
    box-shadow: 8px 10px 0 rgba(165, 111, 99, 0.22);
  }

  .contact-form__fields {
    display: block;
  }

  .contact-form__field {
    margin-top: 26px;
  }

  .contact-form__field:first-child {
    margin-top: 0;
  }

  .contact-form__field--company {
    min-height: 0;
  }

  .contact-form__field--message {
    margin-top: 32px;
  }

  .contact-form__footer {
    display: block;
    margin-top: 34px;
  }

  .contact-form__footer p {
    max-width: none;
    margin-bottom: 20px;
  }

  .contact-form__submit {
    width: 100%;
  }

  .contact-form__actions {
    align-items: stretch;
  }

  .cf-turnstile {
    justify-content: flex-start;
  }

  .site-footer {
    padding: 62px 18px 24px;
  }

  .site-footer__top {
    display: block;
    padding-bottom: 58px;
  }

  .site-footer__brand {
    display: inline-block;
    font-size: clamp(66px, 20vw, 92px);
  }

  .site-footer__tagline {
    margin-top: 28px;
  }

  .site-footer__email {
    display: inline-block;
    margin-top: 38px;
  }

  .site-footer__middle {
    display: block;
  }

  .site-footer__socials {
    justify-content: flex-start;
    margin-top: 22px;
  }

  .site-footer__bottom {
    display: grid;
    gap: 12px;
    line-height: 1.3;
  }
}

.benefits {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(70px, 9vw, 140px) 0 clamp(70px, 9vw, 140px);
  background: #000000;
  color: #E8E6E3;
}

.benefits__header {
  display: flex;
  width: min(86%, 1320px);
  align-items: center;
  justify-content: space-between;
  margin: 0 auto clamp(48px, 6vw, 82px);
  border-bottom: 1px solid rgba(165, 111, 99, 0.42);
  padding-bottom: 24px;
}

.benefits__header h2 {
  position: relative;
  margin: 0;
  color: #E8E6E3;
  font-size: clamp(26px, 3.2vw, 56px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0.95;
}

.benefits__controls {
  display: flex;
  gap: 8px;
}

.benefits__control {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(57, 62, 70, 0.55);
  border-radius: 2px;
  background: transparent;
  color: #D99B7F;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.benefits__control:hover,
.benefits__control:focus-visible {
  border-color: #D99B7F;
  background: #D99B7F;
  color: #000000;
  transform: translateY(-3px);
}

.benefits__viewport {
  width: 100%;
  overflow: hidden;
}

.benefits__track {
  display: flex;
  width: max-content;
  gap: 0;
  padding: 0 max(7%, calc((100vw - 1320px) / 2));
  transition: transform 650ms cubic-bezier(0.22, 0.8, 0.25, 1);
  will-change: transform;
}

.benefit-card {
  position: relative;
  display: flex;
  width: clamp(245px, 23vw, 330px);
  height: clamp(330px, 35vw, 480px);
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(232, 230, 227, 0.24);
  border-right: 0;
  border-radius: 0;
  padding: 26px;
  background: #111111;
  color: #E8E6E3;
  text-align: left;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.benefit-card:last-child {
  border-right: 1px solid rgba(232, 230, 227, 0.24);
}

.benefit-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #A56F63;
  content: "";
  transform: scaleY(0.16);
  transform-origin: bottom;
  transition: transform 260ms ease, background 220ms ease;
}

.benefit-card:hover,
.benefit-card:focus-visible {
  z-index: 1;
  border-color: rgba(57, 62, 70, 0.7);
  background: #18211f;
  transform: translateY(-14px);
}

.benefit-card:hover::before,
.benefit-card:focus-visible::before {
  background: #D99B7F;
  transform: scaleY(1);
}

.benefit-card strong {
  position: relative;
  z-index: 1;
  max-width: 80%;
  color: #E8E6E3;
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.benefit-card__symbol {
  position: absolute;
  top: 34px;
  right: -16px;
  color: rgba(57, 62, 70, 0.18);
  font-family: Arial, sans-serif;
  font-size: clamp(180px, 19vw, 290px);
  font-weight: 400;
  line-height: 0.75;
  transform: rotate(12deg);
  transition: color 220ms ease, transform 420ms ease;
}

.benefit-card:hover .benefit-card__symbol,
.benefit-card:focus-visible .benefit-card__symbol {
  color: rgba(57, 62, 70, 0.38);
  transform: rotate(0deg) scale(1.06);
}

.benefit-card::after {
  position: absolute;
  right: 24px;
  bottom: 28px;
  color: #D99B7F;
  content: "→";
  font-size: 20px;
}

.benefit-card--cream::after,
.benefit-card--coral::after,
.benefit-card--sand::after,
.benefit-card--plum::after,
.benefit-card--lavender::after,
.benefit-card--blue::after,
.benefit-card--olive::after,
.benefit-card--ink::after {
  content: "↗";
}


.about {
  display: flex;
  flex-direction: column;
  background: #000000;
  color: #E8E6E3;
}

.about__intro {
  min-height: 620px;
  padding: clamp(72px, 10vw, 150px) max(7%, calc((100vw - 1450px) / 2));
}

.about__kicker {
  margin: 0;
  color: #A56F63;
  font-size: clamp(11px, 0.8vw, 15px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about__intro h2 {
  margin: clamp(48px, 8vw, 120px) 0 clamp(70px, 10vw, 145px);
  font-size: clamp(58px, 13vw, 220px);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 0.78;
  text-align: center;
}

.about__intro h2 span {
  color: #E8E6E3;
}

.about__values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 20px;
}

.about-value {
  position: relative;
  display: grid;
  min-height: 220px;
  align-content: end;
  gap: 9px;
  overflow: hidden;
  padding: 22px 18px 24px;
  border: 1px solid rgba(232, 230, 227, 0.18);
  border-radius: 18px;
  background: #000000;
  text-align: center;
  transition: min-height 320ms ease, transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.about-value:hover,
.about-value:focus-visible,
.about-value.is-expanded {
  min-height: 370px;
  border-color: rgba(232, 230, 227, 0.48);
  background: #000000;
  transform: translateY(-8px);
}

.about-value:focus-visible {
  outline: 2px solid #D99B7F;
  outline-offset: 4px;
}

.about-value > strong,
.about-value > span:not(.about-value__visual) {
  position: relative;
  z-index: 1;
  transition: transform 240ms ease;
}

.about-value__details {
  position: relative;
  z-index: 1;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #E8E6E3;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 320ms ease, margin 320ms ease, opacity 220ms ease, transform 320ms ease;
}

.about-value:hover .about-value__details,
.about-value:focus-visible .about-value__details,
.about-value.is-expanded .about-value__details {
  max-height: 130px;
  margin-top: 14px;
  opacity: 1;
  transform: translateY(0);
}

.about-value:hover > strong,
.about-value:hover > span:not(.about-value__visual),
.about-value:focus-visible > strong,
.about-value:focus-visible > span:not(.about-value__visual),
.about-value.is-expanded > strong,
.about-value.is-expanded > span:not(.about-value__visual) {
  transform: translateY(0);
}

.about-value::after {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: rgba(232, 230, 227, 0.38);
  content: "0" counter(about-value);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.about__values {
  counter-reset: about-value;
}

.about-value {
  counter-increment: about-value;
}

.about-value__visual {
  position: absolute;
  top: 25px;
  left: 50%;
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border: 1px solid rgba(232, 230, 227, 0.26);
  color: #E8E6E3;
  transform: translateX(-50%);
  transition: transform 350ms ease;
}

.about-value:hover .about-value__visual {
  transform: translateX(-50%) rotate(8deg) scale(1.08);
}

.about-value__visual-mark {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.about-value__visual--clock {
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px rgba(57, 62, 70, 0.15);
}

.about-value__visual--clock::before,
.about-value__visual--clock::after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 1px;
  height: 28px;
  background: #D99B7F;
  content: "";
  transform-origin: bottom center;
}

.about-value__visual--clock::after {
  height: 20px;
  transform: rotate(125deg);
}

.about-value__visual--spark {
  border-radius: 26% 74% 63% 37% / 38% 34% 66% 62%;
  background: rgba(165, 111, 99, 0.18);
  transform: translateX(-50%) rotate(-18deg);
}

.about-value__visual--spark .about-value__visual-mark {
  transform: rotate(18deg);
}

.about-value__visual--orbit {
  border-radius: 50%;
  border-color: rgba(165, 111, 99, 0.75);
  transform: translateX(-50%) rotate(-28deg);
}

.about-value__visual--orbit::before {
  position: absolute;
  width: 148px;
  height: 44px;
  border: 1px solid #A56F63;
  border-radius: 50%;
  content: "";
}

.about-value__visual--burst {
  border: 0;
  border-radius: 50%;
  background: #E8E6E3;
  color: #000000;
  box-shadow: 0 0 0 14px rgba(57, 62, 70, 0.1), 0 0 0 28px rgba(57, 62, 70, 0.05);
}

.about-value__visual--burst::before,
.about-value__visual--burst::after {
  position: absolute;
  width: 150px;
  height: 1px;
  background: rgba(57, 62, 70, 0.75);
  content: "";
}

.about-value__visual--burst::after {
  transform: rotate(90deg);
}

.about-value strong {
  color: #E8E6E3;
  font-size: clamp(20px, 2.3vw, 38px);
  font-weight: 600;
  letter-spacing: 0.13em;
}

.about-value span {
  color: #A56F63;
  font-size: clamp(9px, 0.7vw, 13px);
  letter-spacing: 0.12em;
}

.about__journey {
  position: relative;
  order: -1;
  min-height: 1600px;
  overflow: hidden;
  padding: 130px max(7%, calc((100vw - 1450px) / 2)) 150px;
  background: #000000;
}

.about__journey-heading {
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.about__journey-heading h3 {
  margin: 24px 0 0;
  font-size: clamp(42px, 5.5vw, 90px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.about__journey-heading em {
  color: #A56F63;
  font-style: normal;
}

.journey-road {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(62vw, 820px);
  height: 100%;
  overflow: visible;
  transform: translateX(-50%);
}

.journey-road path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-road__edge {
  stroke: #111111;
  stroke-width: 128;
  filter: drop-shadow(0 0 18px rgba(165, 111, 99, 0.16));
}

.journey-road__line {
  stroke: #E8E6E3;
  stroke-dasharray: 30 24;
  stroke-width: 6;
  filter: drop-shadow(0 0 4px rgba(232, 230, 227, 0.55));
  animation: journey-road-flow 2.8s linear infinite;
}

.journey-road__car {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 300ms ease;
}

.journey-road__car.is-visible {
  opacity: 1;
}

.journey-road__car-body {
  fill: #D99B7F;
  stroke: #E8E6E3;
  stroke-width: 3;
}

.journey-road__car-window {
  fill: #000000;
  stroke: #E8E6E3;
  stroke-width: 2;
}

.journey-road__car-wheel {
  fill: #000000;
  stroke: #E8E6E3;
  stroke-width: 2;
}

.journey-road__endpoint {
  fill: #D99B7F;
  stroke: #E8E6E3;
  stroke-width: 7;
  transform-box: fill-box;
  transform-origin: center;
  animation: journey-road-pulse 2.8s ease-in-out infinite;
}

.journey-road__endpoint--end {
  animation-delay: 1.4s;
}

.journey-stops {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-stop {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.journey-stop__marker {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 5px solid #E8E6E3;
  border-radius: 50%;
  background: #D99B7F;
  box-shadow: 0 0 0 9px #111111;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
}

.journey-stop__copy {
  position: relative;
  z-index: 1;
  position: absolute;
  max-width: 310px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(232, 230, 227, 0.22);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-50%);
}

.journey-stop--left .journey-stop__copy {
  text-align: right;
}

.journey-stop__copy h4 {
  margin: 0;
  color: #E8E6E3;
  font-size: clamp(22px, 2vw, 33px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.journey-stop__copy p {
  margin: 14px 0 0;
  color: #A56F63;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.35;
}

.trust {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) max(7%, calc((100vw - 1450px) / 2)) 90px;
  background: #000000;
  color: #E8E6E3;
}

.trust__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 76px;
}

.trust__heading h2 {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  font-size: clamp(34px, 11vw, 174px);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.9;
  text-align: center;
  white-space: nowrap;
  animation: trust-heading-in 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.trust__heading h2 span {
  color: #E8E6E3;
}

.trust__heading h2 em {
  color: #D99B7F;
  font-style: normal;
}

html[lang="uk"] .trust__heading h2 {
  font-size: clamp(24px, 7vw, 130px);
  letter-spacing: -0.07em;
}

.trust__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  align-items: end;
  gap: clamp(10px, 1.3vw, 20px);
}

.trust-card {
  position: relative;
  --trust-tilt-x: 0deg;
  --trust-tilt-y: 0deg;
  --trust-glow-x: 50%;
  --trust-glow-y: 50%;
  min-height: 410px;
  overflow: hidden;
  padding: 0 20px 23px;
  border: 1px solid rgba(232, 230, 227, 0.14);
  border-radius: 130px 130px 18px 18px;
  background: rgba(17, 17, 17, 0.82);
  cursor: pointer;
  transform: perspective(900px) rotateX(var(--trust-tilt-y)) rotateY(var(--trust-tilt-x));
  transition: border-color 220ms ease, transform 180ms ease, background 220ms ease, opacity 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.trust-card:nth-child(2) {
  transform: translateY(34px) perspective(900px) rotateX(var(--trust-tilt-y)) rotateY(var(--trust-tilt-x));
}

.trust-card:nth-child(4) {
  transform: translateY(52px) perspective(900px) rotateX(var(--trust-tilt-y)) rotateY(var(--trust-tilt-x));
}

.trust-card:nth-child(5) {
  transform: translateY(18px) perspective(900px) rotateX(var(--trust-tilt-y)) rotateY(var(--trust-tilt-x));
}

.trust-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--trust-glow-x) var(--trust-glow-y), rgba(57, 62, 70, 0.2), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.trust-card::after {
  position: absolute;
  top: 0;
  right: 22px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(232, 230, 227, 0.3), transparent);
  content: "";
  opacity: 0.35;
}

.trust-card:hover {
  border-color: rgba(232, 230, 227, 0.4);
  background: #000000;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
  transform: perspective(900px) rotateX(var(--trust-tilt-y)) rotateY(var(--trust-tilt-x)) translateY(-12px) scale(1.03);
}

.trust-card:hover::before,
.trust-card.is-active::before {
  opacity: 1;
}

.trust-card:not(.is-active) {
  opacity: 0.7;
}

.trust-card.is-active {
  border-color: rgba(57, 62, 70, 0.65);
  box-shadow: 0 18px 50px rgba(57, 62, 70, 0.1);
  transform: perspective(900px) rotateX(var(--trust-tilt-y)) rotateY(var(--trust-tilt-x)) translateY(-8px);
}

.trust-card__visual {
  position: relative;
  display: grid;
  height: 218px;
  margin: 0 -20px 23px;
  place-items: center;
  background: linear-gradient(145deg, rgba(57, 62, 70, 0.18), rgba(57, 62, 70, 0));
}

.trust-card__visual::before,
.trust-card__visual::after {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(232, 230, 227, 0.1);
  border-radius: 50%;
  content: "";
  animation: trust-orbit 8s linear infinite;
}

.trust-card__visual::after {
  width: 250px;
  height: 250px;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 12s;
}

.trust-card--certified .trust-card__visual {
  background: linear-gradient(145deg, rgba(165, 111, 99, 0.24), transparent);
}

.trust-card--proven .trust-card__visual {
  background: linear-gradient(145deg, rgba(165, 111, 99, 0.2), transparent);
}

.trust-card--together .trust-card__visual {
  background: linear-gradient(145deg, rgba(57, 62, 70, 0.22), transparent);
}

.trust-card--lasting .trust-card__visual {
  background: linear-gradient(145deg, rgba(57, 62, 70, 0.24), transparent);
}

.trust-card__number {
  color: #D99B7F;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.trust-card h3 {
  margin: 14px 0 0;
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.trust-card p {
  max-width: 330px;
  margin: 14px 0 0;
  color: #A56F63;
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1.4;
}

.trust-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  color: #E8E6E3;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.trust-card__link b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(232, 230, 227, 0.3);
  border-radius: 50%;
  color: #D99B7F;
  font-size: 14px;
  transition: transform 180ms ease, background 180ms ease;
}

.trust-card:hover .trust-card__link b,
.trust-card.is-active .trust-card__link b {
  background: #D99B7F;
  color: #000000;
  transform: rotate(45deg);
}

.trust-icon {
  position: relative;
  display: block;
  width: 122px;
  height: 104px;
  color: #A56F63;
}

.trust-icon--book {
  border: 10px solid currentColor;
  border-radius: 15px 15px 40px 40px;
  transform: translateY(12px);
}

.trust-icon--book::before,
.trust-icon--book::after {
  position: absolute;
  top: 39px;
  width: 64px;
  height: 42px;
  border: 8px solid currentColor;
  border-bottom: 0;
  content: "";
}

.trust-icon--book::before {
  right: 50%;
  border-radius: 7px 0 0;
  transform: skewY(12deg);
}

.trust-icon--book::after {
  left: 50%;
  border-radius: 0 7px 0 0;
  transform: skewY(-12deg);
}

.trust-icon--book i,
.trust-icon--book b {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 9px;
  height: 35px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.trust-icon--book b {
  top: 19px;
  width: 23px;
  height: 9px;
}

.trust-icon--cap::before {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 92px;
  height: 52px;
  border-radius: 8px;
  background: currentColor;
  content: "";
  transform: rotate(30deg) skewX(-30deg);
}

.trust-icon--cap::after {
  position: absolute;
  top: 57px;
  left: 33px;
  width: 62px;
  height: 33px;
  border-radius: 0 0 50% 50%;
  background: currentColor;
  content: "";
}

.trust-icon--cap i {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 63px;
  height: 9px;
  border-radius: 10px;
  background: currentColor;
  transform: rotate(30deg);
}

.trust-icon--steps {
  width: 142px;
  border-bottom: 7px solid currentColor;
  animation: none;
  transform: skewY(-30deg) rotate(-30deg) translateY(18px);
}

.trust-icon--steps::before,
.trust-icon--steps::after,
.trust-icon--steps i {
  position: absolute;
  bottom: 0;
  width: 15px;
  border: 5px solid currentColor;
  border-bottom: 0;
  content: "";
}

.trust-icon--orbit {
  width: 112px;
  height: 112px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #E8E6E3;
  transform: rotate(-24deg);
}

.trust-icon--orbit::before,
.trust-icon--orbit::after {
  position: absolute;
  inset: 20px -22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.trust-icon--orbit::after {
  inset: -22px 20px;
}

.trust-icon--orbit i,
.trust-icon--orbit b {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: currentColor;
}

.trust-icon--orbit i {
  top: 9px;
  right: 9px;
}

.trust-icon--orbit b {
  right: -13px;
  bottom: 23px;
}

.trust-icon--spark {
  width: 116px;
  height: 116px;
  border: 1px solid #D99B7F;
  border-radius: 50%;
  color: #D99B7F;
  box-shadow: 0 0 0 18px rgba(57, 62, 70, 0.07), 0 0 0 36px rgba(57, 62, 70, 0.04);
}

.trust-icon--spark::before,
.trust-icon--spark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.trust-icon--spark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.trust-icon--spark i,
.trust-icon--spark b {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.trust-icon--spark i {
  top: 8px;
  left: 8px;
}

.trust-icon--spark b {
  right: 8px;
  bottom: 8px;
}

.trust-icon--steps::before {
  left: 13px;
  height: 24px;
}

.trust-icon--steps::after {
  left: 55px;
  height: 54px;
}

.trust-icon--steps i {
  left: 97px;
  height: 84px;
}

.trust__controls {
  display: flex;
  width: min(420px, 100%);
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 58px auto 0;
}

.trust__control {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #E8E6E3;
  cursor: pointer;
  font: inherit;
  font-size: 27px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.trust__control:hover,
.trust__control:focus-visible {
  background: #D99B7F;
  color: #000000;
  transform: scale(1.1);
}

.trust__progress {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px;
  height: 1px;
  background: rgba(232, 230, 227, 0.24);
}

.trust__progress button {
  z-index: 1;
  flex: 1;
  height: 18px;
  margin-top: -8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.trust__progress button:focus-visible {
  outline: 1px solid #D99B7F;
  outline-offset: 3px;
}

.trust__progress i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% / var(--trust-card-count, 3));
  height: 100%;
  background: #D99B7F;
  pointer-events: none;
  transition: transform 240ms ease;
}

@keyframes trust-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes trust-heading-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header-scan {
  0%,
  100% {
    transform: translateX(-20%);
    opacity: 0;
  }
  20%,
  70% {
    opacity: 1;
  }
  85% {
    transform: translateX(380%);
    opacity: 0;
  }
}

@keyframes header-breathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1px);
  }
}

@keyframes navigation-shimmer {
  0%,
  100% {
    background-position: 120% 0;
    border-color: rgba(232, 230, 227, 0.14);
  }
  50% {
    background-position: -20% 0;
    border-color: rgba(57, 62, 70, 0.38);
  }
}

@keyframes navigation-orbit {
  from {
    transform: translateX(0) rotate(0deg) translateX(130px) rotate(0deg);
  }
  to {
    transform: translateX(0) rotate(360deg) translateX(130px) rotate(-360deg);
  }
}

@keyframes navigation-link-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes mountain-breathe {
  0%,
  100% {
    transform: translate(-50%, -48%) scale(1);
  }
  50% {
    transform: translate(-50%, -48%) scale(1.025);
  }
}

@keyframes trust-icon-float {
  0%,
  100% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-7px);
  }
}

.trust-icon {
  animation: trust-icon-float 3.8s ease-in-out infinite;
}

.trust-icon--book {
  animation-delay: -0.8s;
}

.trust-icon--cap {
  animation-delay: -1.6s;
}

.trust-icon--steps {
  animation-delay: -2.4s;
}

@keyframes showcase-top {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes showcase-bottom {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-50%, 0);
  }
}

@keyframes showcase-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  30% {
    transform: translateY(-9px) rotate(-1.5deg) scale(1.025);
  }
  65% {
    transform: translateY(6px) rotate(1.2deg) scale(0.98);
  }
}

@keyframes journey-road-flow {
  to {
    stroke-dashoffset: -54;
  }
}

@keyframes journey-road-pulse {
  0%,
  100% {
    opacity: 0.88;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase__track {
    animation: none;
  }

  .showcase__items a {
    transition: none;
    animation: none;
  }

  .final-showcase__card,
  .final-showcase__card img {
    animation: none;
    transition: none;
  }

  .journey-road__line,
  .journey-road__endpoint,
  .journey-road__car,
  .about-value,
  .about-value__visual,
  .site-header,
  .site-header::before,
  .navigation::before,
  .navigation::after,
  .navigation a,
  .trust__heading h2,
  .trust__heading-mark,
  .trust-card,
  .trust__control,
  .trust__progress i,
  .trust-card__visual::before,
  .trust-card__visual::after,
  .trust-icon {
    animation: none;
    transition: none;
  }
}

@media (max-width: 800px) {
  .welcome {
    min-height: 650px;
    height: 100svh;
  }

  .welcome__background {
    inset: 14px 14px 20px;
    width: calc(100% - 28px);
    height: calc(100% - 34px);
  }

  .brand {
    top: 26px;
    left: 24px;
    font-size: 31px;
  }

  .navigation {
    gap: 10px;
    justify-self: center;
    top: 70px;
    left: 24px;
    width: min(330px, calc(100vw - 48px));
    font-size: 10px;
  }

  .explore {
    top: 25px;
    right: 24px;
    width: 138px;
  }

  .hero {
    margin: 65px 24px 0;
  }

  .hero h1 {
    max-width: 470px;
    font-size: clamp(31px, 7vw, 43px);
  }

  .mountain {
    right: 14px;
    bottom: 20px;
    width: 84vw;
    min-width: 0;
  }

  .locale-switcher {
    bottom: 24px;
    left: 24px;
  }

  .showcase {
    min-height: 700px;
  }

  .showcase__track {
    --showcase-gap: 42px;
  }

  .showcase__items {
    gap: var(--showcase-gap);
    padding-right: var(--showcase-gap);
  }

  .showcase__track--top {
    top: 120px;
  }

  .showcase__track--bottom {
    bottom: 120px;
  }

  .showcase__copy p {
    letter-spacing: 0.03em;
  }

  .benefits {
    min-height: 760px;
  }

  .benefits__header {
    display: block;
    width: 86%;
    margin-bottom: 44px;
  }

  .benefits__header h2 {
    line-height: 1.05;
  }

  .benefits__controls {
    margin-top: 24px;
  }

  .about__intro {
    min-height: 500px;
    padding-top: 80px;
  }

  .about__intro h2 {
    margin: 76px 0 84px;
    font-size: clamp(48px, 14vw, 110px);
    letter-spacing: 0.08em;
  }

  .about__values {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .about__journey {
    min-height: 1420px;
    padding: 86px 8% 110px;
  }

  .trust {
    min-height: 760px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .trust__heading h2 {
    font-size: clamp(34px, 10vw, 100px);
    margin-top: 0;
  }

  .trust__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trust-card {
    min-height: 330px;
  }

  .trust-card:nth-child(2),
  .trust-card:nth-child(4),
  .trust-card:nth-child(5) {
    transform: none;
  }

  .trust-card:not(.is-active) {
    display: none;
  }

  .trust-card__visual {
    height: 180px;
  }

  .journey-road {
    left: 50%;
    width: 120vw;
  }

  .journey-stops {
    height: 100%;
  }

  .journey-stop--right .journey-stop__marker {
    left: calc(50% + 32vw - 27px);
  }

  .journey-stop--left .journey-stop__marker {
    left: calc(50% - 32vw - 27px);
  }

  .journey-stop--right .journey-stop__copy {
    left: calc(50% + 32vw + 42px);
  }

  .journey-stop--left .journey-stop__copy {
    right: calc(50% + 32vw + 42px);
  }

  .journey-stop__marker {
    width: 54px;
    height: 54px;
    border-width: 4px;
    box-shadow: 0 0 0 7px #111111;
    font-size: 11px;
  }

}

@media (max-width: 460px) {
  .welcome {
    min-height: 680px;
  }

  .explore {
    width: 112px;
    height: 40px;
    font-size: 15px;
  }

  .hero {
    margin-top: 76px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero__actions p {
    margin-left: 50px;
  }

  .mountain {
    right: -17%;
    width: 112vw;
  }

  .about__intro {
    padding-right: 18px;
    padding-left: 18px;
  }

  .about__intro h2 {
    font-size: 17vw;
  }

  .about__journey {
    min-height: 1500px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .trust {
    padding-right: 18px;
    padding-left: 18px;
  }

  .trust__heading h2 {
    font-size: clamp(34px, 10vw, 100px);
    letter-spacing: -0.08em;
  }

  .about__journey-heading h3 {
    font-size: 42px;
  }

  .journey-road {
    left: 50%;
    width: 120vw;
  }

  .journey-stops {
    height: 100%;
  }

  .journey-stop__copy h4 {
    font-size: 20px;
  }

  .journey-stop__copy {
    max-width: 205px;
  }

  .journey-stop--right .journey-stop__marker {
    left: calc(50% + 32vw - 27px);
  }

  .journey-stop--left .journey-stop__marker {
    left: calc(50% - 32vw - 27px);
  }

  .journey-stop__copy p {
    font-size: 11px;
  }
}

@media (min-width: 1400px) {
  .site-header {
    height: 130px;
  }

  .brand {
    top: 40px;
    left: 52px;
    font-size: 52px;
    font-weight: 500;
  }

  .navigation {
    top: 46px;
    left: 18.5%;
    width: 336px;
    height: 44px;
    border-radius: 11px;
    font-size: 14px;
  }

  .explore {
    top: 34px;
    right: 4.1%;
    width: 270px;
    height: 61px;
    border-radius: 19px 19px 27px 27px;
    font-size: 24px;
  }

  .explore::after {
    top: 10px;
    right: 22%;
    width: 29px;
    height: 29px;
  }

  .explore__mark {
    right: 19%;
    bottom: 15px;
    left: 53%;
    height: 18px;
  }

  .hero {
    margin-top: 47px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: 64px;
  }

  .hero__actions {
    margin-top: 35px;
    font-size: 21px;
  }

  .contact-link {
    gap: 7px;
    padding-bottom: 4px;
  }

  .hero__actions p {
    margin-top: 14px;
    margin-left: 150px;
    padding-bottom: 4px;
  }

  .locale-switcher {
    bottom: 58px;
    left: 52px;
    width: 155px;
    height: 64px;
    border-radius: 0 34px 34px 0;
    font-size: 21px;
  }
}

/* Welcome stage */
.welcome {
  min-height: min(920px, 100svh);
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #000000;
  color: #E8E6E3;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  right: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
  height: auto;
  padding: 12px 18px 12px 24px;
  border: 1px solid rgba(232, 230, 227, 0.2);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.72);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  animation: header-breathe 8s ease-in-out infinite;
}

.site-header::before {
  position: absolute;
  top: -1px;
  left: 12%;
  width: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D99B7F, transparent);
  content: "";
  opacity: 0.9;
  animation: header-scan 5s ease-in-out infinite;
  pointer-events: none;
}

.site-header.is-scrolled {
  border-color: rgba(232, 230, 227, 0.36);
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.brand {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  color: #E8E6E3;
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 500;
  letter-spacing: -0.07em;
  transition: color 180ms ease, transform 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  color: #E8E6E3;
  transform: translateX(3px);
}

.navigation {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  justify-self: center;
  width: auto;
  height: auto;
  gap: 30px;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  transform: none;
}

.navigation::before {
  position: absolute;
  z-index: -1;
  inset: -9px -15px;
  border: 1px solid rgba(232, 230, 227, 0.14);
  border-radius: 999px;
  background: linear-gradient(110deg, transparent 18%, rgba(57, 62, 70, 0.18), transparent 42%);
  background-size: 220% 100%;
  content: "";
  animation: navigation-shimmer 5.5s ease-in-out infinite;
  pointer-events: none;
}

.navigation::after {
  position: absolute;
  top: -11px;
  left: 12%;
  width: 7px;
  height: 7px;
  border: 1px solid #D99B7F;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(57, 62, 70, 0.8);
  content: "";
  animation: navigation-orbit 7s linear infinite;
  pointer-events: none;
}

.navigation a {
  position: relative;
  color: rgba(232, 230, 227, 0.65);
  animation: navigation-link-float 4.5s ease-in-out infinite;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.navigation a:nth-child(2) {
  animation-delay: -1.1s;
}

.navigation a:nth-child(3) {
  animation-delay: -2.2s;
}

.navigation a:nth-child(4) {
  animation-delay: -3.3s;
}

.navigation a:hover,
.navigation a:focus-visible,
.navigation a[aria-current="page"] {
  color: #E8E6E3;
}

.navigation a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #D99B7F;
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 180ms ease, transform 180ms ease;
}

.navigation a:hover::after,
.navigation a:focus-visible::after,
.navigation a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.explore {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  justify-self: end;
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #E8E6E3;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: color 180ms ease, gap 180ms ease;
}

.explore:hover,
.explore:focus-visible {
  color: #E8E6E3;
  gap: 16px;
}

.explore::before,
.explore::after,
.explore__mark {
  display: none;
}

.explore > span {
  position: static;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(232, 230, 227, 0.35);
  border-radius: 50%;
  font-size: 17px;
}

.hero {
  z-index: 1;
  display: flex;
  width: 100%;
  height: calc(100% - 146px);
  margin: 0;
  flex-direction: column;
  align-items: center;
}

.hero__intro {
  position: relative;
  z-index: 3;
  width: min(92%, 1160px);
  padding-top: clamp(80px, 11vh, 140px);
  text-align: center;
}

.hero__eyebrow {
  display: inline-flex;
  gap: 20px;
  margin: 0 0 24px;
  color: rgba(232, 230, 227, 0.52);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__eyebrow span {
  color: rgba(232, 230, 227, 0.3);
}

.hero h1 {
  max-width: 1100px;
  margin: 0;
  color: #E8E6E3;
  font-size: clamp(44px, 7.1vw, 118px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.085em;
  text-transform: none;
}

.hero h1 em {
  color: #D99B7F;
  font-style: normal;
}

.contact-link {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 220px;
  border-bottom-color: transparent;
  border: 1px solid rgba(57, 62, 70, 0.75);
  border-radius: 999px;
  padding: 8px 10px 8px 9px;
  background: linear-gradient(105deg, rgba(57, 62, 70, 0.18), rgba(57, 62, 70, 0.04));
  box-shadow: 0 12px 35px rgba(57, 62, 70, 0.12);
  color: #E8E6E3;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-link__arrow {
  width: 39px;
  height: 39px;
  margin: 0;
  background: #D99B7F;
  color: #000000;
  font-size: 19px;
  transition: transform 180ms ease;
}

.contact-link__label {
  display: flex;
  flex: 1;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.contact-link__label small {
  color: rgba(232, 230, 227, 0.5);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-link__mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(232, 230, 227, 0.25);
  border-radius: 50%;
  color: #D99B7F;
  font-size: 15px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: #D99B7F;
  background: rgba(57, 62, 70, 0.25);
  box-shadow: 0 16px 45px rgba(57, 62, 70, 0.22);
  transform: translateY(-3px);
}

.contact-link:hover .contact-link__arrow,
.contact-link:focus-visible .contact-link__arrow {
  transform: rotate(-45deg);
}

.contact-link:hover .contact-link__mark,
.contact-link:focus-visible .contact-link__mark {
  background: #D99B7F;
  color: #000000;
  transform: rotate(45deg);
}

.hero__scene {
  position: relative;
  width: min(96%, 1240px);
  height: min(48vh, 510px);
  min-height: 270px;
  margin-top: -16px;
  perspective: none;
}

.hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(94%, 1120px);
  transform: translate(-50%, -48%);
  animation: mountain-breathe 9s ease-in-out infinite;
  will-change: transform;
}

.hero__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero__logo--main {
  z-index: 2;
  filter: drop-shadow(0 34px 28px rgba(0, 0, 0, 0.48));
}

.hero__caption {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 16%;
  color: rgba(232, 230, 227, 0.6);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: none;
}

.hero__footer {
  position: absolute;
  right: 5.4vw;
  bottom: 40px;
  left: 5.4vw;
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(232, 230, 227, 0.4);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__footer .locale-switcher {
  position: static;
  width: auto;
  height: auto;
  margin-left: auto;
  border: 0;
  border-radius: 0;
  color: rgba(232, 230, 227, 0.45);
  font-size: 10px;
  font-weight: 400;
}

.hero__footer .locale-switcher a {
  display: block;
  height: auto;
  flex: none;
  padding: 0 7px;
}

.hero__footer .locale-switcher__active {
  background: none;
  color: #E8E6E3;
}

@media (max-width: 800px) {
  .welcome {
    min-height: 720px;
  }

  .site-header {
    top: 10px;
    right: 10px;
    left: 10px;
    min-height: 58px;
    padding: 10px 14px 10px 17px;
  }

  .navigation {
    gap: 10px;
    font-size: 9px;
  }

  .explore {
    gap: 0;
    font-size: 0;
  }

  .explore > span {
    font-size: 17px;
  }

  .hero {
    width: 100%;
    height: calc(100% - 142px);
    margin: 0;
  }

  .hero__intro {
    width: min(92%, 560px);
    padding-top: 100px;
  }

  .hero h1 {
    max-width: 540px;
    font-size: clamp(40px, 11vw, 72px);
  }

  .contact-link {
    min-width: 205px;
    font-size: 13px;
  }

  .contact-link__label small {
    display: none;
  }

  .hero__scene {
    width: 112%;
    height: 44%;
    min-height: 250px;
    margin-top: 0;
  }

  .hero__logo {
    width: 106%;
  }

  .hero__caption {
    right: 10%;
    bottom: 5%;
    font-size: 10px;
  }

  .hero__footer {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__logo {
    animation: none;
    transform: translate(-50%, -48%);
  }

  .hero__caption {
    transform: none;
  }
}

/* Entry composition */
.welcome {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  background: #000;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 96px);
  margin: 0;
  overflow: hidden;
}

.hero::before {
  display: none;
}

.hero::after {
  position: absolute;
  top: 7%;
  right: 10%;
  width: 1px;
  height: 78%;
  background: linear-gradient(transparent, rgba(217, 155, 127, 0.8), transparent);
  content: "";
  opacity: 0.6;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(84vw, 1220px);
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 4vh 0 5vh 7vw;
}

.hero__eyebrow {
  margin: 0 0 clamp(24px, 4vh, 52px);
  color: #D99B7F;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  display: flex;
  max-width: none;
  margin: 0;
  flex-direction: column;
  color: #E8E6E3;
  font-size: clamp(52px, 9.7vw, 166px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.095em;
  text-transform: none;
}

.hero h1 span {
  display: block;
  animation: entry-line-in 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero h1 span:nth-child(2) {
  margin-left: 11vw;
  animation-delay: 120ms;
}

.hero h1 span:nth-child(3) {
  margin-left: 4vw;
  animation-delay: 240ms;
}

.hero h1 em {
  color: #D99B7F;
  font-style: normal;
}

.hero h1 i {
  display: inline-block;
  color: rgba(232, 230, 227, 0.34);
  font-size: 0.28em;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateY(-0.4em);
}

.hero__bottom {
  display: flex;
  width: min(100%, 610px);
  align-items: end;
  justify-content: space-between;
  margin-top: clamp(40px, 7vh, 88px);
}

.hero__caption {
  position: static;
  color: rgba(232, 230, 227, 0.52);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-link {
  min-width: 238px;
  margin: 0;
  justify-content: space-between;
  border: 1px solid rgba(232, 230, 227, 0.3);
  border-radius: 0;
  padding: 14px 14px 14px 18px;
  background: rgba(232, 230, 227, 0.04);
  box-shadow: none;
  color: #E8E6E3;
}

.contact-link__label {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}

.contact-link__label small {
  color: #D99B7F;
  font-size: 9px;
}

.contact-link__mark {
  color: #E8E6E3;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: #D99B7F;
  background: #D99B7F;
  color: #000;
  box-shadow: none;
  transform: translate(6px, -6px);
}

.contact-link:hover .contact-link__label small,
.contact-link:focus-visible .contact-link__label small,
.contact-link:hover .contact-link__mark,
.contact-link:focus-visible .contact-link__mark {
  color: #000;
}

.contact-link:hover .contact-link__mark,
.contact-link:focus-visible .contact-link__mark {
  background: transparent;
}

.hero__rail {
  position: absolute;
  z-index: 3;
  display: flex;
  color: rgba(232, 230, 227, 0.36);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero__rail--left {
  top: 22%;
  left: 30px;
  gap: 34px;
  transform: rotate(180deg);
}

.hero__mountain {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: 8%;
  width: min(47vw, 690px);
  height: min(35vw, 510px);
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 230, 227, 0.24);
}

.hero__mountain::before {
  position: absolute;
  right: 3%;
  bottom: 0;
  left: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D99B7F 45%, transparent);
  content: "";
  opacity: 0.65;
}

.hero__sun {
  position: absolute;
  top: 7%;
  left: 0;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(217, 155, 127, 0.75);
  border-radius: 50%;
  background: rgba(217, 155, 127, 0.12);
  box-shadow: 0 0 44px rgba(217, 155, 127, 0.2);
  animation: mountain-sun 7s ease-in-out infinite;
}

.hero__range {
  position: absolute;
  bottom: 0;
  width: 120%;
  left: -10%;
  clip-path: polygon(
    0 100%, 0 68%, 8% 57%, 15% 72%, 24% 39%, 31% 61%,
    41% 22%, 49% 57%, 58% 34%, 67% 66%, 76% 29%, 84% 55%,
    92% 43%, 100% 70%, 100% 100%
  );
}

.hero__range--far {
  height: 67%;
  background: #171313;
  opacity: 0.9;
}

.hero__range--mid {
  left: -2%;
  width: 115%;
  height: 55%;
  background: #382522;
  clip-path: polygon(
    0 100%, 0 62%, 10% 48%, 19% 65%, 29% 18%, 37% 54%,
    49% 31%, 58% 69%, 69% 14%, 78% 53%, 89% 36%, 100% 63%,
    100% 100%
  );
}

.hero__range--near {
  left: 9%;
  width: 105%;
  height: 37%;
  background: #D99B7F;
  opacity: 0.76;
  clip-path: polygon(
    0 100%, 0 54%, 13% 42%, 25% 67%, 37% 27%, 48% 61%,
    61% 19%, 72% 58%, 83% 35%, 92% 62%, 100% 49%, 100% 100%
  );
  mix-blend-mode: screen;
}

.hero__snow {
  position: absolute;
  z-index: 1;
  height: 23%;
  background: rgba(232, 230, 227, 0.76);
  clip-path: polygon(50% 0, 68% 36%, 100% 100%, 73% 65%, 50% 38%, 28% 67%, 0 100%, 32% 34%);
}

.hero__snow--left {
  top: 19%;
  left: 30%;
  width: 13%;
  transform: rotate(-3deg);
}

.hero__snow--center {
  top: 33%;
  left: 61%;
  width: 12%;
  transform: rotate(4deg);
}

.hero__snow--right {
  top: 26%;
  left: 78%;
  width: 10%;
  transform: rotate(-5deg);
}

.hero__mountain-label {
  position: absolute;
  right: 2%;
  bottom: 4%;
  color: rgba(232, 230, 227, 0.42);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

.hero__footer {
  right: 7vw;
  bottom: 28px;
  left: 7vw;
  color: rgba(232, 230, 227, 0.48);
}

.hero__footer > a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  transition: color 180ms ease, gap 180ms ease;
}

.hero__footer > a:hover,
.hero__footer > a:focus-visible {
  color: #D99B7F;
  gap: 18px;
}

@keyframes entry-line-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mountain-sun {
  0%, 100% {
    transform: translateY(4px);
    opacity: 0.72;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

@media (max-width: 800px) {
  .welcome {
    min-height: 760px;
    height: 100svh;
  }

  .hero {
    height: calc(100% - 94px);
  }

  .hero__content {
    width: 100%;
    padding: 18vh 9vw 8vh;
  }

  .hero__eyebrow {
    margin-bottom: 34px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(49px, 14vw, 92px);
    line-height: 0.82;
  }

  .hero h1 span:nth-child(2) {
    margin-left: 7vw;
  }

  .hero h1 span:nth-child(3) {
    margin-left: 2vw;
  }

  .hero h1 i {
    display: block;
    margin-top: 18px;
    font-size: 0.2em;
    transform: none;
  }

  .hero__bottom {
    width: 100%;
    align-items: start;
    flex-direction: column;
    gap: 28px;
    margin-top: 54px;
  }

  .hero__caption {
    font-size: 9px;
  }

  .hero__mountain {
    right: -9%;
    bottom: 16%;
    width: 74vw;
    height: 45vw;
  }

  .hero__rail--left {
    top: 26%;
    left: 12px;
    gap: 20px;
    font-size: 7px;
  }

  .hero__footer {
    right: 9vw;
    bottom: 22px;
    left: 9vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 span,
  .hero__mountain,
  .hero__sun {
    animation: none;
  }
}

/* The landscape gets its own responsive column instead of floating over the copy. */
.hero__content {
  width: min(88vw, 1320px);
  padding-left: 0;
}

.hero__content h1 {
  max-width: min(57vw, 820px);
}

.hero__mountain {
  right: clamp(24px, 4vw, 70px);
  bottom: clamp(72px, 10vh, 110px);
  width: min(39vw, 590px);
  height: min(31vw, 430px);
  border: 1px solid rgba(232, 230, 227, 0.12);
  background: linear-gradient(180deg, rgba(217, 155, 127, 0.06), transparent 58%);
}

.hero__sun {
  top: 10%;
  left: 12%;
  width: clamp(44px, 4vw, 64px);
  height: clamp(44px, 4vw, 64px);
  border-color: rgba(239, 184, 132, 0.85);
  background: rgba(239, 184, 132, 0.18);
}

.hero__range {
  width: 112%;
  left: -6%;
}

.hero__range--far {
  height: 64%;
  background: #1d2525;
  clip-path: polygon(0 100%, 0 58%, 12% 48%, 22% 64%, 35% 29%, 45% 54%, 58% 19%, 69% 58%, 82% 34%, 91% 52%, 100% 42%, 100% 100%);
}

.hero__range--mid {
  left: 2%;
  width: 106%;
  height: 51%;
  background: #40524f;
  clip-path: polygon(0 100%, 0 67%, 14% 51%, 26% 70%, 39% 24%, 50% 61%, 62% 35%, 74% 70%, 86% 27%, 100% 58%, 100% 100%);
}

.hero__range--near {
  left: 0;
  width: 108%;
  height: 31%;
  background: #d99b7f;
  opacity: 0.58;
  clip-path: polygon(0 100%, 0 54%, 18% 38%, 31% 70%, 45% 25%, 60% 62%, 75% 31%, 88% 65%, 100% 45%, 100% 100%);
}

.hero__mountain-label {
  right: 12px;
  bottom: 12px;
}

@media (max-width: 800px) {
  .welcome {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .hero {
    display: flex;
    height: auto;
    min-height: calc(100svh - 94px);
    flex-direction: column;
    overflow: hidden;
  }

  .hero__content {
    width: 100%;
    min-height: 0;
    flex: 0 0 auto;
    padding: 13vh 9vw 0;
  }

  .hero__content h1 {
    max-width: 100%;
  }

  .hero__bottom {
    margin-bottom: 0;
  }

  .hero__mountain {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 18vw);
    height: clamp(190px, 48vw, 300px);
    margin: clamp(42px, 8vh, 72px) 9vw 72px auto;
    flex: 0 0 auto;
  }

  .hero__footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 58px;
    margin: 0 9vw 22px;
  }
}
