@font-face {
  font-family: "Time League Gothic";
  src: url("/assets/timebar/fonts/league-gothic-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: 75% 100%;
  font-display: swap;
}

.tb-besok-page {
  --night: #090a0d;
  --night-soft: #15161a;
  --paper: #f4efe5;
  --red: #fd1c18;
  --blue: #315cff;
  --magenta: #ce5dae;
  --acid: #c8ff38;
  min-width: 0;
  min-height: 100svh;
  overflow: clip;
  color: var(--paper);
  background: var(--night);
  font-family: var(--time-sans, Arial, sans-serif);
  text-rendering: optimizeLegibility;
}

.tb-besok-page *,
.tb-besok-page *::before,
.tb-besok-page *::after {
  box-sizing: border-box;
}

.tb-besok-page a {
  color: inherit;
}

.tb-besok-page :focus-visible {
  outline: 3px solid var(--night);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--acid);
}

.tb-besok-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 clamp(1rem, 3.2vw, 3.2rem);
  border-bottom: 1px solid rgb(244 239 229 / 16%);
  background: var(--night);
}

.tb-besok-logoLink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.tb-besok-logo {
  display: block;
  width: clamp(126px, 11vw, 168px);
  height: auto;
}

.tb-besok-header nav {
  display: flex;
  align-self: stretch;
}

.tb-besok-header nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.4rem;
  padding-inline: clamp(0.7rem, 1.7vw, 1.35rem);
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: 0.76rem;
  font-variation-settings:
    "wdth" 88,
    "wght" 680;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.tb-besok-header nav a[aria-current="page"] {
  box-shadow: inset 0 -3px 0 var(--red);
}

.tb-besok-header nav a:last-child {
  color: var(--night);
  background: var(--red);
}

.tb-besok-hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100svh - 76px));
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  isolation: isolate;
}

.tb-besok-hero::after {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17px;
  background: linear-gradient(90deg, var(--red) 0 36%, var(--magenta) 36% 69%, var(--blue) 69%);
  content: "";
}

.tb-besok-heroMedia {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.tb-besok-heroImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(1.14) contrast(1.06) brightness(0.84);
}

.tb-besok-heroShade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 45%, rgb(9 10 13 / 84%) 100%),
    linear-gradient(0deg, rgb(9 10 13 / 56%) 0%, transparent 38%),
    linear-gradient(140deg, rgb(253 28 24 / 20%), transparent 44%);
}

.tb-besok-heroCopy {
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 9rem) clamp(1.5rem, 6vw, 7rem);
  background: var(--night);
  isolation: isolate;
}

.tb-besok-heroCopy::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -26%;
  width: min(54vw, 750px);
  aspect-ratio: 1;
  background: url("/assets/timebar/time-clock.svg") center / contain no-repeat;
  filter: grayscale(1) brightness(2.5);
  opacity: 0.11;
  content: "";
  transform: translateY(-50%) rotate(12deg);
}

.tb-besok-kicker {
  margin: 0;
  color: var(--acid);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tb-besok-hero h1 {
  max-width: 760px;
  margin: clamp(1.8rem, 3vw, 3rem) 0 0;
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: clamp(6.6rem, 11vw, 11.8rem);
  font-variation-settings:
    "wdth" 70,
    "wght" 680;
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.68;
  text-transform: uppercase;
}

.tb-besok-hero address {
  margin-top: clamp(3rem, 5vw, 5rem);
  color: var(--paper);
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: clamp(1.8rem, 3.1vw, 3.4rem);
  font-style: normal;
  font-variation-settings:
    "wdth" 86,
    "wght" 620;
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.tb-besok-heroCopy > p:not(.tb-besok-kicker) {
  margin: 1.15rem 0 0;
  color: rgb(244 239 229 / 72%);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tb-besok-heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.tb-besok-heroActions a,
.tb-besok-arrivalCopy > a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgb(244 239 229 / 58%);
  font-size: 0.67rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tb-besok-heroActions a:first-child {
  color: var(--night);
  border-color: var(--red);
  background: var(--red);
}

.tb-besok-heroActions a:hover,
.tb-besok-heroActions a:focus-visible {
  color: var(--night);
  border-color: var(--acid);
  background: var(--acid);
}

.tb-besok-factRail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--night);
  background: var(--acid);
}

.tb-besok-factRail > div {
  display: grid;
  min-height: 154px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 2.5vw, 2.5rem);
  border-right: 1px solid rgb(9 10 13 / 37%);
}

.tb-besok-factRail > div:last-child {
  border-right: 0;
}

.tb-besok-factRail > div > span {
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--night);
  border-radius: 50%;
  font-family: var(--time-poster, "Arial Narrow", sans-serif);
  font-size: 1.7rem;
}

.tb-besok-factRail p {
  margin: 0;
  font-size: 0.71rem;
  font-weight: 680;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tb-besok-factRail strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.57rem;
  opacity: 0.58;
}

.tb-besok-arrival {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  color: var(--night);
  background: var(--paper);
}

.tb-besok-arrivalCopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 6vw, 7rem);
}

.tb-besok-arrival .tb-besok-kicker {
  color: var(--blue);
}

.tb-besok-arrival h2 {
  max-width: 920px;
  margin: 2rem 0 0;
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: clamp(4.6rem, 8.5vw, 9rem);
  font-variation-settings:
    "wdth" 72,
    "wght" 670;
  font-weight: 670;
  letter-spacing: -0.06em;
  line-height: 0.79;
  text-transform: uppercase;
}

.tb-besok-arrivalCopy > p:last-of-type {
  max-width: 540px;
  margin: 2.4rem 0 0;
  color: rgb(9 10 13 / 67%);
  font-size: 1rem;
  line-height: 1.58;
}

.tb-besok-arrivalCopy > a {
  margin-top: 2rem;
  border-color: var(--night);
}

.tb-besok-arrivalCopy > a:hover,
.tb-besok-arrivalCopy > a:focus-visible {
  color: var(--paper);
  background: var(--night);
}

.tb-besok-arrivalMarker {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto 1fr auto 1fr auto;
  place-items: center;
  padding: 4rem;
  color: var(--paper);
  background: var(--red);
}

.tb-besok-arrivalMarker span {
  font-size: 0.63rem;
  font-weight: 760;
  letter-spacing: 0.16em;
}

.tb-besok-arrivalMarker i {
  width: 1px;
  height: 100%;
  background: rgb(244 239 229 / 48%);
}

.tb-besok-arrivalMarker strong {
  display: grid;
  width: clamp(190px, 20vw, 270px);
  aspect-ratio: 1;
  place-items: center;
  border: 3px solid var(--paper);
  border-radius: 50%;
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
  font-variation-settings:
    "wdth" 75,
    "wght" 680;
  letter-spacing: -0.045em;
}

.tb-besok-floors {
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1rem, 4vw, 4.5rem);
  background: var(--night);
}

.tb-besok-floorsIntro {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: 3rem;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.tb-besok-floorsIntro h2 {
  margin: 0;
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: clamp(4.7rem, 9vw, 9.5rem);
  font-variation-settings:
    "wdth" 72,
    "wght" 670;
  font-weight: 670;
  letter-spacing: -0.06em;
  line-height: 0.77;
  text-transform: uppercase;
}

.tb-besok-floorsIntro h2 span {
  color: var(--red);
}

.tb-besok-floorVisuals {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.tb-besok-floorVisuals figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--night-soft);
}

.tb-besok-downstairs {
  aspect-ratio: 1.28;
}

.tb-besok-upstairs {
  aspect-ratio: 0.84;
}

.tb-besok-floorVisuals img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.05) brightness(0.86);
}

.tb-besok-floorVisuals picture {
  display: block;
  width: 100%;
  height: 100%;
}

.tb-besok-floorVisuals figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: min(100%, 320px);
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.15rem 0.8rem;
  padding: 1rem;
  color: var(--night);
  background: var(--paper);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tb-besok-floorVisuals figcaption span {
  grid-row: 1 / 3;
  color: var(--red);
  font-family: var(--time-poster, "Arial Narrow", sans-serif);
  font-size: 2.8rem;
  line-height: 0.8;
}

.tb-besok-floorVisuals figcaption strong {
  font-size: 0.71rem;
}

.tb-besok-nextSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--night);
  background: var(--acid);
}

.tb-besok-nextSteps a {
  display: grid;
  min-height: 150px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.1rem;
  padding: 1.5rem clamp(1rem, 3vw, 3rem);
  border-right: 1px solid rgb(9 10 13 / 38%);
  text-decoration: none;
}

.tb-besok-nextSteps a:last-child {
  border-right: 0;
}

.tb-besok-nextSteps a:hover,
.tb-besok-nextSteps a:focus-visible {
  color: var(--paper);
  background: var(--night);
}

.tb-besok-nextSteps a > span:first-child {
  color: var(--red);
  font-size: 0.61rem;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.tb-besok-nextSteps strong {
  font-family: var(--time-editorial, Arial, sans-serif);
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  font-variation-settings:
    "wdth" 80,
    "wght" 650;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.tb-besok-footer {
  display: grid;
  min-height: 180px;
  grid-template-columns: minmax(130px, 0.5fr) 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem clamp(1rem, 4vw, 4.5rem);
  background: var(--night);
}

.tb-besok-footer img {
  width: 150px;
  height: auto;
}

.tb-besok-footer p {
  margin: 0;
  color: rgb(244 239 229 / 62%);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-besok-footer > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 1.2rem;
  border-bottom: 1px solid rgb(244 239 229 / 44%);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .tb-besok-header nav a:nth-child(2) {
    display: none;
  }

  .tb-besok-factRail {
    grid-template-columns: 1fr 1fr;
  }

  .tb-besok-factRail > div:nth-child(2) {
    border-right: 0;
  }

  .tb-besok-factRail > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(9 10 13 / 37%);
  }
}

@media (max-width: 760px) {
  .tb-besok-header {
    min-height: 64px;
    gap: 0.35rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: 0;
  }

  .tb-besok-logo {
    width: 112px;
  }

  .tb-besok-header nav a {
    min-height: 64px;
    padding-inline: 0.55rem;
    font-size: 0.61rem;
  }

  .tb-besok-header nav a:last-child {
    padding-right: max(0.55rem, env(safe-area-inset-right));
  }

  .tb-besok-header nav a:nth-child(1),
  .tb-besok-header nav a:nth-child(2) {
    display: inline-flex;
  }

  .tb-besok-header nav a:nth-child(3) {
    display: none;
  }

  .tb-besok-hero {
    display: block;
    min-height: 720px;
  }

  .tb-besok-heroMedia {
    position: absolute;
    inset: 0;
  }

  .tb-besok-heroShade {
    background:
      linear-gradient(0deg, var(--night) 0%, rgb(9 10 13 / 78%) 55%, rgb(9 10 13 / 13%) 100%),
      linear-gradient(140deg, rgb(253 28 24 / 18%), transparent 54%);
  }

  .tb-besok-heroCopy {
    position: relative;
    min-height: 720px;
    justify-content: flex-end;
    padding: 5.5rem 1rem 4.6rem;
    background: none;
  }

  .tb-besok-heroCopy::after {
    display: none;
  }

  .tb-besok-hero h1 {
    font-size: clamp(5.7rem, 28vw, 8rem);
  }

  .tb-besok-hero address {
    margin-top: 2.6rem;
    font-size: 2rem;
  }

  .tb-besok-heroActions {
    display: grid;
    width: 100%;
  }

  .tb-besok-heroActions a {
    width: 100%;
  }

  .tb-besok-factRail {
    grid-template-columns: 1fr 1fr;
  }

  .tb-besok-factRail > div {
    min-height: 136px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0.7rem;
    padding: 1.2rem 1rem;
  }

  .tb-besok-factRail > div:nth-child(2) {
    border-right: 0;
  }

  .tb-besok-factRail > div:nth-child(3),
  .tb-besok-factRail > div:nth-child(4) {
    border-bottom: 0;
  }

  .tb-besok-factRail > div > span {
    width: 46px;
    font-size: 1.45rem;
  }

  .tb-besok-arrival {
    display: block;
    min-height: 0;
  }

  .tb-besok-arrivalCopy {
    min-height: 590px;
    padding: 4.8rem 1rem;
  }

  .tb-besok-arrival h2 {
    font-size: clamp(4.5rem, 22vw, 6.7rem);
  }

  .tb-besok-arrivalMarker {
    min-height: 480px;
    padding: 2.4rem;
  }

  .tb-besok-arrivalMarker strong {
    width: 190px;
    font-size: 4rem;
  }

  .tb-besok-floors {
    padding: 4.8rem 1rem;
  }

  .tb-besok-floorsIntro {
    display: block;
    margin-bottom: 3.5rem;
  }

  .tb-besok-floorsIntro h2 {
    margin-top: 1.6rem;
    font-size: clamp(4.2rem, 21vw, 6.3rem);
  }

  .tb-besok-floorVisuals {
    grid-template-columns: 1fr;
  }

  .tb-besok-downstairs,
  .tb-besok-upstairs {
    aspect-ratio: 0.9;
  }

  .tb-besok-floorVisuals figcaption {
    min-width: 82%;
  }

  .tb-besok-nextSteps {
    grid-template-columns: 1fr;
  }

  .tb-besok-nextSteps a {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid rgb(9 10 13 / 38%);
  }

  .tb-besok-nextSteps a:last-child {
    border-bottom: 0;
  }

  .tb-besok-footer {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 3rem 1rem;
  }

  .tb-besok-footer img {
    width: 128px;
  }

  .tb-besok-footer > a {
    width: fit-content;
  }
}
