:root {
  --black: #020304;
  --white: #f2f1ed;

  --silver: #d7d7d2;
  --muted: rgba(242, 241, 237, 0.6);

  --gold: #bda067;
  --gold-light: #dbc28b;

  --glass: rgba(10, 12, 14, 0.42);
  --glass-hover: rgba(18, 21, 24, 0.72);

  --line: rgba(225, 225, 218, 0.28);
  --line-bright: rgba(219, 194, 139, 0.74);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Georgia, "Times New Roman", serif;

  position: relative;
  isolation: isolate;
}

a {
  color: inherit;
}

.smoke-video {
  position: fixed;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  z-index: 0;

  opacity: 0.92;
  filter: brightness(1.28) contrast(1.06);

  background: var(--black);
}
}

.screen-shade {
  position: fixed;
  inset: 0;

  z-index: 1;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(255, 255, 255, 0.035) 0%,
      rgba(0, 0, 0, 0.04) 34%,
      rgba(0, 0, 0, 0.34) 72%,
      rgba(0, 0, 0, 0.74) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.28)
    );
}

.landing-page {
  position: relative;
  z-index: 2;

  width: 100%;
  min-height: 100vh;

  display: grid;
  place-items: center;

  padding:
    clamp(18px, 2.6vh, 30px)
    clamp(18px, 3vw, 48px)
    clamp(52px, 6vh, 66px);
}

.brand-stage {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  transform: translateY(-5vh);
}

.brand-mark {
  width: clamp(300px, 39vw, 530px);
}

.brand-mark img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 20px 38px rgba(0, 0, 0, 0.94))
    drop-shadow(0 0 20px rgba(255, 255, 255, 0.035));
}

.brand-line {
  margin:
    clamp(4px, 0.8vh, 10px)
    0
    0;

  color: var(--silver);

  font-size: clamp(0.76rem, 1.25vw, 1rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;

  text-shadow:
    0 4px 14px rgba(0, 0, 0, 0.9);
}

.primary-action {
  margin-top: clamp(16px, 2.4vh, 26px);

  min-width: 220px;

  padding: 13px 34px;

  color: var(--white);
  text-decoration: none;

  border:
    1px solid rgba(219, 194, 139, 0.5);

  background:
    linear-gradient(
      135deg,
      rgba(189, 160, 103, 0.14),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(7, 8, 9, 0.62);

  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.75),
    inset 0 0 20px rgba(219, 194, 139, 0.035);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  font-size: 0.76rem;
  font-weight: 700;

  letter-spacing: 0.2em;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  transform: translateY(-2px);

  border-color: var(--gold-light);

  background:
    linear-gradient(
      135deg,
      rgba(189, 160, 103, 0.22),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(12, 14, 16, 0.76);

  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.82),
    0 0 26px rgba(189, 160, 103, 0.11);
}

.primary-action:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.link-orbit {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.orbit-link {
  position: absolute;

  width: 110px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  color: var(--silver);
  text-align: center;
  text-decoration: none;

  pointer-events: auto;

  transition:
    transform 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.orbit-icon {
  width: 54px;
  height: 54px;

  display: grid;
  place-items: center;

  border: 1px solid var(--line);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0)
    ),
    var(--glass);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.72),
    inset 0 0 18px rgba(255, 255, 255, 0.025);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  font-size: 1rem;
  font-weight: 700;

  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.orbit-label {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  font-size: 0.68rem;
  font-weight: 700;

  letter-spacing: 0.14em;
  text-transform: uppercase;

  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.92);
}

.orbit-link:hover,
.orbit-link:focus-visible {
  color: var(--gold-light);
  transform: translateY(-3px);
}

.orbit-link:hover .orbit-icon,
.orbit-link:focus-visible .orbit-icon {
  border-color: var(--line-bright);

  background:
    linear-gradient(
      145deg,
      rgba(189, 160, 103, 0.14),
      rgba(255, 255, 255, 0.015)
    ),
    var(--glass-hover);

  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(189, 160, 103, 0.1);
}

.orbit-link:focus-visible {
  outline: none;
}

/* Upper side links */

.orbit-facebook {
  left: 12vw;
  top: 31%;
}

.orbit-instagram {
  right: 12vw;
  top: 31%;
}

/* Lower side links */

.orbit-youtube {
  left: 19vw;
  top: 56%;
}

.orbit-email {
  right: 19vw;
  top: 56%;
}

/* Bottom links, separated from the main button */

.orbit-updates {
  left: calc(50% - 170px);
  bottom: 10.5vh;

  transform: translateX(-50%);
}

.orbit-app {
  left: calc(50% + 170px);
  bottom: 10.5vh;

  transform: translateX(-50%);
}

.orbit-updates:hover,
.orbit-updates:focus-visible,
.orbit-app:not(.disabled):hover,
.orbit-app:not(.disabled):focus-visible {
  transform:
    translateX(-50%)
    translateY(-3px);
}

.orbit-link.disabled {
  opacity: 0.38;
  cursor: default;
  user-select: none;
}

.orbit-link.disabled:hover {
  color: var(--silver);
  transform: translateX(-50%);
}

.orbit-link.disabled:hover .orbit-icon {
  border-color: var(--line);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0)
    ),
    var(--glass);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.72),
    inset 0 0 18px rgba(255, 255, 255, 0.025);
}

.site-footer {
  position: absolute;
  left: 50%;
  bottom: clamp(14px, 2vh, 22px);

  transform: translateX(-50%);

  display: flex;
  align-items: center;
  gap: 9px;

  width: max-content;

  color: rgba(242, 241, 237, 0.44);

  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  font-size: 0.64rem;
  letter-spacing: 0.06em;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-light);
}

.footer-separator {
  color: rgba(189, 160, 103, 0.42);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .orbit-facebook {
    left: 7vw;
  }

  .orbit-instagram {
    right: 7vw;
  }

  .orbit-youtube {
    left: 12vw;
  }

  .orbit-email {
    right: 12vw;
  }
}

@media (max-width: 900px) {
  body {
    overflow-y: auto;
  }

  .landing-page {
    min-height: 100svh;

    display: flex;
    flex-direction: column;

    padding:
      24px
      16px
      18px;
  }

  .brand-stage {
    width: 100%;
    transform: none;
  }

  .brand-mark {
    width: min(82vw, 390px);
  }

  .brand-line {
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .link-orbit {
    position: static;

    width: min(100%, 520px);

    margin: 28px auto 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 22px 10px;

    pointer-events: auto;
  }

  .orbit-link,
  .orbit-facebook,
  .orbit-youtube,
  .orbit-instagram,
  .orbit-email,
  .orbit-updates,
  .orbit-app {
    position: static;

    width: 100%;

    transform: none;
  }

  .orbit-link:hover,
  .orbit-link:focus-visible,
  .orbit-updates:hover,
  .orbit-updates:focus-visible,
  .orbit-app:hover {
    transform: translateY(-2px);
  }

  .orbit-link.disabled:hover {
    transform: none;
  }

  .orbit-icon {
    width: 50px;
    height: 50px;
  }

  .orbit-label {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  .site-footer {
    position: static;

    width: auto;

    margin-top: auto;
    padding-top: 30px;

    transform: none;

    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .brand-mark {
    width: min(88vw, 330px);
  }

  .primary-action {
    width: min(100%, 250px);
  }

  .link-orbit {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    font-size: 0.58rem;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .brand-stage {
    transform: translateY(-4vh);
  }

  .brand-mark {
    width: clamp(250px, 34vw, 400px);
  }

  .orbit-facebook,
  .orbit-instagram {
    top: 26%;
  }

  .orbit-youtube,
  .orbit-email {
    top: 52%;
  }

  .orbit-updates,
  .orbit-app {
    bottom: 9vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  

  body {
    background:
      radial-gradient(
        circle at center,
        #181a1d 0%,
        #08090b 55%,
        #020304 100%
      );
  }

  .orbit-link,
  .orbit-icon,
  .primary-action {
    transition: none;
  }
}